|
-
Oct 29th, 2006, 09:20 AM
#1
Thread Starter
Lively Member
[RESOLVED] StartPosition
How can I make it so my form starts at the very top left-hand corner of the screen. I also don't want the user to be able to change the dimensions of the form by dragging it. Ahh, What the heck, also, how do you disable the "Maximize" button?
EDIT: Seems like not many people are on this morning, I'm basically talking to myself on this thread.
Last edited by christianity_9; Oct 29th, 2006 at 10:07 AM.
-
Oct 29th, 2006, 10:01 AM
#2
Thread Starter
Lively Member
Re: StartPosition
I solved 3 of my questions on my own.
VB Code:
Me.StartPosition = 0
Me.MaximizeBox = False
Me.FormBorderStyle = Fixed Single
Last edited by christianity_9; Oct 29th, 2006 at 10:06 AM.
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
|