Detect text (word) under mouse pointerI've found something easier that seems to fit: SendMessage( EM_CHARFROMPOS, 0, <cursosposition> )...
Detect text (word) under mouse pointerthanks Writetonsharma, interesting idea. I'll work on it and post back... if it takes me somewhere ...
Detect text (word) under mouse pointerHi forum! I'm wondering how could I read the word behind the mouse pointer. Let's say my app. has...
Sockets and threads: problem with recvParaphrasing Asimov, your logic is undeniable: (!done) = (!false) = true But your rush is bigger th...
Sockets and threads: problem with recvThanks for your advises Dave. Since the first post I've learnt a little about threads, using CEvent ...