|
-
Feb 6th, 2012, 03:59 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] timer on winform
Hi,
In my windows form project, every time there is a call to a long running method, I show a small form which has a label control that says, please wait and then after the long running call I hide that form . i.e.
ShowForm();
LongRunningMethod();
HideForm();
Question:
How can I make the label control to blink every second while the showForm is being shown?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|