Home All Groups Group Topic Archive Search About

Looking for a real working transparent picturebox

Author
28 Sep 2006 10:38 AM
Andreas Kammann
hi there, iam still looking for a transparent picture box , that works also
with 2 pictureboxes over each other or working over an panel.
i don't find solution. or is there out another custom control ?

i have tryed it with directly paint in an other picturebox, but the problem
is with restoring the background.
greetings

Author
28 Sep 2006 10:53 AM
Stuart Nathan
You could try making your own control inheriting from a panel.
Use GDI+ to paint the pictures.
Author
28 Sep 2006 12:40 PM
Andreas Kammann
Hi Stuart, i have already tryed with no really success. is there no real
solution ?


Show quoteHide quote
"Stuart Nathan" <stuart.nat***@homecall.co.uk> schrieb im Newsbeitrag
news:%23jBPkxu4GHA.3840@TK2MSFTNGP03.phx.gbl...
> You could try making your own control inheriting from a panel.
> Use GDI+ to paint the pictures.
>
Author
28 Sep 2006 5:21 PM
Steve Long
Here's an example of a transparent textbox. Maybe you could alter the
example for a picturebox:

http://www.codeproject.com/cs/miscctrl/alphablendtextbox.asp

HTH
Steve

Show quoteHide quote
"Andreas Kammann" <an.kamm***@googlemail.com> wrote in message
news:%23TvINou4GHA.3376@TK2MSFTNGP05.phx.gbl...
> hi there, iam still looking for a transparent picture box , that works
> also with 2 pictureboxes over each other or working over an panel.
> i don't find solution. or is there out another custom control ?
>
> i have tryed it with directly paint in an other picturebox, but the
> problem is with restoring the background.
> greetings
>