1
How to show in the VB6 IDE on tabs, the project’s open Forms? In Delphi it already shows all, but in VB6 I don’t know, I’ve never seen VB6, it’s the first time. How to close open Forms? This in time design, no run time. It is not close in the Application, but in the Project(vbp), because I open the More Window and there is a lot of form open and I can’t close.
In the native IDE there is no such possibility you will have to use an Add-In such as Codesmart developed for Axtools.
– davidterra
@davidterra, and how do I close the open Forms? There is a More Windows where I have listed there all the Forms. As I close the ones I don’t want to use?
– pnet
There is no native in the IDE with this feature, you can install the Mztools https://www.mztools.com/ add-in that brings this and other features.
– davidterra