VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Form Maximized Code windows when opening VB6

by FreddyT (2 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (18 Votes)

This code is not for everyone, just for those of us who like to work with maximized windows. This will explain how to force Visual Basic 6 to always maximize your code windows when opening projects. This method will always open windows maximized, not like VB5 when it would rememeber your settings.

Rate Form Maximized Code windows when opening VB6

This requires modification to your registry, please take steps required before making changes here.
Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0
Look to see if you have a string value of MDIMaximized, if not create a new one and set its value to 1. A value of 0 will return to normal sized windows.
Next time you open VB enjoy one less step of maximizing your windows.

Download this snippet    Add to My Saved Code

Form Maximized Code windows when opening VB6 Comments

No comments have been posted about Form Maximized Code windows when opening VB6. Why not be the first to post a comment about Form Maximized Code windows when opening VB6.

Post your comment

Subject:
Message:
0/1000 characters