Advertisement
tabnation

gui video

Jan 5th, 2022
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ;FileSelectFile, file, 2, %A_ScriptDir%, Select a media file:
  2. file = C:\Users\Thom\Desktop\TAB Nation\tab nation intro short.mp4
  3. if Errorlevel
  4. ExitApp
  5.  
  6. Gui +LastFound
  7. Gui Add, ActiveX, w600 h400 vWmp, WMPLayer.OCX
  8. Wmp.Url := file
  9. Gui Show, , Wmp in GUI
  10. return
  11.  
  12. GuiClose:
  13. ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement