Click to See Complete Forum and Search --> : get text from mouse cursor in anywhere


erictioh
January 17th, 2006, 11:28 AM
hi, i'm going to write a program that can get text from anywhere in windows xp by using mouse pointer. in other words, when you point your mouse pointer to a text (eg. text on win xp icon) and my program can get the text of it.


2nd problem: how to display a tooltip baloon on my mouse pointer?

Mike Harnad
January 18th, 2006, 10:15 AM
hi, i'm going to write a program that can get text from anywhere in windows xp by using mouse pointerI'm not sure how you're going to do that without some sort of ocr technology.

2nd problem: how to display a tooltip baloon on my mouse pointer?Take a look at the 'other controls' (http://www.codeguru.com/Cpp/controls/controls/) section on CodeGuru. There are tool tip articles there.