>I wanna know how to get the text pointed by mouse, but I found it's not easy >to get some explation on it. So I wanna get some help from you. I wanna >know which API function I should use and which message I should catch.
Unfortunately there is no easy way of doing this - it's not supported by the API. If you want the user to be able to select a piece of text, then you should most likely use a CListBox or CListCtrl / CListView and handle the LBN_SELCHANGE (CListBox) or NM_CLICK (list view version, CListCtrl / CListView) messages. -- Jason Teagle [EMAIL PROTECTED]
_______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
