Dec 15, 2002 #1 kianang Technical User Dec 2, 2002 23 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 Mar 24, 2001 3,742 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