VB Newbie Form Start Up Position?

desperado

Well-known member
Joined
Oct 7, 2006
Messages
68
Programming Experience
Beginner
Hi, I havent been using Vb.Net for long and was wondering if somebody could help me out on probably one of the most dumbest question :confused:. I want to manually edit a forms start up position, at the moment I have it on 'Center' but i want it to be below the centre. If i select 'Manual' it shows up on the top left hand corner. Can anyone help me out please????

Thanks
 
Also set the Location. System.Windows.Forms.Screen class can give you info for screen if you need to calculate something. (you also have it from My.Computer.Screen)
 
Also set the Location. System.Windows.Forms.Screen class can give you info for screen if you need to calculate something. (you also have it from My.Computer.Screen)

he doesn't have the 'My' namespace as VS 2003 doesn't have that :p
 
desperados profile was .Net 2.0 when I posted, I checked that before adding the 'My' tip, anyway I posted the framework namespace for Screen class also so desperado should be able to make use of it if needed.

desperado, we don't use the 'resolved system' here, your reply indicated that you were satisfied and didn't need more info for this request. This thread is still open for others seeking same that may have further inquiries or input to it.
 
Back
Top