Click here to Skip to main content
15,893,190 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Does anyone have a suggestion for a method that can be used to decorate any user control to suggest it's state is 'busy'? I'm thinking of something more than simply changing the cursor.
Posted
Comments
Sandeep Mewara 15-Jul-10 2:48am    
ASP.NET or Windows application?
Sandeep Mewara 15-Jul-10 8:40am    
Updated my answer with couple of Winform progress control samples.

If it is ASP.NET, then look at this article:
Customizable 'Loading' Control for Web Applications with Designer Support[^]


UPDATE 1:
Well, If it's Winforms, have a look at this control:
Progress-O-Doom[^]
A Pretty Good Splash Screen in C#[^]
A .NET Progress Dialog[^]
 
Share this answer
 
v2
Comments
Andrei Scripniciuc 15-Jul-10 8:28am    
I was looking for a solution for WinForms controls, sorry i forgot to mention that. For ASP.NET i have found a couple of LoadingPanels that fit my needs.
Sandeep Mewara 15-Jul-10 8:40am    
Check out the links for Winforms progress control..
Andrei Scripniciuc 15-Jul-10 9:16am    
Thanks, i'm looking into them now.
Nish Nishant 15-Jul-10 11:43am    
Reason for my vote of 5
Worth 5!
Why not just disable it, or change the background to flourescent pink. It's your user control, you can do anything you want with it :-D

Happy Coding
 
Share this answer
 
Comments
Sandeep Mewara 15-Jul-10 3:20am    
Fluorescent Pink!!! :O
Andrei Scripniciuc 15-Jul-10 8:43am    
I was hoping for a more elegant solution (for example i love the way something like this is implemented in the ANTS Memory Profiler :) ). But still, thanks for the reply.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900