I need to develop own .NET off-line application which will just open a web page inside it. Basically I just need to open a web browser (like Internet Explorer 9) in my own offline app window and my web application inside it.
How to do that please?
Thanks for help
What are you using? Windows Forms or Windows Presentation Foundation?
Anyway for both of them exists
WebBrowsercontrol:Windows Presentation Foundation
Windows Forms