Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to maximize the form when loading?

Status
Not open for further replies.

kianang

Technical User
Joined
Dec 2, 2002
Messages
23
Location
SG
Is theer any function to maximize the form when it is loading at start up ?

In VB6 , we can use : Me.maximize
 
I have never seen
Me.Maximize
in VB6 and it is not in the Doc.
There is Me.WindowSTate = vbMaximized

In VB Net, use
Me.WindowState = FormWindowState.Maximized Forms/Controls Resizing/Tabbing Control
Compare Code (Text)
Generate Sort Class in VB or VBScript
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top