I have made an ActiveX that communicates with a web camera. When the ActiveX has received an image from the camera (in jpg format) an event is sent to the VB program that uses the ActiveX. How can I show the jpg from the buffer in the ActiveX in the VB program (picturebox or image)? I do not want to save the image to disk and use the LoadPicture function in VB since the camera is streaming pictures all the time.