Browse button of CXTEditListBox |
Post Reply |
Author | |
MosheY
Newbie Joined: 08 June 2003 Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 06 July 2003 at 11:15pm |
Hi, I need to use the browse button on the edit listbox for another dialog and no for the files/folders dialog. How can i handle it? I've inherited my own edlt list box, and added a BN_CLICKED notification handler for XT_IDC_BTN_BROWSE. didn't work. HELP! |
|
Regards,
Moshe Y. |
|
MosheY
Newbie Joined: 08 June 2003 Status: Offline Points: 4 |
Post Options
Thanks(0)
|
Ok, i succeeded but in an ugly way - from the WM_LBUTTONUP handler of the edit list box i took the mouse position and asked wether the window from that position has the id of the button... Is there a better way? |
|
Regards,
Moshe Y. |
|
kstowell
Admin Group Joined: 25 January 2003 Location: MIchigan, USA Status: Offline Points: 496 |
Post Options
Thanks(0)
|
Hello, You can derive a class from CXTEditListBox and make EditListItem virtual. Once you have done that you can define your own CXTITemEdit derived object to handle this event. Cheers, |
|
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 |