PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Framework Forms Accesing StatusBar

Reply

Accesing StatusBar

 
Thread Tools Rate Thread
Old 26-06-2003, 06:01 AM   #1
Sorin Sandu
Guest
 
Posts: n/a
Default Accesing StatusBar


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 ?


  Reply With Quote
Old 26-06-2003, 07:44 AM   #2
Herfried K. Wagner
Guest
 
Posts: n/a
Default Re: Accesing StatusBar

Hello,

"Sorin Sandu" <ssandu@msn.com> schrieb:
> How can I acces statusbar properties in a MDI application
> (from a child form) ?


\\\
DirectCast(Me.MdiParent, MainForm).StatusBar1.<...>
///

> 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
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off