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
精彩评论