how to launch a default browser instance within a program window ?

Posted by Egon on Stack Overflow See other posts from Stack Overflow or by Egon
Published on 2010-04-16T07:53:32Z Indexed on 2010/04/16 8:03 UTC
Read the original article Hit count: 260

Filed under:
|

I am creating console app, involving lots of services. I want to display a webpage within my program window. I know how to launch a new window ( http://dotnetpulse.blogspot.com/2006/04/opening-url-from-within-c-program.html )but I was wondering can I ask a browser to render a webpage withing my program window (in C#) ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET