Is it possible to retrieve the status bar text? in Windows.Form in VB6 could. I would like to know if in C # it would be possible
Is it possible to retrieve the status bar text? in Windows.Form in VB6 could. I would like to know if in C # it would be possible
Put in your form a StatusStrip and create a StatusLabel same as below:
Selectthe StatusLabel StatusLabel it will show in a component Label the same text.
References: