How to fill the fields of IE's web page from within VB or C++ ?
-
Does anybody know how to fill the fields of IE's web page from within VB or C++ ? What if the page is secure? Of course, there is no problem to fill all the fields by hand. The question is how to do it automatically, by running .exe or .dll.
-
Does anybody know how to fill the fields of IE's web page from within VB or C++ ? What if the page is secure? Of course, there is no problem to fill all the fields by hand. The question is how to do it automatically, by running .exe or .dll.
Wrong forum :) You mean like Google toolbar auto form fill feature? It's generally more difficult then writting a normal EXE I suggest looking at the following article for a heads up: http://www.codeproject.com/atl/ietoolbartutorial.asp?target=ie%7Ctoolbar[^] I imagine you might be able to do it with a normal EXE, but you would have to tap into the IWebBrowser2 interface, so I hope your comfortable with COM interfaces :) Cheers The word of the day is legs, let's go back to my house and spread the word ;P