|
-
Feb 11th, 2005, 09:02 AM
#1
Thread Starter
New Member
File Open and Write VB6
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?
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
|