Creating a browser in a Windows application

  • Thread starter Thread starter Ann Marinas
  • Start date Start date
A

Ann Marinas

Hi, all!

Is there a control that can view html pages in a windows application?

Thanks!

--A
 
Hi Ann,

You can use the IE "mini browser" in your program. If you have Visual Studio, right click on the toolbox and click the COM tab, then select "Microsoft Web Browser" from the list. It's in %windir"\System32\shdocvw.dll
 
Sure. If you go and add a new control to the toolbox, look for
"Microsoft Web Browser" under the "COM Components" tab. Now its in the
toolbox, so just add it to your form and you'll have a browser in your
app.

-dl
 
Back
Top