Hello All,
I am doing one C#.net windows application.
At the time of loading the form , some operations need to be done, so it will take time( one or two minutes) to load the form. At this time, I want to show a message to the user like "Loading the Project ..Please wait" with a wait cursor. Once the form is loaded, the message and wait cursor should go.
How to do this?
Thanks in advance..
I am doing one C#.net windows application.
At the time of loading the form , some operations need to be done, so it will take time( one or two minutes) to load the form. At this time, I want to show a message to the user like "Loading the Project ..Please wait" with a wait cursor. Once the form is loaded, the message and wait cursor should go.
How to do this?
Thanks in advance..
Comment