
Write data in binary file / Convert Image
I think you are wrong. You can write binary data files in VBS using the
filesystem object. And you can convert bitmap files too. In order to prove
it, I'm writing a small vbs image class.
Follow this temporary link :
http://www.serialscripter.com/scripts/temp_pic.vbs
I will remove this link when my class will be finished.
Hope this helps.
Quote:
> Hi,
> For your first question, yes FSO does not support binary data access. You
> can write a VB ActiveX DLL for binary file access, I guess you are trying
> to play with SQL or ACCESS binary data field and image files together. If
> so, remember that getChunk will return a byte array which you can pass to
> your VB COM object for process.
> Regards,
> Ben