搜索资源列表
keycode
- 将键盘扫描码转换成ASCII,利用8086内部中断程序编的,非常好的,有原代码!-keyboard scan code will be converted into ASCII, using 8086 internal procedures interrupted series, very good. a source!
keycode
- keyboard scan code will be converted into ASCII, using 8086 internal procedures interrupted series
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