91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.98MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-11-10
  • 語言: C#
  • 標簽: c#??webbrower??html??

資源簡介

使用的是c#中webbrower控件做界面,html編寫的界面,實現了c#和html的交互

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Runtime.InteropServices;
using?System.Security.Permissions;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;


namespace?html
{
?????[System.Runtime.InteropServices.ComVisibleAttribute(true)]
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????????this.myWebBrowser1.objectForscripting?=?this;//?將當前類設置為可由腳本訪問?
????????????//拖動控件
????????????this.moveContron1.MoveEvent();
????????}

????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
?????????????object[]?objects?=?new?object[1];??
????????????objects[0]?=?“C#訪問javascript腳本“;?
????????????this.myWebBrowser1.Document.Invokescript(“test“?objects);?
????????}

????????public?void?MyMessageBox(string?message)
????????{
????????????
????????????MessageBox.Show(message);
????????}

????????private?void?myWebBrowser1_DocumentCompleted(object?sender?WebBrowserDocumentCompletedEventArgs?e)
????????{

????????}

?????????//關閉窗口
????????public?void?closeWindow()
????????{
????????????//if?(MessageBox.Show(“你確定要關閉嗎?“?“提示“?MessageBoxButtons.YesNo)?==?DialogResult.Yes)
????????????//{
????????????????Close();
????????????//}
????????}

????????#region?窗體移動
????????public?void?winmove()
????????{
????????????this.moveContron1.WinApiMoveEvent();
????????}

????????#endregion
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-06-14?22:30??html\
?????文件?????????187??2016-05-28?11:30??html\App.config
?????文件????????2672??2016-06-15?13:55??html\Form1.Designer.cs
?????文件????????1647??2016-06-15?13:55??html\Form1.cs
?????文件????????6017??2016-06-15?13:55??html\Form1.resx
?????文件????????1045??2016-06-14?15:05??html\MoveContron.Designer.cs
?????文件????????4390??2016-06-14?15:05??html\MoveContron.cs
?????文件?????????667??2016-06-13?22:58??html\MyWebBrowser.cs
?????文件?????????516??2016-05-28?11:30??html\Program.cs
?????目錄???????????0??2016-05-28?11:30??html\Properties\
?????文件????????1346??2016-05-28?11:30??html\Properties\AssemblyInfo.cs
?????文件????????2860??2016-05-28?11:30??html\Properties\Resources.Designer.cs
?????文件????????5612??2016-05-28?11:30??html\Properties\Resources.resx
?????文件????????1091??2016-05-28?11:30??html\Properties\Settings.Designer.cs
?????文件?????????249??2016-05-28?11:30??html\Properties\Settings.settings
?????目錄???????????0??2016-06-13?22:48??html\bin\
?????目錄???????????0??2016-06-13?23:17??html\bin\Debug\
?????文件????????1465??2016-05-28?11:33??html\bin\Debug\1.html
?????文件?????1279544??2014-11-15?02:27??html\bin\Debug\halcondotnet.dll
?????文件?????4074746??2014-11-15?01:07??html\bin\Debug\halcondotnet.xml
?????文件???????12288??2016-06-15?13:55??html\bin\Debug\html.exe
?????文件?????????187??2016-05-28?11:30??html\bin\Debug\html.exe.config
?????文件???????36352??2016-06-15?13:55??html\bin\Debug\html.pdb
?????文件???????22984??2016-06-15?17:04??html\bin\Debug\html.vshost.exe
?????文件?????????187??2016-05-28?11:30??html\bin\Debug\html.vshost.exe.config
?????文件?????????490??2010-03-17?22:39??html\bin\Debug\html.vshost.exe.manifest
?????目錄???????????0??2016-06-15?17:09??html\bin\Release\
?????文件???????92477??2016-06-14?23:07??html\html.csproj
?????目錄???????????0??2016-06-14?22:30??html\jquery-easyui-1.4.5\
?????目錄???????????0??2016-06-14?22:30??html\jquery-easyui-1.4.5\demo\
?????目錄???????????0??2016-06-14?22:30??html\jquery-easyui-1.4.5\demo\accordion\
............此處省略1199個文件信息

評論

共有 條評論