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.
 
Back
Top