How to access and modify controls in IE?

  • Thread starter Thread starter Todd Brown
  • Start date Start date
T

Todd Brown

Hi all,
i want to use VB to access and modify controls (text
field, checkbox, ...) in IE, I am using EnumChildWindows
to get all control HWNDs inside IE, however I can not
change the content of these controls, SetWindowText does
not work. Does anybody have idea for this?
thanks in advance.

Toddd
 
It's probably hard coded in the program or in some other files.

Why would you want to do that?
 
Back
Top