Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Browse button of CXTEditListBox
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Browse button of CXTEditListBox

 Post Reply Post Reply
Author
Message
MosheY View Drop Down
Newbie
Newbie


Joined: 08 June 2003
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote MosheY Quote  Post ReplyReply Direct Link To This Post Topic: Browse button of CXTEditListBox
    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.
Back to Top
MosheY View Drop Down
Newbie
Newbie


Joined: 08 June 2003
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote MosheY Quote  Post ReplyReply Direct Link To This Post Posted: 07 July 2003 at 12:44am

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.
Back to Top
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Post Options Post Options   Thanks (0) Thanks(0)   Quote kstowell Quote  Post ReplyReply Direct Link To This Post Posted: 02 November 2003 at 3:06pm

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,
Codejock Support

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.230 seconds.