CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Is there anyway to extract .mid file (MIDI) from .exe???

    Maybe res editor or something?

    Thank You


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Is there anyway to extract .mid file (MIDI) from .exe???

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured