Let's say I have a jpeg stored in a byte array. How do I assign that byte array to, let's say a picture data type, or something that will let me display it on the form. What is the StdPicture data type do??
Printable View
Let's say I have a jpeg stored in a byte array. How do I assign that byte array to, let's say a picture data type, or something that will let me display it on the form. What is the StdPicture data type do??
Write the byte array to a file, load it via LoadPicture(), then destroy it with the Kill function.