i created a project type: Console;
i added on Templates\projects folders;
my question: when i open these project type, how can open the module(ConsoleMain.bas) window code and maximizate(predefinition)?

Recommended Answers

All 3 Replies

Hold up. Given the problems you can create by creating an outdated VB6 app today, stop and go get the current version.

Then we'll talk.

No. Stop making VB6 apps. It's dead Jim.

honestly: i know VB6 is absolete!!!! but some people, like me, love VB6 and still use it!!! Windows 10 isn't for VB6, but i can program it... it's for nostalgy and loving it ;)
but for market, normally, anyone use it.
on past you said the same, i know... sorry
thanks for all

The VB6 IDE checks the Windows Registry HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0 for the string value MDIMaximized. Create and set the value to 1. Documentation says it's for MDI child windows, but it works for all code and form windows opened in the IDE.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.