Text into other browsers textbox
Ok, I have been searching around for a while...
What I want to know is if there is a way to insert text into a text box on another browser using visual basic...Also if there is a way to put text only into specific fields...
An example...A password memory program...What I mean by this is you have a form filled up with usernames and passwords and it will insert the correct username and password for the specified site.
I guess the main thing I need to know is if it is possible to make visual basic correspond with another browser instead of using the actual WebBrowser control and a place I could go to find out how.
Re: Text into other browsers textbox
Why don't you want to use the WebBrowser control? It was made for things like these.
If you were to use that control, you could do what you're asking for in 3-5 lines of code.