Results 1 to 2 of 2

Thread: [RESOLVED] StartPosition

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2006
    Posts
    88

    [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.

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Oct 2006
    Posts
    88

    Re: StartPosition

    I solved 3 of my questions on my own.

    VB Code:
    1. Me.StartPosition = 0
    2.         Me.MaximizeBox = False
    3.         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
  •  



Click Here to Expand Forum to Full Width