repaint all winform controls?
Is there some way to repaint all controls in a Winform app?
I have searched and known to to repaint a few controls ( like label,button,panel..etc) which have paint event supported. But exist many more controls I cannot repaint. Some one can help me?
My application run on Win2000 server, so I cannot use XP style originall by OS.