I'd like to show some kind of "Loading, please" message with a rotating wheel...in my windows form c#.net
-
Thursday, March 08, 2012 6:23 AM
hi,
I created a progress bar but i want to change it and want to place a loading please message .some thing like page load. Can anybody please send me the code or references for my requirement!!
All Replies
-
Thursday, March 08, 2012 2:50 PM
If you need that kind of pretty animation, (and even if you don't!) you should really check out WPF rather than Windows Forms. It's a whole new framework to learn, but it is so much better for visuals like this.
If WPF is not an option, check out http://social.msdn.microsoft.com/forums/en-us/Vsexpressvc/thread/E46D251A-A501-4FC6-83AD-5A901BFA7385 for starters (the question is in a C++ forum but the answer is actually in C#). You have a whole lot of work ahead of you to do even simple custom animations in Windows Forms. Hence, WPF.
jmh
- Edited by Joshua Honig Thursday, March 08, 2012 2:50 PM
- Edited by Joshua Honig Thursday, March 08, 2012 2:51 PM
-
Friday, March 09, 2012 9:47 AMModerator
Hi Vivek Reddy A,
There is a rotate label at the following thread, maybe it can help you to achieve that:
http://social.msdn.microsoft.com/Forums/en/winforms/thread/4de72429-78df-4f24-b4c7-35b126d4e29c
Best Regards
Neddy Ren[MSFT]
MSDN Community Support | Feedback to us
- Proposed As Answer by Neddy RenModerator Monday, March 12, 2012 3:07 AM
- Marked As Answer by Neddy RenModerator Wednesday, March 14, 2012 9:48 AM

