Hello,
I am using c#, VS 2008 and winforms.
I have label named lblResult.
When the user clicks a button, i am showing the operation result on lblResult.Text.
After i set lblResult.Text, i want to reset the text to "" , after 4 seconds. How can i do that?
thanks