Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - How to set up high of statusbar?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to set up high of statusbar?

 Post Reply Post Reply
Author
Message
freehawk View Drop Down
Groupie
Groupie


Joined: 22 April 2004
Status: Offline
Points: 95
Post Options Post Options   Thanks (0) Thanks(0)   Quote freehawk Quote  Post ReplyReply Direct Link To This Post Topic: How to set up high of statusbar?
    Posted: 20 October 2004 at 2:21am

Hello

How to set up high of statusbar? Thanks

 

Back to Top
jimmy View Drop Down
Senior Member
Senior Member


Joined: 11 November 2003
Location: Austria
Status: Offline
Points: 516
Post Options Post Options   Thanks (0) Thanks(0)   Quote jimmy Quote  Post ReplyReply Direct Link To This Post Posted: 20 October 2004 at 11:02am
Hi,

use the function SetMinHeight(30);

    Jimmy
Back to Top
jimmy View Drop Down
Senior Member
Senior Member


Joined: 11 November 2003
Location: Austria
Status: Offline
Points: 516
Post Options Post Options   Thanks (0) Thanks(0)   Quote jimmy Quote  Post ReplyReply Direct Link To This Post Posted: 20 October 2004 at 11:05am
Oh sorry,

use this

m_MyStatusBar.GetStatusBarCtrl().SetMinHeight(30);

    Jimmy

Back to Top
freehawk View Drop Down
Groupie
Groupie


Joined: 22 April 2004
Status: Offline
Points: 95
Post Options Post Options   Thanks (0) Thanks(0)   Quote freehawk Quote  Post ReplyReply Direct Link To This Post Posted: 20 October 2004 at 8:18pm

Thank you very very much.

Haaaa. I changed it.

Originally posted by jimmy jimmy wrote:

Oh sorry,

use this

m_MyStatusBar.GetStatusBarCtrl().SetMinHeight(30);

    Jimmy

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.