Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Playing AVI file within exe
Message
 
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Oracle
Miscellaneous
Thread ID:
01242226
Message ID:
01242312
Views:
20
This message has been marked as a message which has helped to the initial question of the thread.
>Thanks Dragan,
>
>This is a nice workaround, but let’s says the EXE application runs in a high security environment where users are not allowed to create files...
>
>
>I've work with listview, treview and image list without that problem; they always look into the EXE for resources such as BMP, GIF and ICO.

You may extract the file from exe and save it in a temp directory (the one defined in your config.fpw), then delete it.

e.g. strtofile(filetostr('myAvi.AVI'),'c:\temp\TempAVI.AVI')

not tested.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform