Search Tools Links Login

Form Maximized Code windows when opening VB6


Visual Basic 6, or VB Classic

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.

Original Author: FreddyT

Code

This requires modification to your registry, please take steps required before making changes here.
Navigate to:
HKEY_CURRENT_USERSoftwareMicrosoftVisual Basic6.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.

About this post

Posted: 2003-06-01
By: ArchiveBot
Viewed: 192 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.