Results 1 to 5 of 5

Thread: [RESOLVED] form problem

  1. #1

    Thread Starter
    Lively Member chxxangie's Avatar
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    79

    Resolved [RESOLVED] form problem

    Code:
    Private Sub Form_Load()
        Left = 0
        Top = 0
        Width = (Screen.Width)
        Height = (Screen.Height)
    
    End Sub
    i try this code, but the bottom part of form was concealed under the taskbar....
    how to solve this problem?

  2. #2
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Re: form problem

    What you want to do ,put the form at the center

  3. #3

    Thread Starter
    Lively Member chxxangie's Avatar
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    79

    Re: form problem

    i want the form look like when pressing the MaxButton.....

  4. #4
    Fanatic Member amrita's Avatar
    Join Date
    Jan 2007
    Location
    Orissa,India
    Posts
    888

    Smile Re: form problem

    set the height as

    Height = (Screen.Height) / 1.06

  5. #5

    Thread Starter
    Lively Member chxxangie's Avatar
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    79

    Re: form problem

    i found the solution finally....
    Me.WindowState = 2

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