How to show processing form in my main form
- by Royson
Hi
I want to show processing image in form when my main form is working.
I have created processing form .
I tried it with
ProcessingForm obj = new ProcessingForm();
obj.show();
DOSomeStuff();
obj.close();
it shows processing form..but some time it becomes not responding...or my gif image stops animating.
How to do that??