Does anyone know how to display on screen the jpegs which i receive from a camera(with a http server). It uses the MIME concept: basically the following is what i receive from the camera
HTTP/1.0 200 OK
Date: thu, 01 Jan 2005 00:03:30 GMT
Server: Boa/0.94.13
Connection: Close
Content-type: multipart/mixed;boundary=BOUNDARY
--BOUNDARY
Content-type: image/jpeg
Content-Length: 6243
Pragma: no-cache
jpeg #1(all in characters)
--BOUNDARY
Content-type: image/jpeg
Content-Length: 7012
Pragma: no-cache
jpeg #2(all in characters)
--BOUNDARY
...
If the question is not clear, please let me know i will try to
explain better

Images from an Http server.
jatwood
Hi Maldini,
This forum is dedicated to questions specifically about the 2005 (Whidbey) release of Visual C++.
Since this is also aa question about graphics, you can ask at the same place as your other question:
http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.mmedia&lang=en&cr=US
Ronald Laeremans
Visual C++ team