![]() |
how change tooltip of a button on toolbar |
Post Reply
|
| Author | |
stephen_hyc
Newbie
Joined: 27 January 2005 Status: Offline Points: 38 |
Post Options
Thanks(0)
Quote Reply
Topic: how change tooltip of a button on toolbarPosted: 03 March 2005 at 7:04pm |
|
i want to change the tooltip of a button on toolbar when i click it.how can i do?
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 04 March 2005 at 12:20am |
|
ON_XTP_EXECUTE(ID_EDIT_STATE, OnEditState) void CMainFrame::OnEditState(NMHDR* pNMHDR, LRESULT* pResult) CXTPControl* pControl = tagNMCONTROL->pControl; pControl->SetTooltip(...); } |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
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 |