Click to See Complete Forum and Search --> : StatusBar - Height


April 30th, 1999, 01:46 AM
Hi All,

How to change the height of the CStatusBar control in the Mainframe window.

-prabha

Kevin Delgado
April 30th, 1999, 08:20 AM
You should be able to something like this:

int iMyPixelHeight = 50;

CStatusBarCtrl &barCtrl = m_wndStatus.GetStatusBarCtrl();

barCtrl.SetMinHeight(iMyPixelHeight);

prasaddashputre
June 9th, 2005, 04:01 AM
int iMyPixelHeight = 50;

CStatusBarCtrl &barCtrl = m_wndStatus.GetStatusBarCtrl();

barCtrl.SetMinHeight(iMyPixelHeight);


Also dose not work!!!