Transparency problem! Please help.
-
Hi everyone. I have a problem made me depressed!:( When I'd been using VS.net 2003 I used to put an image in PNG format with some parts transparent as my form's backgroung image and that way I could make the whole form follow the png transparency even if the png was 50% transparent, the form could became a 50% transparent form showing the objects below the form, but as long as I started using VS 2005 the form shows the png image on the background color of the form and also I can not set the background color to transparent and even if I use the transparency key of the form, it just damages the appearance of my form!:sigh: Any idea what to do?:(( Sojaner
-
Hi everyone. I have a problem made me depressed!:( When I'd been using VS.net 2003 I used to put an image in PNG format with some parts transparent as my form's backgroung image and that way I could make the whole form follow the png transparency even if the png was 50% transparent, the form could became a 50% transparent form showing the objects below the form, but as long as I started using VS 2005 the form shows the png image on the background color of the form and also I can not set the background color to transparent and even if I use the transparency key of the form, it just damages the appearance of my form!:sigh: Any idea what to do?:(( Sojaner
Hello I don't know much about VS2003, but your solution is GDI+. In this article[^] take a look at the PerPixel example. It does exactly what you are looking for.
Regards:rose:
-
Hello I don't know much about VS2003, but your solution is GDI+. In this article[^] take a look at the PerPixel example. It does exactly what you are looking for.
Regards:rose: