?? vbclient.frm
字號:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3420
ClientLeft = 48
ClientTop = 324
ClientWidth = 4608
LinkTopic = "Form1"
ScaleHeight = 3420
ScaleWidth = 4608
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "Click Me"
Height = 372
Left = 1800
TabIndex = 0
Top = 1560
Width = 972
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Dim myRef As Object
Set myRef = CreateObject("Component.InsideCOM")
Print "Sum(4, 6) = " & myRef.Sum(4, 6)
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -