Whenever I open a VB6 project, I convert to VB.NET, in the IDE there are many open windows. Besides breaking them down into quick access to the close buttons and closing them one at a time, is there anything I can do about this?
If you add the MZ Toolkit to your VB6 environment, which includes the "close all windows" button (along with many other convenient things).
First close all code windows in the VB6 IDE, and then exit the IDE. Go to the folder where the VB6 project is located and find the file with the extension .vbw. Mark this file as read-only. This will prevent the IDE configuration from being saved when exiting the IDE in the future.
I found that the .vbw file extension has a read-only attribute bit. I cleaned the forms, now they are saved correctly.
Source: https://habr.com/ru/post/1436085/More articles:DateTimePicker Control Does Not Show AM / PM - vb.netUnable to create survival object: error "Temporary variable is not numeric" - objectINPUT TEXT remove browser default drop-down menu - javascriptSpring JTA transaction with JPA and jndi datasource for Websphere - springTake an arbitrary working copy of git and do exactly the same as the remote branch - gitUIImageView animation frame by frame - iosHow to call the valueJavaScript () function from Qt? - javascriptHow to compress streaming data with zlib boost - c ++How to ignore some characters when doing diff in google-diff-match-patch? - diffWeak hash map with class key - javaAll Articles