jdsouza Level: Protégé
 Registered: 29-10-2005 Posts: 7
|
Midi file to binary file
Good day
How do I save the contents of a midi file to a property bag and then read the contents of the pb and save it to a midi file.
No success with -
Dim FF as long, vartemp as variant
Dim ByteArr() as byte
FF= freefile
Open "c:\town.mid" For Binary As FF
Get FF, , vartemp
Close FF
bytearr= vartemp
--------------------------
vartemp shows empty.
Appreciate any feed back
Jdsouza
|