2010-05-07 71 views

回答

0

如果使用過程中播放視頻,你可以決定當媒體播放器已經退出這樣的:

Dim proc As Process 

proc = Process.Start(videoFileName) 
proc.WaitForExit()