Im using vb2008. I want to publish my program . I need to add some media sources files to my program. I added them to the resources tab but when I run the exe program, they dont rise up. Where should I put them ?
Asked
Active
Viewed 29 times
0
-
Can you please elaborate on `media sources files`, what kind of files, where do you want them to go when published? – djv Nov 08 '21 at 17:19
-
I have pictures ,sound files and video files. when I run my program in vb2008 it start to play the movie file and play sound file. in the exe. program it wont play. I put all the files in the resource tab of the compiler. – Idan Azari Nov 08 '21 at 17:28
-
Do the pictures display? and does the sound work? or it's just the video that's not playing? – djv Nov 08 '21 at 18:37
-
@djv yes sound and pic are fine. I have problome to add media files only to the wmp control from the resource – Idan Azari Nov 09 '21 at 18:03
-
Does [this](https://stackoverflow.com/a/17410483/832052) help? – djv Nov 09 '21 at 19:03
-
@djv I installed it on c: driver and copy manually the clip to the app folder. lame but works – Idan Azari Nov 10 '21 at 13:56