Hello boys
How I can load a movie in this VideoPlayer from a ListBox of another project?
Please help me.![]()
![]()
Professional Software Development Tools
Hello boys
How I can load a movie in this VideoPlayer from a ListBox of another project?
Please help me.![]()
![]()
Oh, I forgot. .......
This is the font that I use in this project....![]()
![]()
to load a video from another project you will need to make the 2 apps communicate in some way (ini,text file)
you could make the listbox on double click create a text file with the path to the video, in the video app you could put some code in page timer to look for the file, play the video and delete the text file once finished,
i dont have time right now, but i will try and make a example of what i mean (if no one else chimes in b4 i get a chance)
Open your eyes to Narcissism, Don't let her destroy your life!!
You can search for Worm's example, it uses input objects to send messages.