Click to See Complete Forum and Search --> : Method 'HWND' of object 'IWebBrowser2' failed... (HELP!)


maciej
December 16th, 1999, 02:13 PM
Does any one know why? if so how do I get the HWND of the webbrowser control? is it possible at all?
thanks!
--maciej

Chris Eastwood
December 16th, 1999, 02:22 PM
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

Chris A
January 29th, 2000, 04:53 PM
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.