Play an .AVI file in full screen
Play an .AVI file in full screen
Rate Play an .AVI file in full screen
(3(3 Vote))
Const FILE_TO_OPEN = "C:\windows\help\explorer.avi"
Dim strCmdStr As String
Dim lngReturnVal As Long
strCmdStr = "play " & FILE_TO_OPEN & " fullscreen "
lngReturnVal = mciSendString(strCmdStr, 0&, 0, 0&)
Play an .AVI file in full screen Comments
No comments yet — be the first to post one!
Post a Comment