Click here to Skip to main content
15,896,417 members

Response to: Displaying "saving.....please wait" messages in windows forms ?

Revision 1
Create a small form that has just that and remove the minimize, maximize and close buttons and make its size unchangeable then write in your text. Now, at the start of the Save method, show this form as modal (ShowDialog()) and at the end of the save method simply close it :)
Posted 9-Apr-10 1:04am by Mustafa Ismail Mustafa.
Tags: