Thread
:
How to adjust the location of the form in runtime in vb.net
View Single Post
07-21-2007, 05:25 AM
#
2
(
permalink
)
Wolff
Newb Techie
Join Date: Jul 2007
Posts: 20
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
View Public Profile
Find More Posts by Wolff