搜索资源列表
EncryptSimple
- 可逆加密组件 ====================== 使用方法 ============================================ Dim objEncrypt Set objEncrypt = Server.CreateObject(\"myEncrypt.clsEncrypt\") Dim strReturn 加密后文本 Dim strValue 加密前文本 加密开始 设置密钥(此行可以省略) o
keycode
- 将键盘扫描码转换成ASCII,利用8086内部中断程序编的,非常好的,有原代码!-keyboard scan code will be converted into ASCII, using 8086 internal procedures interrupted series, very good. a source!
keycode
- 加密算法,其实比较简单;但是不错!! 呵呵!!好好看看 -encryption algorithm, is relatively simple; But true! ! Oh! ! A good look
keycode-ir
- Keyboard and remote driven operation fully functional, implements preprogrammed chars in TOUCH PAD-Keyboard and remote driven full operation y functional, implements preprogrammed chars in TOUCH PAD
KeyCode
- 键盘按键代码列表,是javascr ipt使用的
KeyCode
- 汇编工具破解软件 一个汇编特效功能,很好用
02111313366
- VB KeyAscii 和 KeyCode 查询器
test
- 键盘常用代码一览表,KeyCode常数用法 可在代码中的任何地方用下列常数代替实际值
kj
- Private Sub Command1_KeyUp(KeyCode As Integer, Shift As Integer) Select Case KeyCode Case vbKeyF2 MsgBox \"hhh\", vbOKOnly + vbCritical, \"Ì áÊ ¾ \" End Select End Sub
vb移动图像代码
- Dim x_step As Integer '声明 Dim y_step As Integer Dim 往左 As Integer Dim 往右 As Integer Dim 往上 As Integer Dim 往下 As Integer Dim 重复次数_step As Integer Private Sub F
KeyCode
- 键盘KEYCODE对照表,这个比较全面。我根据自己的程序整理的。-KeyCode keyboard table, the relatively wide.
winuserm
- windows mobile keycode
Android_Keycode.tar
- 此checker为Android平台下测试Keycode用应用程序,在Eclipse下由Java编写-This checker for the Android platform used to test the keyCode applications at Eclipse prepared by the Java
keycode
- 密码锁程序,可以设置四位密码,用数码管显示-the program of secret code
suopingruanjCShap
- 锁屏软件代码 using System using System.Collections.Generic using System.ComponentModel using System.Data using System.Drawing using System.Text using System.Windows.Forms using Microsoft.Win32 namespace 锁屏软件 { public partia
jyllq
- Private Sub Command1_Click() 直接用鼠标点击连接按钮 WebBrowser1.Navigate Text1 End Sub Private Sub Command1_KeyDown(KeyCode As Integer, Shift As Integer) 用快捷方式Enter激活连接按钮 If KeyCode = 13 Then Call Command1_Click End Sub-Private Sub Command1_C
keycode
- 测试android 手机上的各个按键代码-Test each button on the android phone code
keycode-uosii
- keycode for uosii. using with 4x4 or 8x8 matrix keyboard
Numerical Libraries for .NET Keycode反编译
- Numerical Libraries for .NET Keycode 反编译. 一个数值计算库反编译得到的源码。
获取按键
- 在按下键盘上按键的时候获取并显示对应按键的keyCode和keyChar的值(When you press the button on the keyboard, it will get and display the values of keyCode and keyChar for the corresponding key)