So if you go to a site like www.ogame.org (just an example that someone else posted), you have the username / password input elements encapsulated within frame(0).
Code:
Dim HTMLDoc As mshtml.HTMLDocument
HTMLDoc = WebBrowser1.Document
'select the inner frame
Dim f1 As mshtml.IHTMLWindow2 = CType(HTMLDoc.frames.item(0),
Leave a comment: