Hiding a control
C#
7
Posts
5
Posters
0
Views
1
Watching
-
-
Set a location (x, y) beyond the screen. Lets say, if your screen is 1280x1024, set (x, y) to (1600, 0). Best, Jun
But check the Screens property as well, you may be moving it onto the second monitor. Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
MyControl.Parent = null;