请教VB高手关于WindowsMediaPlayer控件
1、因为我们需要使用到MediaPlayer控件,所以刚开始就要右击工具面板并在部件添加窗口里选择“Windows MediaPlayer”来添加这个控件,同时还要添加“CommonDialog”控件。2、在窗口设计器中创建一个MediaPlayer控件、五个Command Button控件和一个CommonDialog控件。3、将Form1的Caption属性更改为“小叮当的媒体播...
VB 中WindowsMediaPlaye控件
currentMedia.setItemInfo(const string); 通过属性名设置媒体信息 currentMedia.name:string; 同 currentMedia.getItemInfo("Title")currentPlaylist.count:integer; 当前播放列表所包含媒体数 currentPlaylist.Item[integer]; 获取或设置指定项目媒体信息,其子属性同wmp.currentMedia 至于放大,可以先获得播放...
如何通过代码在VB或VBA中添加WindowsMediaPlayer控件
打开VB,在左侧的工具箱下面的常规选项卡点击右键,选择“选择项”,稍等片刻,选择“COM组件”,选择WINDOWS MEDIA PLAYER即可
vb windows mediaplayer的具体使用方法
首先要加载控件,选择“工程”→“部件”→勾选“windows media player”就可以在工具箱中看见这个控件。以下介绍windowsmediaplayer的方法和属性 windowsmediaplayer1.url=“音乐文件地址”'这个是选定一个音乐文件用的 windowsmediaplayer1.controls.play '在url已经设置好的情况下,播放当前选择的文件 windo...
谁能给我介绍一下vb中Windows Media Player控件的事件。
关于Windows Media Player控件的事件你可以参考这里,非常详细了,常用的都有,基本用不到的也有 http:\/\/hi.bccn.net\/space-202661-do-blog-id-8683.html MediaPlayer的属性有大约85个,主要属性如下:AudioStream:返回或设置音频流的编号,默认-1 Balance:指定播放声道,-10000为左声道,10000为右...
vb 中怎么获取WindowsMediaPlayer控件播放视频的当前播放时间(进度)_百...
WindowsMediaPlayer.controls.currentPositionString string类型,显示当前进度,字符串格式。如“00:23”label1.caption=WindowsMediaPlayer.controls.currentPositionString 不过要把这个代码放到timer控件里才能实时显示时间 要显示毫秒的用这个,写到Timer里面,但是Timer的Interval属性值要小一点,不然没什么效果 P...
vB中的Windows Media Player控件
WindowsMediaPlayer1.Controls.playEnd SubPrivate Sub Form_Load() File1.Path = App.PathEnd SubPrivate Sub WindowsMediaPlayer1_OpenStateChange(ByVal NewState As Long) WindowsMediaPlayer1.url = App.Path + "\\1.mp3" WindowsMediaPlayer1.Controls.play 'WindowsMediaPlayer1.cont...
VB中播放器控件WindowsMediaPlayer在哪儿
在空白处单击右键,单击"选择项...",在选项卡里选COM组件,点Windows Media Player。
VB 动态添加 WindowsMediaPlayer控件
具体用法语句:WindowsMediaPlayer主要用到以下属性:WindowsMediaPlayer.playState=(1、2、3……)WindowsMediaPlayer.URL=""(音乐文件路径)WindowsMediaPlayer.windowlessVideo = True\/False WindowsMediaPlayer1.Close 关闭播放器 http:\/\/zhidao.baidu.com\/q?word=WindowsMediaPlayer&ct=17&pn=0&tn=ik...
vb编程高手帮帮小弟,用vb做一个windowsmediaplayer播放器,最好功能多...
vb 里面有这个控件导入就可以用了,而且realplay的控件也有 就在左边按右键导入部件,然后选择到最下面就有个windows media player 的控件,直接使用就是了,属性和参数很容易就在右边