-
大小: 0.06M文件類(lèi)型: .zip金幣: 1下載: 0 次發(fā)布日期: 2020-12-26
- 語(yǔ)言: C#
- 標(biāo)簽:
資源簡(jiǎn)介
ID卡識(shí)別實(shí)例
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Data.OleDb;
using?System.Runtime.InteropServices;
using?System.Diagnostics;
using?System.Collections;
namespace?IDCard
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????public?delegate?int?HookProc(int?nCode?int?wParam?IntPtr?lParam);
????????static?int?hHook?=?0;
????????public?const?int?WH_KEYBOARD_LL?=?13;
????????//LowLevel鍵盤(pán)截獲,如果是WH_KEYBOARD=2,并不能對(duì)系統(tǒng)鍵盤(pán)截取,Acrobat?Reader會(huì)在你截取之前獲得鍵盤(pán)。??
????????HookProc?KeyBoardHookProcedure;
????????[DllImport(“kernel32“)]
????????public?static?extern?i
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2013-01-31?21:37??ID卡識(shí)別\
?????目錄???????????0??2013-01-31?21:37??ID卡識(shí)別\IDCard\
?????文件?????????908??2009-01-19?11:33??ID卡識(shí)別\IDCard.sln
?????目錄???????????0??2013-01-31?21:37??ID卡識(shí)別\IDCard\bin\
?????目錄???????????0??2013-01-31?21:37??ID卡識(shí)別\IDCard\bin\Debug\
?????文件???????18432??2009-02-04?09:29??ID卡識(shí)別\IDCard\bin\Debug\IDCard.exe
?????文件???????34304??2009-02-04?09:29??ID卡識(shí)別\IDCard\bin\Debug\IDCard.pdb
?????文件???????14328??2009-02-04?10:22??ID卡識(shí)別\IDCard\bin\Debug\IDCard.vshost.exe
?????文件?????????490??2007-07-21?01:33??ID卡識(shí)別\IDCard\bin\Debug\IDCard.vshost.exe.manifest
?????文件?????????620??2009-01-22?10:45??ID卡識(shí)別\IDCard\bin\Debug\IDCard.vshost.sln
?????文件????????7680??2009-01-22?10:45??ID卡識(shí)別\IDCard\bin\Debug\IDCard.vshost.suo
?????文件??????204800??2010-08-18?17:51??ID卡識(shí)別\IDCard\db.mdb
?????文件???????12450??2009-02-04?09:29??ID卡識(shí)別\IDCard\Form1.cs
?????文件???????15428??2009-02-04?09:21??ID卡識(shí)別\IDCard\Form1.Designer.cs
?????文件????????5814??2009-02-04?09:21??ID卡識(shí)別\IDCard\Form1.resx
?????文件????????3758??2009-01-19?11:34??ID卡識(shí)別\IDCard\IDCard.csproj
?????目錄???????????0??2013-01-31?21:37??ID卡識(shí)別\IDCard\obj\
?????目錄???????????0??2013-01-31?21:37??ID卡識(shí)別\IDCard\obj\Debug\
?????文件?????????845??2009-02-04?10:22??ID卡識(shí)別\IDCard\obj\Debug\IDCard.csproj.FileListAbsolute.txt
?????文件?????????847??2009-02-04?09:21??ID卡識(shí)別\IDCard\obj\Debug\IDCard.csproj.GenerateResource.Cache
?????文件???????18432??2009-02-04?09:29??ID卡識(shí)別\IDCard\obj\Debug\IDCard.exe
?????文件?????????180??2009-02-04?09:21??ID卡識(shí)別\IDCard\obj\Debug\IDCard.Form1.resources
?????文件???????34304??2009-02-04?09:29??ID卡識(shí)別\IDCard\obj\Debug\IDCard.pdb
?????文件?????????180??2009-01-19?11:34??ID卡識(shí)別\IDCard\obj\Debug\IDCard.Properties.Resources.resources
?????目錄???????????0??2012-05-02?09:57??ID卡識(shí)別\IDCard\obj\Debug\Refactor\
?????目錄???????????0??2012-05-02?09:57??ID卡識(shí)別\IDCard\obj\Debug\TempPE\
?????文件?????????487??2009-01-19?11:33??ID卡識(shí)別\IDCard\Program.cs
?????目錄???????????0??2013-01-31?21:37??ID卡識(shí)別\IDCard\Properties\
?????文件????????1344??2009-01-19?11:33??ID卡識(shí)別\IDCard\Properties\AssemblyInfo.cs
?????文件????????2862??2009-01-19?11:33??ID卡識(shí)別\IDCard\Properties\Resources.Designer.cs
?????文件????????5612??2009-01-19?11:33??ID卡識(shí)別\IDCard\Properties\Resources.resx
............此處省略2個(gè)文件信息
評(píng)論
共有 條評(píng)論