Does Control-Shift-M read the text that's selected? If so, you could get the highlight any time a shift-arrow keys is pressed when that edit box has focus.

Aaron

Sean Farrow wrote:
Hi: In an application I am currently I need to detect the selected text in a
specific control.
In an onfocus event I determine the control and then tell window-eyes
the control is an edit (Which it is persay, actually it a TEditControl).
The code for this is:
elseif strComp(w.ClassName, "TEditControl", vbBinaryCompare) =0 then
w.Type =wtEdit
Note:@ this is only a snipit of the code, the rest refers to othe
things. When trying to select and then read text, I don't get any feedback when
the standard selections keys are used nor then the read marked block key
is used.
How can I fix this? The control doesn't allow sending windows messages--I checked that with
the vendor.
Any help apreciated.
Sean.?
__________ Information from ESET NOD32 Antivirus, version of virus
signature database 3319 (20080802) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

--
To insure that you receive proper support, please include all past
correspondence (where applicable), and any relevant information
pertinent to your situation when submitting a problem report to the GW
Micro Technical Support Team.

Aaron Smith
GW Micro
Phone: 260/489-3671
Fax: 260/489-2608
WWW: http://www.gwmicro.com
FTP: ftp://ftp.gwmicro.com
Technical Support & Web Development

Reply via email to