在vb.net中以多种形式播放单个视频
如果我在Form1中有mediaplayer1,在Form2中有mediaplayer2,那么我如何在vb.net中的mediaplayer1和mediaplayer2中播放和控制单个视频文件
if i have mediaplayer1 in Form1 and mediaplayer2 in Form2 than how can i play and control a single video file in both mediaplayer1 and mediaplayer2 in vb.net
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建一个包含变量的类文件,每次您想要播放视频时,您都可以引用类中的变量。
You can create a class file with a variable in it and everytime that you wanted to play the video, you could reference to the variable in your class.