Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - Toolbar + menu hided
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Toolbar + menu hided

 Post Reply Post Reply
Author
Message
rucksl View Drop Down
Newbie
Newbie


Joined: 18 October 2005
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote rucksl Quote  Post ReplyReply Direct Link To This Post Topic: Toolbar + menu hided
    Posted: 18 October 2005 at 2:01am

I created a menu and toolbar with Command Bar Designer.

I want to use it in a application, but the icons and the menu items are disabled. I can't use them. Anyone hast an idea, how to enable it?

Bye

 

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 18 October 2005 at 3:37am

Hello,

They are disabled because not used.

Add Handler for them to enable it

ON_COMMAND(ID_MYCOMMAND, OnMyCommand)

You can use Designer to generate list of Commands. (Menu->CommandBars->ResourceSymbols->Export->Vis ual C++ Definitions.

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
rucksl View Drop Down
Newbie
Newbie


Joined: 18 October 2005
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote rucksl Quote  Post ReplyReply Direct Link To This Post Posted: 18 October 2005 at 4:35am

Thx, this was fast

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.143 seconds.