Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - How to add this menu?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to add this menu?

 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 add this menu?
    Posted: 04 October 2004 at 4:51am

Hello

I want to add "New Horizontal Tab Group" and "New Vertical Tab Group" menu items to my menu bar, please help me.

Thanks.

 

Back to Top
Boyd View Drop Down
Senior Member
Senior Member


Joined: 08 December 2003
Location: United States
Status: Offline
Points: 285
Post Options Post Options   Thanks (0) Thanks(0)   Quote Boyd Quote  Post ReplyReply Direct Link To This Post Posted: 04 October 2004 at 8:24am

The following values can be used when working with the workspace actions:

ID_WS_ACTIONS = 35002
ID_WS_MOVE_TO_PREV = 9420
ID_WS_MOVE_TO_NEXT = 9421
ID_WS_NEW_HORZ_GROUP = 9422
ID_WS_NEW_VERT_GROUP = 9423

Add any control to your toolbar with this ID values and CommandBars will take care of the rest.

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: 04 October 2004 at 8:10pm

Thank you very much.

It is very useful for me.

Originally posted by Boyd Boyd wrote:

The following values can be used when working with the workspace actions:

ID_WS_ACTIONS = 35002
ID_WS_MOVE_TO_PREV = 9420
ID_WS_MOVE_TO_NEXT = 9421
ID_WS_NEW_HORZ_GROUP = 9422
ID_WS_NEW_VERT_GROUP = 9423

Add any control to your toolbar with this ID values and CommandBars will take care of the rest.

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