Click here to Skip to main content
15,902,112 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Solution done, no need any suggection...thank you so much for your answers.. freaking love this article to improve it
Posted
Updated 7-Jan-15 19:49pm
v2
Comments
Praveen Kumar Upadhyay 8-Jan-15 1:24am    
Please show your code.

What have you tried so far, can you please add your code using improve question option...?

if you are changing color of your button during your running process then you need to refresh your application, so it will take effect of UI changes during running process like this...
C#
YourButton.ForeColor = Color.Green;
Refresh();
 
Share this answer
 
 
Share this answer
 

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