Click to See Complete Forum and Search --> : Is there anyway to extract .mid file (MIDI) from .exe???


AndyK
October 6th, 1999, 09:46 PM
Maybe res editor or something?

Thank You

Lothar Haensler
October 7th, 1999, 02:00 AM
you can add any binary file to a resource file by creating a resource script file and pass that to the resource compiler in order to create a RES file.
You can then add the res file to your vb project.
There is a sample on MSDN that shows you how to extract a binary resource at runtime.