Accesing StatusBar

  • Thread starter Thread starter Sorin Sandu
  • Start date Start date
S

Sorin Sandu

How can I acces statusbar properties in a MDI application (from a child
form) ?
Also how can I write in status bar for a menu item ?
 
Hello,

Sorin Sandu said:
How can I acces statusbar properties in a MDI application
(from a child form) ?
\\\

Also how can I write in status bar for a menu item ?

You can place code to do this in the menuitem's Select event handler.

Regards,
Herfried K. Wagner
 
Back
Top