So one of the lines in my Workspace (VBW) file says:
Form1 = 96, 20, 891, 486, C, 175, 104, 970, 570, C
This means when I load it next time it will start up with both the GUI designer and the form's code windows in "Closed" state next time I open that project.
So when I then use notepad to change it to
Form1 = 96, 20, 891, 486, O, 175, 104, 970, 570, O
It honors that the next time I start VB6 and load the project (correctly displaying the form code and gui designer windows), but when closing that project it automatically changes the line back to
Form1 = 96, 20, 891, 486, C, 175, 104, 970, 570, C
so the next time I load the project it loads with the form gui designer and form code editor once again in the CLOSED state.
How do I make it keep my workspace exactly like I left when I last closed the project, so that when I load the project next time, it will load up everything EXACTLY like I left it? Is this possible? Or is this a "known bug" that I'm just gonna have to live with?
Form1 = 96, 20, 891, 486, C, 175, 104, 970, 570, C
This means when I load it next time it will start up with both the GUI designer and the form's code windows in "Closed" state next time I open that project.
So when I then use notepad to change it to
Form1 = 96, 20, 891, 486, O, 175, 104, 970, 570, O
It honors that the next time I start VB6 and load the project (correctly displaying the form code and gui designer windows), but when closing that project it automatically changes the line back to
Form1 = 96, 20, 891, 486, C, 175, 104, 970, 570, C
so the next time I load the project it loads with the form gui designer and form code editor once again in the CLOSED state.
How do I make it keep my workspace exactly like I left when I last closed the project, so that when I load the project next time, it will load up everything EXACTLY like I left it? Is this possible? Or is this a "known bug" that I'm just gonna have to live with?