1. In the Code Window in the IDE, there are two combo boxes (as in VB6), the left one to list the Form Controls/Events etc and the Right to list the Control Method/Properties.

In VB6 - the left combo was sorted, it appears now that in .NET it isn't. This seems a little backward to me - is there a setting to make this list sorted?

2. When running a vb6 program from the ide I could set a breakpoint and change code whilst the program was running. This was actually a pretty good debug tool. Now in .NET I can still put breakpoints in, and move about the code, but the code is set as read-only and so can not be edited at that point. Does anyone now if I can change this?

Thanks