hi all,
I'm looking for a way to put a string containing the contents of a small gif picture in to picture box and visa versa. So I need to convert a binary string (with data from a picture, like a gif-file) and make it "visible" in picture box and also to put the contents of a picture box in to a binary string, so that it can be "decoded" both ways to display the picture. In short picturebox <-> binary string
Many thanks in advance!