|
-
April 30th, 1999, 01:46 AM
#1
StatusBar - Height
Hi All,
How to change the height of the CStatusBar control in the Mainframe window.
-prabha
-
April 30th, 1999, 08:20 AM
#2
Re: StatusBar - Height
You should be able to something like this:
int iMyPixelHeight = 50;
CStatusBarCtrl &barCtrl = m_wndStatus.GetStatusBarCtrl();
barCtrl.SetMinHeight(iMyPixelHeight);
-
June 9th, 2005, 04:01 AM
#3
Re: StatusBar - Height
int iMyPixelHeight = 50;
CStatusBarCtrl &barCtrl = m_wndStatus.GetStatusBarCtrl();
barCtrl.SetMinHeight(iMyPixelHeight);
Also dose not work!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|