1
2
3
4
public class WaitCursor: IDisposable
{
  public WaitCursor(Control control)
...

C# On .NET BusyIndicator

by D_Guidi, September 28, 2007 03:41

Cool :)
A suggest, You coul...

D257aa96373ab45e0ef15cfdb60efe33 Talk

C# On .NET BusyIndicator

by D_Guidi, September 28, 2007 00:10

I agree with you, Darius.
S...

D257aa96373ab45e0ef15cfdb60efe33 Talk
1
2
3
public class WaitCursor: IDisposable
{
...

C# On .NET BusyIndicator

by D_Guidi, September 27, 2007 00:41

I've tested the code and th...

D257aa96373ab45e0ef15cfdb60efe33 Talk
1
2
3
public static class BusyIndicator
{
...

C# .NET BusyIndicator

by D_Guidi, September 26, 2007 23:40, 9 refactorings

Show a BusyIndicator during...

D257aa96373ab45e0ef15cfdb60efe33 Talk