blah blah blah is here! blah blah » Close

0
votes
3 answers

how come my messagebox wont come out :(

when i only have [code]if(FirstBandColour == Random1 && SecondBandColour == Random2 ) { MessageBox.Show ("CORRECT"); } else if(FirstBandColour != Random1 & ...

0
votes
2 answers

MessageBox with inputs

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

0
votes
1 answers

MessageBox hidden behind program window problem.

MickW
151

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 ...

1
votes
1 answers

unload form

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]

Feedback