Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Call a video from QB64
#1
Actually, no new routine for calling a video has to be worked into QB64, it can also be done that way. 
One can call a program for playing videos created in Visual Basic with "Run" from QB64. In the example, programs and video are in the same directory, but this is not necessary.

Let's see if you can also call up a player directly. Would be even easier.  Rolleyes
Code: (Select All)
'VisualBasic Videoprogramm aufrufen - 2. Sept. 2022

Print
Print "Ruft ein VisualBasic Programm zum Abspielen von Videos auf."
Print
Print "Weiter mit beliebiger Taste . . ."
Do
Loop While InKey$ = ""

'Aufruf des VB-Programms
Run "Video-abspielen.exe"

End

[Image: Video-aus-QB64-2022-09-02.jpg]
Reply


Messages In This Thread
Call a video from QB64 - by Kernelpanic - 09-02-2022, 05:06 PM
RE: Call a video from QB64 - by mnrvovrfc - 09-02-2022, 05:26 PM
RE: Call a video from QB64 - by Kernelpanic - 09-02-2022, 05:35 PM
RE: Call a video from QB64 - by Kernelpanic - 09-02-2022, 05:29 PM



Users browsing this thread: 1 Guest(s)