Skip to main content

Posts

Showing posts from April, 2018

Creating a Web Browser With Integrated Chromium using C#

Final Output Introduction: In this post, we shall start a project to build a C# application integrated with Chromium in Visual Studio. I shall be using Visual Studio Express For Windows Desktop 2013. But the minimum requirements are mentioned below. We shall create a Windows Forms C# project from scratch and integrate Chromium Embedded Framework (CEF) in our application, basic navigation options and much more. Minimum Requirements and Prerequisites: Visual Studio 2012 or Higher that supports NuGet Package Manager. A decent internet connection. Basic Knowledge of C#. Knowlege in using Windows efficiently. Creating A Visual Studio Project: First, create a Visual Studio C# Project through File > New Project > Installed > Visual C# > Windows > Windows Forms . Name the file whatever you want, for example ' Web Browser '. New Project Customising the Form: Now customize the main form by changing its  Properties  like Text to 'Web

The Only Way to Download Visual Studio From Official Website (Free)

Introduction: Visual Studio is one of the best IDEs for making Windows Apps or Apps that can be run on various platforms. Visual Studio is always free to download from the official website of Visual Studio. You can only install the Visual Studio Community or the Visual Studio Express for free. Visual Studio Professional and Enterprise are premium. There are several editions of Visual Studio, for example, Visual Studio Express For Desktop can build only Windows Forms, WPF and C++ applications. It depends on you which one to choose. So, in this post, I shall describe how to install the latest versions of Visual Studio or older versions of Visual Studio. Note: Visual Studio can never be upgraded, they can only be installed. That means if you have an older version Visual Studio, you can't upgrade it, you have to install the newer version side by side. Both versions will work simultaneously. Download and Install Instructions for Visual Studio 2017: Downloading and Install