devxlogo

Start the IDE with maximized code and form windows

Start the IDE with maximized code and form windows

The VB IDE remembers most of the configuration settings that were active when you closed the previous session. However, the maximized status of child MDI windows (the code editor and the designer window) isn’t remembered, and the IDE always starts with non-maximized windows. To have VB always start with maximized code and form windows you can follow this series of operations

  1. Run the RegEdit program
  2. Locate the following registry key:
    HKEY_CURRENT_USERSoftwareMicrosoftVisual Basic6.0
  3. Add the string value MDIMaximized and set its value to “1”

Alternatively, you can copy the following lines to Notepad and save them as a REG file (e.g. MDIMAX.REG), then double-click on the REG file to merge these lines in the Registry.


REGEDIT4[HKEY_CURRENT_USERSoftwareMicrosoftVisual Basic6.0]MDIMaximized=1

Of course you can also prepare a similar .REG file that restores the default behavior, by using the “0” value instead of “1”.

See also  Professionalism Starts in Your Inbox: Keys to Presenting Your Best Self in Email
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist