wellstyang wrote: > 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.
It depends what you're trying to read from. If it's a control owned by your process you can try WindowFromPoint() (or ChildWindowFromPoint) and GetWindowText(). Rup. _______________________________________________ msvc mailing list msvc@beginthread.com See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.