PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
Accesing StatusBar
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
Accesing StatusBar
![]() |
Accesing StatusBar |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 ? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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 |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

