browser inside a windows form

  • Thread starter Thread starter Leonardo Gangemi
  • Start date Start date
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
 
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
 
Back
Top