Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - How to move buttons in the toolbar manually?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to move buttons in the toolbar manually?

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


Joined: 05 September 2007
Status: Offline
Points: 51
Post Options Post Options   Thanks (0) Thanks(0)   Quote hikaroute Quote  Post ReplyReply Direct Link To This Post Topic: How to move buttons in the toolbar manually?
    Posted: 21 November 2007 at 12:23am
I don't know how to move the buttons in the toolbar manually.  For customize dialog I can, but sometime I need to write the source code for move buttons my self in somewhere of my project.
 
Thank you.
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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: 21 November 2007 at 9:02am
Hi,
 
For example call
 
pToolBar->GetControls()->AddClone(pAnotherControl);
and then remove pAnotherControl.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.032 seconds.