I am new to visual basic 2008 and am trying to navigate to a web site and automatically enter my username and password from within a visual basic program. Then I want to navigate to another page and fill data in various fields on the page.
I can navigate using shell

Shell(Chr(34) & "C:\Program Files\Internet Explorer\IEXPLORE.EXE" & Chr(34) & " http://www.articlebiz.com/submit_article/", AppWinStyle.NormalFocus)

To get to my desired page but don’t know how to fill out the form or click the submit button.

>Auto log on and web form fill

Use WebControl.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.