Hi All,
How to change the height of the CStatusBar control in the Mainframe window.
-prabha
Printable View
Hi All,
How to change the height of the CStatusBar control in the Mainframe window.
-prabha
You should be able to something like this:
int iMyPixelHeight = 50;
CStatusBarCtrl &barCtrl = m_wndStatus.GetStatusBarCtrl();
barCtrl.SetMinHeight(iMyPixelHeight);
int iMyPixelHeight = 50;
CStatusBarCtrl &barCtrl = m_wndStatus.GetStatusBarCtrl();
barCtrl.SetMinHeight(iMyPixelHeight);
Also dose not work!!!