Reading MDI Files

  • Thread starter Thread starter Guest
  • Start date Start date
Bill,
Assuming you are referring to Microsoft Document Imaging Format, it would
seem they are binary files, based on TIFF.
You can open then with VBA, the same as any binary file

Open "YourFile.mdi" for binary #1

However, you need to understand the file's structure in order to make sense
of it. Probably not for the faint hearted..
http://www.google.co.uk/search?hl=en&q=mdi+file+format+-midi&btnG=Search&meta=

Other solutions would depend on what you trying to achieve.

NickHK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top