• 大小: 5.48M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签:

资源简介

使用miniblink 展示html的例子,miniblink基于chromium的浏览器控件

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using Kyozy.MiniblinkNet;

namespace ShowPage
{
    public partial class Index : Form
    {
        private WebView m_wke;
        private string path = ““;
        public Index()
        {
            m_wke = new WebView();
            InitializeComponent();

            try
            {
                string config = ReadTxt(System.AppDomain.CurrentDomain.baseDirectory + “html\\config.txt“);

                this.StartPosition = FormStartPosition.Manual;
                this.FormBorderstyle = FormBorderstyle.None;
                this.Location = new Point(Convert.ToInt32(config.Sp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      11608  2019-06-12 09:54  ShowPage\ShowPage\bin\Debug\ShowPage.vshost.exe

     文件        490  2014-01-13 21:31  ShowPage\ShowPage\bin\Debug\ShowPage.vshost.exe.manifest

     文件        573  2019-07-16 09:40  ShowPage\ShowPage\bin\Release\cookies.dat

     文件         74  2019-07-16 09:39  ShowPage\ShowPage\bin\Release\html\config.txt

     文件       1722  2019-06-25 09:09  ShowPage\ShowPage\bin\Release\html\demo\index.html

     文件      76288  2018-12-19 13:56  ShowPage\ShowPage\bin\Release\MiniblinkNet.dll

     文件   16704000  2019-02-12 21:50  ShowPage\ShowPage\bin\Release\node.dll

     文件       9216  2019-07-16 09:37  ShowPage\ShowPage\bin\Release\ShowPage.exe

     文件      24064  2019-07-16 09:37  ShowPage\ShowPage\bin\Release\ShowPage.pdb

     文件      11608  2019-07-16 09:39  ShowPage\ShowPage\bin\Release\ShowPage.vshost.exe

     文件        490  2014-01-13 21:31  ShowPage\ShowPage\bin\Release\ShowPage.vshost.exe.manifest

     文件       2773  2019-06-25 09:20  ShowPage\ShowPage\Index.cs

     文件       1429  2019-06-12 09:59  ShowPage\ShowPage\Index.Designer.cs

     文件       5817  2019-06-12 09:59  ShowPage\ShowPage\Index.resx

     文件        789  2019-06-12 09:54  ShowPage\ShowPage\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       5277  2019-06-12 09:54  ShowPage\ShowPage\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       1229  2019-06-24 10:00  ShowPage\ShowPage\obj\x86\Release\DesignTimeResolveAssemblyReferences.cache

     文件       5341  2019-07-16 09:37  ShowPage\ShowPage\obj\x86\Release\DesignTimeResolveAssemblyReferencesInput.cache

     文件        538  2019-07-16 09:41  ShowPage\ShowPage\obj\x86\Release\ShowPage.csproj.FileListAbsolute.txt

     文件        975  2019-06-24 10:10  ShowPage\ShowPage\obj\x86\Release\ShowPage.csproj.GenerateResource.Cache

     文件       6237  2019-07-16 09:37  ShowPage\ShowPage\obj\x86\Release\ShowPage.csprojResolveAssemblyReference.cache

     文件       9216  2019-07-16 09:37  ShowPage\ShowPage\obj\x86\Release\ShowPage.exe

     文件        180  2019-06-24 10:10  ShowPage\ShowPage\obj\x86\Release\ShowPage.Index.resources

     文件      24064  2019-07-16 09:37  ShowPage\ShowPage\obj\x86\Release\ShowPage.pdb

     文件        180  2019-06-24 10:10  ShowPage\ShowPage\obj\x86\Release\ShowPage.Properties.Resources.resources

     文件        469  2019-06-12 09:55  ShowPage\ShowPage\Program.cs

     文件       1366  2019-06-12 09:54  ShowPage\ShowPage\Properties\AssemblyInfo.cs

     文件       2868  2019-06-12 09:54  ShowPage\ShowPage\Properties\Resources.Designer.cs

     文件       5612  2019-06-12 09:54  ShowPage\ShowPage\Properties\Resources.resx

     文件       1095  2019-06-12 09:54  ShowPage\ShowPage\Properties\Settings.Designer.cs

............此处省略21个文件信息

评论

共有 条评论