A transparent label?
-
Well, i'm quite new to C#, but i wanna learn. So, i've decided to make a program, but i have some dificulties in finding a label that can be set to transparent(only the label, through a transparency key). The idea is that i have a large picture in the form and that i want to put some labels(or buttons or anything else which has some writing in front and the option to click on it... and, of course can be set to transparent) on the picture so that when you click it, it shows a messagebox.:confused: :~ The basic idea is that i need an object that can stay on top of a picture and be transparent. p.s.: the idea with cutting the the picture in small sizes which can be set as background won't work because there are many labels... :sigh: thank u!:-D
-
Well, i'm quite new to C#, but i wanna learn. So, i've decided to make a program, but i have some dificulties in finding a label that can be set to transparent(only the label, through a transparency key). The idea is that i have a large picture in the form and that i want to put some labels(or buttons or anything else which has some writing in front and the option to click on it... and, of course can be set to transparent) on the picture so that when you click it, it shows a messagebox.:confused: :~ The basic idea is that i need an object that can stay on top of a picture and be transparent. p.s.: the idea with cutting the the picture in small sizes which can be set as background won't work because there are many labels... :sigh: thank u!:-D
Only forms can have an opacity key but you can set the label to get its color from an ARGB (Alpha Red Green Blue) value.
-
Only forms can have an opacity key but you can set the label to get its color from an ARGB (Alpha Red Green Blue) value.