In VB 6 i was able to get the screen size pretty simple (although i forgot how since i got .NET). In C# i want to get the screen size to determine where to place a certain form. How can i get the screen size?
Thanks
Printable View
In VB 6 i was able to get the screen size pretty simple (although i forgot how since i got .NET). In C# i want to get the screen size to determine where to place a certain form. How can i get the screen size?
Thanks
If anyone is interested its:
Screen.PrimaryScreen.Bounds.Width
Screen.PrimaryScreen.Bounts.Height