|
-
Jul 15th, 2006, 02:38 AM
#1
Thread Starter
Hyperactive Member
[2005] App Starting Spot
how can i make my app start in the top left corner of my screen?
Im using VB.net 2005 Express.
-
Jul 15th, 2006, 03:59 AM
#2
Fanatic Member
Re: [2005] App Starting Spot
set the top position and left position of the form to zero
-
Jul 15th, 2006, 04:28 AM
#3
Re: [2005] App Starting Spot
VB Code:
Me.Location=New Point (0,0)
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Jul 15th, 2006, 04:57 AM
#4
Re: [2005] App Starting Spot
If it's in the IDE designer, set StartPosition property to Manual.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|