shdocvw

  1. VBobCat

    Question .NET WebBrowser control's DocumentCompleted event passes no pDisp argument

    Hello. I have some experience developing for VBA inside Office apps, but I am quite new to VB.NET, and I just noticed that its WebBrowser control is a bit different from that one I used to reference via ShDocVw to use in my VBA Forms. ShDocVw.WebBrowser had the DocumentComplete event, which...
  2. manub22

    set userid & password in a webpage

    I want to set username & password in a website, like gmail.com and want to submit the page. This should be done automatically when i click a button on the simple form in VB.net. I'm using following code, but its not working: Dim objIE As SHDocVw.InternetExplorer objIE =...
Back
Top