duplicateexecution.bas
来自「Usb Key loock vb soucrse code. ocx not f」· BAS 代码 · 共 10 行
BAS
10 行
Attribute VB_Name = "DuplicateExecution"
Public Declare Function ShellAPI Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Public Sub InterruptDuplicateExecution()
If App.PrevInstance = True Then
End
End If
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?