|
-
Feb 28th, 2006, 07:34 PM
#1
Thread Starter
Lively Member
Midi Imbedded In Form
How would I intergrate a midi file in the .exe program?
Right now the program has to access @"c:\windows\midi.mid" so there is two files a .mid and a .exe.
Im trying to make only one file which would be a .exe.
Im guessing that I would add a midi to Resources but a midi is not a choice.
How do I access it after I add it? Or am I going about this completely wrong.
-
Feb 28th, 2006, 07:58 PM
#2
Re: Midi Imbedded In Form
I believe that you can add sound files to a resource file using Resourcer, although I've never done it myself. I've been assured that it can be done with WAVs so I'd guess MIDIs would be the same. The easy alternative, though, is to just add the file to your project than set its Build Action property to Embedded Resource.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|