when u open it there have some midi music behinde it.
but there have no .midi file.
i wannna do something like this. MIDI musick in EXE.
is this possible??
____________________________
the sun goes down....i feel the light betray me
29-03-2006 at 07:03 AM
|
Goran Level: Moderator Registered: 16-05-2002 Posts: 1681
Re: sound???
Yes. You need to create a resource file in VB, in which you will store midi file to play. You will then use LoadResData function to extract midi from resource file and store it on the disk (usually in application folder), from where it will be played.
____________________________
If you find the answer helpful, please mark this topic as solved.