Have you ever heard of WebBrowser in .NET Application? If yes, then you know how bad is the Default WebBrowser in .NET. In Internet we can find many alternative for the .NET's Default WebBrowser. There are many, such as CefSharp or GeckoFX,....
In this post I will introduce to you GeckoFX and I will show you how to build your first Gecko Browser program with the Blocking Feature.
GeckoFX is the open source component to embedding the Gecko rendering engine from Mozilla Firefox to .NET application.
To...
Home » Posts filed under Visual Studio
[How to] Block specific Websites with GeckoFX in C#
in
.NET,
browser,
c#,
GeckoFX,
how to,
programming,
tut,
Visual Studio
- on 9/28/2017
- No comments
How to Open Visual Studio 2010 Project file on Visual Studio 2008
in
Convert,
programming,
project,
Tips,
Visual Studio
- on 10/01/2012
- No comments
First, you need to convert visual studio 2010 solution file (.sln) to visual studio 2008 solution file (.sln) simply follow these steps:
in .sln file replace:
"Format Version 11.00" to "Format Version 10.00"
"# Visual Studio 2010" to "# Visual Studio 2008"
in .csproj replace
"ToolsVersion=''4.0''" to "ToolsVersion=''3.5''"
"Microsoft\VisualStudio\v10.0" to "Microsoft\VisualStudio\v9.0"
After that, you can Open the Solution file and work normally.
Note: with the WEB Project,...
Sponsors