retrieve text from onmouseover statusbar

2

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

    
asked by anonymous 02.07.2014 / 22:25

1 answer

2

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:

03.07.2014 / 00:52