How to show processing form in my main form
Posted
by Royson
on Stack Overflow
See other posts from Stack Overflow
or by Royson
Published on 2010-06-11T13:01:57Z
Indexed on
2010/06/11
13:22 UTC
Read the original article
Hit count: 167
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??
© Stack Overflow or respective owner