ASPX pages in win applications

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hell
I would like to ask if there is a control that can display an ASPX or HTML enabled page in general, in a windows application
If not how do I open an internet explorer instance without any navigation component

thanks
 
Hi Saxone,

Have a look for the webbrowser also called axwebbrowser also called reusing
Internet Explorer in Visual Studio Net.

The reference in VS.net is Microsoft Web-browser, the best thing to use it
is to add it to your Toolbox in VS.net and drag it to a form.

Succes

Cor
 
Back
Top