Hello... I'm new hear and fairly new to VB altogether...
I'm experimenting with writing files, namely in the Standard MIDI Format,
Any tips on how exactly to go about this?

When I open the file from VB 6,
How should I open?

Open MIDFILE.mid For Output As #1

Or... Should I write it as Binary?

Open MIDFILE.mid For Binary As #1


The problem I have is...
When I open for Binary I'm having trouble writing to it... not sure why...
But I can write okay when I open for Output...

Any thoughts?