Created
August 14, 2016 03:15
-
-
Save AungWinnHtut/fbf28b8e51aad89af80bdd514b8a0a0b to your computer and use it in GitHub Desktop.
multiform control in multi screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Screen[] screens = Screen.AllScreens; | |
| Rectangle bounds = screens[0].Bounds; | |
| this.SetBounds(bounds.X, bounds.Y, bounds.Width, bounds.Height); | |
| this.StartPosition = FormStartPosition.CenterScreen; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment