Home > Net >  Only three steps can be integrated the latest version of the Chromium browser to your c # WinForm pr
Only three steps can be integrated the latest version of the Chromium browser to your c # WinForm pr

Time:09-17

Preparation: you need to download the Chromium for Application Wizard (download address: https://marketplace.visualstudio.com/items? ItemName=TangramDev. Tangram - wizard), download after installing a plug-in package TangramWizard. Vsix, or in Visual Studio 2019 "the Extension manager" inside the following image search "Chromium," found "Chromium for Application wizard" installed directly,


As a first step, you need to create a c # WinForm project, or you have such a project;
The second step in your Solution to add a Tangram "Shared" project, switch to the project folder, find the output folder, find "Tangram_CLR_RT. DLL" at the same time, you need to refer to the. Net component, and amend the project to support X64

Step 3: amend the compiled output of the engineering to Tangram "Shared" engineering "output" directory, at the same time find the program. The cs file inside the main function, make the following changes:

Compile operation directly, you will see the following picture:

CodePudding user response:

This is an open source project, different from other solutions, this project makes all your project contains Chromium function, there is a huge difference, and CEF allows developers to build powerful integrated Web browser application system, for example, developers will be able to do "labeled, the application of" :

CodePudding user response:

Parsing rules can realize its own Web page:
  •  Tags:  
  • C#