登录
首页 » C# » winform调取身份证读卡器获取信息

winform调取身份证读卡器获取信息

于 2021-11-16 发布
0 196
下载积分: 1 下载次数: 1

代码说明:

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • dhcp+ relay
    【实例简介】dhcp 获取动态ip地址
    2021-08-05 00:31:06下载
    积分:1
  • 串口调试助手代码(XCOM V2.0)
    【实例简介】 很优秀的串口调试助手代码
    2021-08-05 00:31:11下载
    积分:1
  • sftp实例,SecureFileTransferProtocol 安全文件传送协议的用法与实例 附完整源码下载
    sftp实例,SecureFileTransferProtocol 安全文件传送协议的用法与实例 附完整源码下载
    2013-05-24下载
    积分:1
  • C# 简体繁体转换 源码下载
    C# 简体繁体转换 源码下载
    2015-12-30下载
    积分:1
  • 识别 身份证图片中的文字(C#源码)
    选择身份证 正面 和反面,识别身份证中的 姓名、性别、民族、出生、地址、号码、签发机关、有效期等
    2019-07-26下载
    积分:1
  • c# MODBUS协议 上位机
    c# MODBUS协议 上位机
    2015-08-12下载
    积分:1
  • C#连接mysql 示例代码类源码下载
    C#连接mysql
    2015-03-22下载
    积分:1
  • CS程序员之窗控件换肤测试版
    CS程序员之窗控件换肤测试版
    2013-09-12下载
    积分:1
  • Asp.Net Web API GET POST 实例源码下载
    实现了基本 get post 请求,并可以输出xml 或者json
    2014-06-12下载
    积分:1
  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • 696516资源总数
  • 106923会员总数
  • 0今日下载