Hello,
I want to put a scanned picture (I get it as a byte[] from an external module) into a panel. The panel has a backgroundImage which works like an empty form. The scanned image should fill the "fields" of the form.
The scanned image is a simple black/white picture.
Now I want to change the color white into transparent and mix the two pictures. Is this possible?
Or is there an other way to "mix" two pictures?
Thomas
Loading
Sascha BPosted Sep 22, 2010, 6:07 AM
Does it work?
I had that question, too. I want to get a full tranparancy splash screen (so the form is tranparent, too) If you find an answer please message me. Would be awesome.
Edit: I recently found this tutorial about a transparent Form.
Maybe it can help you, too.
Here