votes
how come my messagebox wont come out :(
when i only have [code]if(FirstBandColour == Random1 && SecondBandColour == Random2 ) { MessageBox.Show ("CORRECT"); } else if(FirstBandColour != Random1 & ...
blah blah blah is here! blah blah » Close
when i only have [code]if(FirstBandColour == Random1 && SecondBandColour == Random2 ) { MessageBox.Show ("CORRECT"); } else if(FirstBandColour != Random1 & ...
Dear All, Is it possible to make messagebox with text boxes and buttons (more than 1) so that we can receive inputs from the user with it? Kindest Regards, E
I've done quite a bit of searching on this and found no real answer. Is this just a limitation of MessageBoxes? Just to clarify - I have my main process running as BackgroundWorker and when it is finished, a message box appears to repor ...
hello, i want to know how to do like this [code] private void Form1_unLoad(object sender, EventArgs e) { MessageBox.Show("Are You Sure?"); } [/code]
Got feedack? Found a bug? report it here.