CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 1999
    Location
    Haddonfield, NJ (South Jersey)
    Posts
    84

    Method 'HWND' of object 'IWebBrowser2' failed... (HELP!)

    Does any one know why? if so how do I get the HWND of the webbrowser control? is it possible at all?
    thanks!
    --maciej


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Method 'HWND' of object 'IWebBrowser2' failed... (HELP!)

    I get exactly the same thing ! I'll dig around on the MSDN / KB and see what that says. If I find anything, I'll post it here.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  3. #3
    Join Date
    Apr 1999
    Posts
    6

    Re: Method 'HWND' of object 'IWebBrowser2' failed... (HELP!)

    I have run into the same problem...I'm not exactly positive, but here is what I have been able to find out so far.

    The reason you receive that error, is because whatever dll you are trying to call is already in use. I have had multiple (different) dll/exe files report that error when I try to use them in VB.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured