Fraid I am already using mscomm
The problem I am having is that mscomm is limiting my output buffer to 32k, I am unable to send any binary file larger then this. VB will not allow me to set a buffer size larger then 32k.
-thx
sounds crazy but its a good challenge
Try this. Get your binary file open and read 16k of it and write it out to another file. Name them say file one and file two then send it down to whoever needs it. At the other end you need a utility that just merges the two files into one. Try VB's file reading and writing stuff. I dont know if it'll work and how exactly you'd do it..but its a theory...you just test its practicality. If it works turn the code into an OCX or DLL for later reuse..good luck.Tell me if you succeed at: [email protected]