harishkumara
February 9th, 2005, 10:19 PM
HI,
Iam using the MessageBoxes in my Appliation. These Message Boxes are used to display the Exception messages encountered during the User Operation on the Application.
MessageBox.Show(Message,Title,Buttons,Icons);
These MessageBoxes are displaying the messages in Modeless Way, i want these MessageBoxes to be Modal. Please suggest a way to achieve the same.
Thanks in Advance,
Harry
Iam using the MessageBoxes in my Appliation. These Message Boxes are used to display the Exception messages encountered during the User Operation on the Application.
MessageBox.Show(Message,Title,Buttons,Icons);
These MessageBoxes are displaying the messages in Modeless Way, i want these MessageBoxes to be Modal. Please suggest a way to achieve the same.
Thanks in Advance,
Harry