vote up 1 vote down star

I'm not a VB6 developer so excuse me if I'm not making any sense.

If I have a VARIANT array of bytes containing an RGB array of image data, is it possible to get that data to be displayed in a PictureBox? The PictureBox documentation suggests that the only acceptable sources are files.

Additionally, the image size and other image information is known.

flag

2 Answers

vote up 2 vote down check

The PictureBox documentation lies. But unfortunately, it’s not pretty to create an IPictureDisp in memory. The following link may help you – unfortunately, it’s in German:

How to create a picture from data in memory

link|flag
Google Translate did a pretty decent job of translating the article actually... – Soo Wei Tan Nov 9 at 17:04
vote up 0 vote down

There may be a better (i.e. faster) method, but you should look in to the PSet method of a picture box control.

PSet method of picture box control

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.