Results 1 to 2 of 2

Thread: I want my App to be positioned in a certain spot

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    IL
    Posts
    39

    Post

    On loading, I want my program to be positioned at a certain spot in the upper left corner of the screen, just below the Form Caption of a maximized form. How can I do this?

  2. #2
    Lively Member
    Join Date
    Oct 1999
    Location
    -
    Posts
    101

    Post

    Set the LEFT and TOP property of the Form you wish to load.

    e.g.

    Private sub Form_Load()

    Me.Left=10
    Me.Top=10

    End Sub

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