LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

activex "find" command in Internet Explorer 5.0

Have looked thru Activex functions for Internet Explorer 5.0 and cannot determine if a command exists for the "find" function in internet explorer. Has anyone figured this out
to control the find command and enter the find text using activex for Internet Explorer 5.0 ? Found every other command but this one.
cvier
0 Kudos
Message 1 of 2
(3,027 Views)
Hello cvier,

From searching online and MSDN, you need to use the TextRange object to create a range of text then search through this range for a specified string. More information can be found on the following website and the object model can be found on MSDN.

Hope that helps.
Wendy L
LabWindows/CVI Developer Newsletter
0 Kudos
Message 2 of 2
(3,005 Views)