Form opacity
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have the following question: May I have areas with different opacity on a form (I read about the transparency key but it makes the areas completely transparent and need some opacity, not transparency) Because when you specify the opacity for a form - let's say 0.5 (50%) all the controls have the same transparency level. Also I don't want to use API calls like UpdateLayeredWindow, SelecteObject, DeleteObject, GetWindowDC, etc. Thanks in advance, Georgi