However, I'd like to know how to create one with Once, Weekly, Monthly, Daily and Cancel, instead of MessageBoxButto ns.Something. I've tried creating an enum and it displayed on the MessageBox,...
Basically what I want to do is show a message box which will display the first two parts of the array (TestArray1Part 1 & TestArray1Part2 ), then loop to show the next parts.
Hello,
I have a c# windows application and I am using a try catch block to handle some exception.
I want to show show error in messagebox. but the problem is that program execution does not stop there.
If I use 'throw new exception', I get that ugly windows default msg box.