📄 frmstart.frm
字号:
VERSION 5.00
Begin VB.Form frmStart
Caption = "启动其它应用程序"
ClientHeight = 2100
ClientLeft = 3708
ClientTop = 3288
ClientWidth = 4308
LinkTopic = "Form1"
ScaleHeight = 2100
ScaleWidth = 4308
Begin VB.TextBox Text1
Height = 285
Left = 720
TabIndex = 1
Text = "c:\windows\media\DING.WAV"
Top = 600
Width = 2775
End
Begin VB.CommandButton Command1
Caption = "开始执行"
Default = -1 'True
Height = 375
Left = 720
TabIndex = 0
Top = 1320
Width = 2775
End
Begin VB.Label Label1
Caption = "应用程序名称及所在路径"
Height = 255
Left = 720
TabIndex = 2
Top = 360
Width = 2175
End
End
Attribute VB_Name = "frmStart"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Dim r As Long
r = StartDoc(Text1.Text)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -