![]() |
State changes in combo box |
Post Reply ![]() |
Author | |
ahsan19 ![]() Newbie ![]() Joined: 24 March 2006 Status: Offline Points: 6 |
![]() ![]() ![]() ![]() ![]() Posted: 24 March 2006 at 7:59pm |
I have a drop-down control and I want to capture the event when the value in the combo box is changed. Here is my code for the control combo box:
CXTPControlComboBox* pComboState = (CXTPControlComboBox*)CXTPControlComboBox::CreateObject(); pComboState->AddString(_T("Win32")); How can I add event handling to this? Thanks. Jessica |
|
![]() |
|
Oleg ![]() Senior Member ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Hi, FROM CustomThemes sampe: ON_XTP_EXECUTE(ID_EDIT_STATE, OnEditState)
CXTPControlComboBox* pControl = (CXTPControlComboBox*)tagNMCONTROL->pControl; |
|
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 |