Move Two WinForm at the same time
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
Hi. I have two winform one of them have region tranparency ("foreground" form); the other no ("backgroung" form). I want to move the background form and make the foreground form move with it. Any ideas? Thanks a lot, Gonzalo.
Well, in the Move Event of the Background Form, add this code :
ForegroundForm.Location = BackgroundForm.Location
I haven't tested it though, but it should work. Yuvi Panda T Microsoft Student Partner Blogs at : http://yuvipanda.blogspot.com
-
Well, in the Move Event of the Background Form, add this code :
ForegroundForm.Location = BackgroundForm.Location
I haven't tested it though, but it should work. Yuvi Panda T Microsoft Student Partner Blogs at : http://yuvipanda.blogspot.com