Accesing StatusBar

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 ?
 
H

Herfried K. Wagner

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top