expvb
2009-01-06 00:39:48 UTC
VB6 IDE doesn't view code windows in a multi tab format, like modern
development tools and applications. You have to use the Window menu or
Ctrl+F6 to go to the next window. I found an Addin that adds multi tabs
feature. You can download the VB6 source from here:
http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=62468&lngWId=1
The site above automatically delete any DLL or executable files, so you have
to either build the Addin; which is not very easy, or you can download the
installer from here(The URL was mentioned in the comments in the link
above):
http://www.eyetapps.com/CodeHelp/CodeHelp.setup2_2.zip
Once you install it, check the new CodeHelp menu. You can right click on the
tab to change the appearance and location of the close button. When you open
an existing project for the first time, it opens all files, but the next
time you open it, it remembers the last open tabs.
development tools and applications. You have to use the Window menu or
Ctrl+F6 to go to the next window. I found an Addin that adds multi tabs
feature. You can download the VB6 source from here:
http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=62468&lngWId=1
The site above automatically delete any DLL or executable files, so you have
to either build the Addin; which is not very easy, or you can download the
installer from here(The URL was mentioned in the comments in the link
above):
http://www.eyetapps.com/CodeHelp/CodeHelp.setup2_2.zip
Once you install it, check the new CodeHelp menu. You can right click on the
tab to change the appearance and location of the close button. When you open
an existing project for the first time, it opens all files, but the next
time you open it, it remembers the last open tabs.