📄 例[15-4].frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "例[15-4] 用OLE对象嵌入播放器 "
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 3750
LinkTopic = "Form1"
ScaleHeight = 213
ScaleMode = 3 'Pixel
ScaleWidth = 250
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "播放"
Height = 495
Left = 1080
TabIndex = 1
Top = 2040
Width = 1335
End
Begin VB.OLE OLE1
Class = "Package"
Height = 1335
Left = 720
OleObjectBlob = "例[15-4].frx":0000
SourceDoc = "F:\Program Files\Windows Media Player\wmplayer.exe"
TabIndex = 0
Top = 360
Width = 2055
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()
OLE1.DoVerb '激活多媒体播放器
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -