PDA

View Full Version : Need Help


medina07
05-01-2007, 04:36 PM
Hello boys
How I can load a movie in this VideoPlayer from a ListBox of another project?
Please help me. :rolleyes :rolleyes

medina07
05-01-2007, 04:46 PM
Oh, I forgot. .......
This is the font that I use in this project....:) :)

RizlaUK
05-01-2007, 04:59 PM
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)

Desolator
05-02-2007, 01:48 AM
You can search for Worm's example, it uses input objects to send messages.