L Leonardo Gangemi Sep 19, 2003 #1 How can I put a browser inside a windows form like Kazaa or Imesh?
B Bob Powell [MVP] Sep 19, 2003 #2 Add a reference to the COM object "Microsoft Internet Controls" version 1.1 This will import the AxWebBrowser COM object from shdocvw.dll A Primary Interop Assembly will be created and you can treat it just like a windows forms control. -- Bob Powell [MVP] C#, System.Drawing September's edition of Well Formed is now available. http://www.bobpowell.net/currentissue.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/gdiplus_faq.htm
Add a reference to the COM object "Microsoft Internet Controls" version 1.1 This will import the AxWebBrowser COM object from shdocvw.dll A Primary Interop Assembly will be created and you can treat it just like a windows forms control. -- Bob Powell [MVP] C#, System.Drawing September's edition of Well Formed is now available. http://www.bobpowell.net/currentissue.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/gdiplus_faq.htm
L Leonardo Gangemi Sep 19, 2003 #3 Thanks!! Leonardo Bob Powell said: Add a reference to the COM object "Microsoft Internet Controls" version 1.1 This will import the AxWebBrowser COM object from shdocvw.dll A Primary Interop Assembly will be created and you can treat it just like a windows forms control. -- Bob Powell [MVP] C#, System.Drawing September's edition of Well Formed is now available. http://www.bobpowell.net/currentissue.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/gdiplus_faq.htm Click to expand...
Thanks!! Leonardo Bob Powell said: Add a reference to the COM object "Microsoft Internet Controls" version 1.1 This will import the AxWebBrowser COM object from shdocvw.dll A Primary Interop Assembly will be created and you can treat it just like a windows forms control. -- Bob Powell [MVP] C#, System.Drawing September's edition of Well Formed is now available. http://www.bobpowell.net/currentissue.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/gdiplus_faq.htm Click to expand...
H Herfried K. Wagner [MVP] Sep 19, 2003 #4 Hello, Leonardo Gangemi said: How can I put a browser inside a windows form like Kazaa or Imesh? Click to expand... 311303 WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NET http://support.microsoft.com/?id=311303
Hello, Leonardo Gangemi said: How can I put a browser inside a windows form like Kazaa or Imesh? Click to expand... 311303 WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NET http://support.microsoft.com/?id=311303