资源简介
使用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\Minibl
文件 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个文件信息
- 上一篇:将Excel文件嵌入到WinForm窗体中
- 下一篇:C#高级编程(第三版)
相关资源
- C# 显示磁盘目录信息
- 解析
- 即系
- IconPanel ToolTip
- CSDN small
- 生成8位密码程序
- .net 2.0 List 去重 类似 distinct()函数
- c# 简单的借书/还书
- DCOM授权
- sina授权登录
- 计算你人生 剩余几个月
- 经纬度在范围内外判断
- VS批注批量修改CommentHelper
- 远控系列软件2(远控服务器端)
- 生成星号金字塔
- 控制动物的奔跑与停止
- UART_veryhuo.com
- mysql生成随机码
- C# 简易计算器源码
- c# 取消 Alt+F4(关闭窗口)源码
- C# 石头剪刀布入门级控制台源码
- C# 仿记事本(可用作备注/书签)
- C#(switch/if)入门级
- 将Excel数据分解到多个文本文件
- 将文本文件数据分解到Excel中的不同数
- 为一个Excel文件创建多个工作表
- 将数据利用Excel生成图表
- 将多个Excel文件进行自动汇总
- 自动用递增变化的数据填充Excel
- 读取多个Word文档文件到Excel同一数据
评论
共有 条评论