开发者

auto seeking in mediaplayer in vb.net

开发者 https://www.devze.com 2022-12-22 08:26 出处:网络
if i have a video of 70 Seconds and i want to play it directly from 31 seconds to onw开发者_运维百科ards how can i do that in vb.netHave a look here: http://www.devasp.net/net/articles/display/304.htm

if i have a video of 70 Seconds and i want to play it directly from 31 seconds to onw开发者_运维百科ards how can i do that in vb.net


Have a look here: http://www.devasp.net/net/articles/display/304.html

player.URL = "URL to wmv"
player.Ctlcontrols.play()
player.Ctlcontrols.currentPosition = 31
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号