StatusBar Control

  • Thread starter Thread starter Fir5tSight
  • Start date Start date
F

Fir5tSight

Hi,

In Visual Studio 2005, I can't find StatusBar control. I'm following
instructions from Visual Studio 2002/2003 on how to create a StatusBar
control and set up the Panels property for it.

Any advice on the equivalent control of StatusBar in VS 2005, and the
equivalent property of Panels?

Thanks!
-Emily
 
Hi,

In Visual Studio 2005, I can't find StatusBar control. I'm following
instructions from Visual Studio 2002/2003 on how to create a StatusBar
control and set up the Panels property for it.

Any advice on the equivalent control of StatusBar in VS 2005, and the
equivalent property of Panels?

Look into the StatusStrip class. Much more functionality -- especially
when in the designer.
 
Back
Top