module1.bas
来自「条形码扫描器源码 条形码扫描器源码」· BAS 代码 · 共 22 行
BAS
22 行
Attribute VB_Name = "Module1"
Option Explicit
' *************************************************************************
' * This program designed by Troy M. Reed for test scanning a *
' * hand held serial scanner. *
' *************************************************************************
' * Design Date: 04/03/00 *
' *************************************************************************
' * Module for Publics and declare functions *
' *************************************************************************
'Public String
'
Public CheckMySettings
'
'Declare Function
'
Public Declare Function FlashWindow Lib "user32" _
(ByVal hwnd As Long, ByVal bInvert As Long) As Long
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?