how to display a webpage in windows forms

  • Thread starter Thread starter fredy
  • Start date Start date
F

fredy

how to display a webpage in windows forms, i'm writing a
windows forms app. how can i display a webpage without
having to write a web application???
 
Since the .NET framework doesn't have an HTMLView-like control, you'll have
to use COM Interop to make use of the WebBrowser control.
 

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