Hem / Tips & tricks
Const FILE_TO_OPEN = "C:\windows\explorer.avi"Dim strCmdStr As StringDim lngReturnVal As LongstrCmdStr = "play " & FILE_TO_OPEN & " fullscreen "lngReturnVal = mciSendString(strCmdStr, 0&, 0, 0&)