Looking for codes to input data into a WebBrowser
Greetings!
I'm looking for a way to write a VB program that will:
1) Open FireFox (Or any other Web Browser)
2) Go to a site
3) fill-in my login and password (so I won't have to anymore ;P)
I realize I can just install some macros from the FireFox add-on site, but hey that's boring o:
Do note that I'm just a beginner, and have very feeble knowledge of VB.
Any help would be nice <:
Re: Looking for codes to input data into a WebBrowser
You'll do this by using the web browser control.
This question has been asked many times on VB Forums. If you search this site, youll find what you're looking for. You can even Google it and get plenty of information on how to do it.
After you've done some research and you need some help with the code, post what you have, any errors, and what's not working.
*Edit:
If you're brand new to Vb, I would try other things first. This task isn't daunting.... but it can be for someone who doesn't know what they're doing.