Saturday, May 22, 2010

Help with C#?

I am using C#. after i run the program, the screen cannot be restored to desktop or to C#.





i want to set the window when the program run small so that i can close it easily. how can i do it?

Help with C#?
You should be more specific about your C# program code. Please provide me more details about the source code.





If you want to make your program more responsive while doing lengthy process, you should use Application.DoEvents() method. Application class is located in System.Windows.Forms namespace.


No comments:

Post a Comment