I'd like to show some kind of "Loading, please" message with a rotating wheel...in my windows form c#.net
-
2012년 3월 8일 목요일 오전 6:23
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!!
모든 응답
-
2012년 3월 8일 목요일 오후 2:50
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
- 편집됨 Joshua Honig 2012년 3월 8일 목요일 오후 2:51
-
2012년 3월 9일 금요일 오전 9:47중재자
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
- 답변으로 제안됨 Neddy RenModerator 2012년 3월 12일 월요일 오전 3:07
- 답변으로 표시됨 Neddy RenModerator 2012년 3월 14일 수요일 오전 9:48

