📄 frmwy.frm
字号:
VERSION 5.00
Begin VB.Form frmWY
BorderStyle = 1 'Fixed Single
Caption = "打开网页"
ClientHeight = 555
ClientLeft = 45
ClientTop = 330
ClientWidth = 6045
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 555
ScaleWidth = 6045
Begin VB.CommandButton Command1
Caption = "打开"
Default = -1 'True
Height = 495
Left = 4800
TabIndex = 1
Top = 0
Width = 1215
End
Begin VB.TextBox Text1
Height = 495
Left = 0
TabIndex = 0
Top = 0
Width = 4695
End
End
Attribute VB_Name = "frmWY"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Dim wz As String
Dim a
wz = Text1.Text
a = Shell("Explorer.exe " & wz, 3)
End Sub
Private Sub Text1_Change()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -