View Single Post
Old 07-21-2007, 05:25 AM   #2 (permalink)
Wolff
 
Newb Techie

Join Date: Jul 2007

Posts: 20

Wolff is on a distinguished road

Default Re: How to adjust the location of the form in runtime in vb.net

The form class has a property called "Location" which is a "Point" parameter where you can adjust the X and Y positions of the form. HTH.
Wolff is offline