frmwy.frm
来自「企业人事管理系统,有考勤,人员管理等功能,值得研究,也是我付费弄来的,绝对超值」· FRM 代码 · 共 47 行
FRM
47 行
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 + =
减小字号Ctrl + -
显示快捷键?