I have a simple windows form, and name it form1. I then add a combobox to it and start the debugging. Works fine. I then stop the debugger and add another combobox. I go to start the debuggin again and it won't work. It starts to work but then just quits the debugger. It acts like there is a "Me.Close()" in the form load(). I also have another computer running the same vb express that this doesn't happen on. Is this a bug Or is it a setting that somehow got changed. Any help would be greatly appreciated. I have spent WAY too much time trying to figure this out.
Also, there is no code in the form. Just a simple example that won't work.

BUG:???? Two ComboBoxes on one form won't allow debug
Murali Karlapudi
PaoloC05