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.