i try this code, but the bottom part of form was concealed under the taskbar....Code:Private Sub Form_Load()
Left = 0
Top = 0
Width = (Screen.Width)
Height = (Screen.Height)
End Sub
how to solve this problem?
Printable View
i try this code, but the bottom part of form was concealed under the taskbar....Code:Private Sub Form_Load()
Left = 0
Top = 0
Width = (Screen.Width)
Height = (Screen.Height)
End Sub
how to solve this problem?
What you want to do ,put the form at the center
i want the form look like when pressing the MaxButton.....
set the height as
Height = (Screen.Height) / 1.06
i found the solution finally....
Me.WindowState = 2