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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top