Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving a form from other objects
Message
From
05/03/2004 14:53:45
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Moving a form from other objects
Miscellaneous
Thread ID:
00883638
Message ID:
00883638
Views:
39
Hi:

I’m trying to programmatically move a form to a different location from another form. When I’m in a form I can do the following:

Private Sub oForm_Layout(ByVal sender As Object, ByVal e As System.Windows.Forms.LayoutEventArgs) Handles MyBase.Layout

oForm.SetBounds(0, 0, 100, 300)

end sub

And it works great. However, I want to move this form from say another form. Any idea’s?

Thanks, Steve
Steven Ellis
steve@ellisconnection.com
617 680-5997
Next
Reply
Map
View

Click here to load this message in the networking platform