4
votes
4answers
2k views

Embedding a Web page in a C# Window

I want to create a simple C# Window which displays the contents of a webpage. Is this possible ? Eg. (what I am trying to do is) csharp.window.loadUrl("http://www.google.com")
1
vote
2answers
2k views

How to perform “shell” icon embedding in Visual Studio 2010?

As far as I can tell, there have been (at least?) three types of icon embedding. There's the original style used by shell32.dll and friends, .NET's embedding, and the new type that WPF uses. I'm ...