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?