SyntaxFix
Write A Post
Hire A Developer
Questions
int h = Screen.PrimaryScreen.WorkingArea.Height; int w = Screen.PrimaryScreen.WorkingArea.Width; this.ClientSize = new Size(w , h);