![]() |
How Can Checked Dynamic Popup menu |
Post Reply
|
| Author | |
leejia
Newbie
Joined: 06 April 2006 Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
Topic: How Can Checked Dynamic Popup menuPosted: 06 April 2006 at 4:04am |
|
in createcontrols message,i created any popup menu,I want set some popup menu's state is checked,How can do?
|
|
![]() |
|
leejia
Newbie
Joined: 06 April 2006 Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 April 2006 at 4:09am |
|
everybody here? |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 April 2006 at 7:43am |
|
use Update handler for changing state. or call pControl->SetChecked(TRUE); + pControl->SetFlags(xtpFlagManualUpdate);
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
leejia
Newbie
Joined: 06 April 2006 Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 April 2006 at 12:04pm |
|
Thanks for response my question!!! |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 April 2006 at 7:40pm |
|
See any sample from CommandBars folder.
example
ON_UPDATE_COMMAND_UI(ID_VIEW_TEXTBELOWICONS, OnUpdateTextBelow)
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
leejia
Newbie
Joined: 06 April 2006 Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 April 2006 at 8:51pm |
|
thanks!!!I do that success.
|
|
![]() |
|
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 |