OptionExplicit
PrivateSubForm_Load()
DimResponseAsInteger
MMControl1.DeviceType="MPEGVideo"
CommonDialog1.ShowOpen
通过对话框选择不同的VCD文件
MMControl1.filename=CommonDialog1.filename
选定要播放的文件
MMControl1.Command="Open"
MMControl1.Command="Play"
EndSub
PrivateSubForm_Unload(CancelAsInteger)
MMControl1.Command="close"
EndSub
PrivateSubMMControl1_BackClick(CancelAsInteger)
对Back按钮的功能改进
DimiAsInteger
i=MMControl1.Position-100
数值100为后退量,可适当调整
Ifi$#@60;0Then
MMControl1.From=0
Else
MMControl1.From=i
EndIf
MMControl1.Command="Play"
EndSub
PrivateSubMMControl1_StepClick(CancelAsInteger)
对Step按钮的功能改进
DimjAsInteger
j=MMControl1.Position+100
数值100为前进量,可适当调整
Ifj$#@62;MMControl1.LengthThen
MMControl1.From=MMControl1.Length
Else
MMControl1.From=j
EndIf
MMControl1.Command="Play"
EndSub
文章来源于领测软件测试网 https://www.ltesting.net/
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备2023014753号-2
技术支持和业务联系:info@testage.com.cn 电话:010-51297073