Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Have you thought about caching the data as it arrives, whilst also drawing it line by line, then when it's time to save, create a new bitmap thingy, draw to that using the cached data, and save that?
Or have you already tried that?
Max string length is 64k.
I'd need an array of strings or something.
Doing this stuff with VB is like programming with one hand tied behind your back.
It's taken until now to find out how to declare something in hex... and I only found that out by looking in the constants file.
Doing this stuff with VB is like programming with one hand tied behind your back.
It's taken until now to find out how to declare something in hex... and I only found that out by looking in the constants file.
Can you do anything treating the incoming data as binary? Rooting around in my memory of COM, I've got vague memories of doing something with the ADODB.Stream object...
Can you do anything treating the incoming data as binary? Rooting around in my memory of COM, I've got vague memories of doing something with the ADODB.Stream object...
I dunno.
I haven't reached that chapter in Larn thysen VB3 in 24 hours...
In VB3, string is about as binary as it appears to get.
And the MSCOMM thingie is treating some character or other as EOF... though all that does is generate an EOF event which I ignore, largely coz it's fick tish us
Comment