Dec 15, 2002 #1 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
Is theer any function to maximize the form when it is loading at start up ? In VB6 , we can use : Me.maximize
Dec 15, 2002 #2 JohnYingling Programmer Joined Mar 24, 2001 Messages 3,742 Location US 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 http://www.VBResizer.com Forms/Controls Resizing/Tabbing Control http://www.VBCompare.com Compare Code (Text) http://www.VBSortGen.com Generate Sort Class in VB or VBScript Upvote 0 Downvote
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 http://www.VBResizer.com Forms/Controls Resizing/Tabbing Control http://www.VBCompare.com Compare Code (Text) http://www.VBSortGen.com Generate Sort Class in VB or VBScript