blah blah blah is here! blah blah » Close

1
votes
1 answers

File overwrite dialogue

I want to do something like this:[code]. . if(ShowDialog(MessageBox.Show("File already Exists, do you want to overwirte the existing file?","File Overwrite???", MessageBoxButtons.YesNo))=="Yes") . . [/code ...

Feedback