Using VB6, how do I launch a web browser, go to a website that requires a login and password, pass the login and password to the login dialog box, and eventually login into the website?

I know how to launch the web browser by using the SHELL command, but that's it. Or is there a better way of doing this?