hoppingbunny
Programmer
I am using VB 6.0 service pack 5. I was adding a new form to an existing application. I created the new form with two labels, a text box, two option boxes, and a command button. There was no code for the form other than three public properties I defined. I ran the application within the development environment. From a pop-up menu on my main form, I selected the option that shows the new form (in modal mode). The new form displayed. I then attempt to close the new form by pressing on the X in the upper hand corner. The form disappeared, the hour glass appeared, and the application hung. I had to kill the application, which also kills the development environment. I tried to reproduce the situation and was unable to do so.
I have ran into similar problems while I have been modifying this application. Sometimes when I close the main form by pressing the X in the upper hand corner the application hangs. (Note, I am always running from the Visual Studio develop. environment).
Any ideas on what the problem might be? Is it an XP issue? Visual Studio Issue? Application issue? (I'm new to VB).