Any ideas?
Thanks!Bill
public
I see now how the byte[] type is converted to a bitmap type. Cool. I am now following the code through to test the PictureEdit control on my form. I have to tie up a few loose ends, first, though.
Got more work to do on this.
I removed the PictureEdit control from the form.
...here's where it gets embarassing...
I added the SF PictureEdit control. Everything works beautifully! Just like I expected it to.
The problem stemmed from me having a newer version of the controls and I was too lazy when I first created the window to download the older version (DevEx 6.3.3). In order to get the images to show up (not store), I used a BusinessBindingSource on the newer versioned PictureEdit control. While it worked to show an image properly, it would not save it.
So, lesson learned. Don't use a hammer and chisel to get the food out of your teeth, use a toothpick!
Bill