" size = Screen.PrimaryScreen.WorkingArea.Size "
this line can only modify size of window-form
this line can only modify size of window-form
(it will not effect controls' locations & size).
for fit your form in any window use
"windowstate = FormWindowState.maximized"
0 comments:
Post a Comment