hi guys help please...How can i have a custom text on my button in my messagebox? Say, i want to replace the Yes or NO button with Text1 for YES and Text2 for NO. Thanks in advance!
Printable View
hi guys help please...How can i have a custom text on my button in my messagebox? Say, i want to replace the Yes or NO button with Text1 for YES and Text2 for NO. Thanks in advance!
The MessageBox class does what it does. There is no hidden functionality. Either you create your own form and make it look like a MessageBox or else you use the Windows API to access the buttons on the form create by MessageBox.Show.
Ok...Maybe i'll just create my own MessageBox-Like form...Thanks for that info john.