I'm trying to fill a simple web form in with vb .net, and have found numerous samples in VB6, however I can't seem to work out the same in vb .net.
I can add the explorer object and navigate to the page, however when I try to use the AxWebBrowser1.documents collection I don't have access to the 'all' or 'forms' objects that the VB6 examples uses.
Any help very gratefully received.
Andy