|
-
Mar 2nd, 2007, 03:17 AM
#1
Thread Starter
Lively Member
[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?
-
Mar 2nd, 2007, 03:31 AM
#2
Re: form problem
What you want to do ,put the form at the center
-
Mar 2nd, 2007, 03:33 AM
#3
Thread Starter
Lively Member
Re: form problem
i want the form look like when pressing the MaxButton.....
-
Mar 2nd, 2007, 03:33 AM
#4
Re: form problem
set the height as
Height = (Screen.Height) / 1.06
-
Mar 2nd, 2007, 03:38 AM
#5
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|