Showing HTML page in a windows application

  • Thread starter Thread starter C#Schroeder
  • Start date Start date
C

C#Schroeder

I am new to creating a windows application and have been asked to
display an HTML page when a certain button is clicked.

I have created the HTML page but don't know how to display it when the
button on the windows application is pressed. Can anyone point me in
the right direction.

Thanks
 
I am new to creating a windows application and have been asked to
display an HTML page when a certain button is clicked.

I have created the HTML page but don't know how to display it when the
button on the windows application is pressed. Can anyone point me in
the right direction.

Thanks

Try System.Windows.Forms.WebBrowser

rossum
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top