make only a rectangle of a form transulent
-
hello, in .net it is possible to set the opacity of an window.form, but thats for the whole window, how can i make it, that i have only a part of the window transulent? for example only a rectangle from: X=0 Y=0 W=this.Width H=50 is something like that possible?
-
hello, in .net it is possible to set the opacity of an window.form, but thats for the whole window, how can i make it, that i have only a part of the window transulent? for example only a rectangle from: X=0 Y=0 W=this.Width H=50 is something like that possible?
Hi, You can use the form property "Transparencykey". How to use? 1) Set the Transparencykey value to a color, for e.g. Red. 2) Add a panel control and set his color to Red. 3) Run the application. Note: All controls that will have the same color as you specify in the Transparencykey will be Transparent.