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

资源简介

需要安装中控指纹仪驱动 后 方可运行,基于sql server的数据库

资源截图

代码片段和文件信息

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.Runtime.InteropServices;
using System.Data.SqlClient;
namespace 使用指纹识别器进行员工考勤
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        [DllImport(“kernel32“)]
        public static extern int Beep(int dwFreg int dwDuration);

        bool isConnected;//判断是否已经连接
        string savapath = ““;

        private void toolStripButton1_Click(object sender EventArgs e)
        {
            if (axZKFPEngX1.InitEngine() == 0)//初始化指纹仪
            {
                richTextBox1.Clear();//清空richTextBox1控件

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

----------- ---------  ---------- -----  ----

              2400724                    25


评论

共有 条评论