![]() |
HOW TO LOAD TOOLBAR FROM DESIGNER |
Post Reply
|
| Author | |
stephen_hyc
Newbie
Joined: 27 January 2005 Status: Offline Points: 38 |
Post Options
Thanks(0)
Quote Reply
Topic: HOW TO LOAD TOOLBAR FROM DESIGNERPosted: 03 March 2005 at 2:31am |
|
I want to load a tool bar from designer studio.LoadToolBar doesnt make effective.how can i do?
|
|
![]() |
|
Ark42
Senior Member
Joined: 20 October 2003 Status: Offline Points: 291 |
Post Options
Thanks(0)
Quote Reply
Posted: 03 March 2005 at 10:58am |
|
pCommandBars->LoadDesignerBars()
|
|
![]() |
|
stephen_hyc
Newbie
Joined: 27 January 2005 Status: Offline Points: 38 |
Post Options
Thanks(0)
Quote Reply
Posted: 03 March 2005 at 6:59pm |
|
The problem is that i just want to load one of the toolbars when i click a button.how can i do?
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 04 March 2005 at 12:21am |
|
Don't think it is possible. Load all toolbars in startup and make them not visible. call pToolBar->SetVisible(TRUE); to show it. |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
stephen_hyc
Newbie
Joined: 27 January 2005 Status: Offline Points: 38 |
Post Options
Thanks(0)
Quote Reply
Posted: 04 March 2005 at 1:38am |
|
then how to get the pointer:pToolBar
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 05 March 2005 at 5:20am |
|
CXTPToolBar* CXTPCommandBars::GetToolBar(UINT nID);
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |