Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - how get pointer to a button on a toolbar
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

how get pointer to a button on a toolbar

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


Joined: 27 January 2005
Status: Offline
Points: 38
Post Options Post Options   Thanks (0) Thanks(0)   Quote stephen_hyc Quote  Post ReplyReply Direct Link To This Post Topic: how get pointer to a button on a toolbar
    Posted: 07 March 2005 at 11:28pm
I want to get the pointer to a button which is on a toolbar.How can i do?
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: 08 March 2005 at 3:43am

 CXTPControl* pControl = m_pMyToolBar->GetControls()->GetAt(nBtnIndex);

Freehawk

Originally posted by stephen_hyc stephen_hyc wrote:

I want to get the pointer to a button which is on a toolbar.How can i do?

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