【C#】最简单的本地验证码(带项目代码)

标签: C# winform
C#写的本地生成验证码小软件,附带了验证方法,成品小软件在bin目录下 附上主要代码: private string Checkcode() { int nubre; char code; string checkCode = string.Emp...

阅读全文>>

【C#】注册全局热键 监听按键 Hotkey

       using System; using System.Collections.Generic; using System.Text; using System.Collections; using System.Windows.Forms; using System.Runtime.InteropServices; ...

阅读全文>>