![]() |
How can I get the OnLButtonDown,clicking toolbar |
Post Reply
|
| Author | |
Ashok
Senior Member
Joined: 02 May 2007 Status: Offline Points: 164 |
Post Options
Thanks(0)
Quote Reply
Topic: How can I get the OnLButtonDown,clicking toolbarPosted: 25 May 2007 at 3:33am |
|
Hai,
I have created toolbar like this.
CXTPToolBar* pPageToolBar = (CXTPToolBar*)pCommandBars->Add(_T( "Page"), xtpBarRight); if (!pPageToolBar || !pPageToolBar->LoadToolBar(IDR_PAGE_TOOLBAR)){ TRACE0( "Failed to create Page toolbar\n"); return -1;} My query is When I am clicking some button in the toolbar, I want to invoke the OnLButtonDown because I have to bring some palette color while clicking the toolbar button.How I can implement the lButtonDown for my toolbar button. |
|
![]() |
|
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 |