I'm using CGI4VB.bas by Kevin O'brien to make a kind of custom indexing page for a folder.
I'm usingto 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?Code:Dim bytArr() As Byte bytArr = LoadResData(101, "CUSTOM")
------------------
Matthew Ralston
E-Mail: [email protected]
ICQ:31422892
Web Sites:The Blue Link My Home Page (Not up at the moment!)
[This message has been edited by matthewralston (edited 01-10-2000).]


Reply With Quote