Jan 9th, 2000, 05:44 PM
I'm using CGI4VB.bas (http://members.xoom.com/mralston/CGI.bas.txt) by Kevin O'brien to make a kind of custom indexing page for a folder.
I'm usingDim bytArr() As Byte
bytArr = LoadResData(101, "CUSTOM")to load a gif picture from a RES file into a byte array and then I want to send it back to the browser with the "SendB" function in the above-mentioned module...how?
------------------
Matthew Ralston
E-Mail: m.ralston@mediavault.co.uk
ICQ:31422892 (http://www.thebluelink.cjb.net/icq.html)
Web Sites:The Blue Link (http://www.thebluelink.cjb.net) My Home Page (http://mralston.cjb.net) (Not up at the moment!)
[This message has been edited by matthewralston (edited 01-10-2000).]
I'm usingDim bytArr() As Byte
bytArr = LoadResData(101, "CUSTOM")to load a gif picture from a RES file into a byte array and then I want to send it back to the browser with the "SendB" function in the above-mentioned module...how?
------------------
Matthew Ralston
E-Mail: m.ralston@mediavault.co.uk
ICQ:31422892 (http://www.thebluelink.cjb.net/icq.html)
Web Sites:The Blue Link (http://www.thebluelink.cjb.net) My Home Page (http://mralston.cjb.net) (Not up at the moment!)
[This message has been edited by matthewralston (edited 01-10-2000).]