See title. I'll post code if need arise, I'm having a messagebox pop up changes a boolean variable somehow? causing different answers? When I get on my laptop I'll give more info, but ideas are appreciated until then.
Printable View
See title. I'll post code if need arise, I'm having a messagebox pop up changes a boolean variable somehow? causing different answers? When I get on my laptop I'll give more info, but ideas are appreciated until then.
1. What are the buttons on your messagebox?
2. What happens when one of them is clicked?
the messagebox code is basically:
MessageBox.Show(Convert.ToString({Anything in program})
Nothing special, but later part of the program is affected. Something to do with the pause it takes the user to click okay?
Your problem is unclear to me but perhaps you could have a look at DialogResult, therein you could make a decision based on it...
Hah, funny story...
I forget which language it was in, but you could clear the screen and start your program by pressing Ctrl+F5. However, is VS2003, this compiles your program without debugging. This messed up the breakpoints, which messed up my methods, which messed up everything.
Sorry for wasting everyone's time.