Window Forms : Status Bar Control ?
I have a class function which is will enabled and disabled button in my window forms. At the same time I will set the windows forms status bar panel text to some text.
Example :
My window forms got 4 button
Button1,Button2 ,Button3,Button4
When Button1 onclick , I will enabled and Disabled Button2 and at the same time I also will enabled Button3 and Button4.
After that I need to set the status bar panel text to:
"MODE : BUTTON1 ONCLICK"
My problem here , is I dono how to set the status bar panel text from my class function.
Who can I help me in this problem?
Thank you ~~