how can create a really transparent control?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have to create a control really transparent, it is just a bounding box with handles. I want show it insiede a panel and i want to see trought the background of the bounding box. How?
you need to set the ControlStyles to support the transperant color before you can set it for you control. http://msdn2.microsoft.com/en-us/library/wk5b13s4(d=ide).aspx[^] Ankita