Create JPEG from Stream

chris_cbs

New member
Joined
Nov 24, 2003
Messages
1
Hi Guys,

Im working on a Pocket PC application, and I need to create a jpeg from byte data that Im getting from a winsock stream, and display it in a picture box. I know that on the PC you can do it with oleLoadPicture, but it doesnt look like thats available on the PPC. Im able to connect to the server, and grab the stream, but I have no idea what to do with it!

Ive also seen references to the imgdecmp.dll -- it looks like pIE uses that to render jpegs, but everything that Ive read about it is for C++, and Im coding in VB.

Thanks in advance!
Chris
 
Back
Top