Thanks for the ideas. I looked through Ch. 9, but nothing in there assisted me. I guess I should clarify my issue. Whenever I click the green "play" debug button, click on 'Start Debugging' int the Debug menu, or hit F5, the IDE will debug whatever project I have open. If I am in the Form Design window, I will see the Form jump to the left where I have my Toolbar menu docked, then immediately jump back to the form desing window. Same thing happens if I am in the code window; everything jumps to the left, then back to the designer, without my program ever displaying. I'm not using a lot of code, just the simple MessageBox.Show("Hello World") practice program. I do have one project that will open my window and allow me to test it, and the only thing I am aware that I changed is in the Project Menu. On Properties, I clicked on Debug, then unchecked 'Enable the Visual Studio hosting process' box. It works fine, but doing the same in my other projects has not yielded any results.
By the way, your personal attention to my little problem has won Wrox a reader for life! I am extemely impressed by the level of service I can receive here! Thanks so much for your attention on this.
|