I need to view a web page inside my application (developed using C# with Visual Studio 2010 and .NET 4.0), so I need to create a simple like browser. This browser can pass a value to system. I have tried CefSharp and webkit with no luck - I cannot load the assembly into Visual Studio.
How can I solve this problem?
Thanks.