User profile: flyontheweb

User info
User name:flyontheweb
History
Joined:
Number of posts:11
Latest posts:

Detect text (word) under mouse pointer
I've found something easier that seems to fit: SendMessage( EM_CHARFROMPOS, 0, <cursosposition> )...

Detect text (word) under mouse pointer
thanks Writetonsharma, interesting idea. I'll work on it and post back... if it takes me somewhere ...

Detect text (word) under mouse pointer
Hi 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 recv
Paraphrasing Asimov, your logic is undeniable: (!done) = (!false) = true But your rush is bigger th...

Sockets and threads: problem with recv
Thanks for your advises Dave. Since the first post I've learnt a little about threads, using CEvent ...