Quote:
Originally Posted by Byak@
how can be done alpha transparent? (NOT OPACITY!!!!)
|
What's the difference?
This is not easily possible, even with the Door library. For a Form to support alpha transparency ir needs to have its ControlStyle SupportsTransparentBackColor set True, the default is False.
From MSDN :
SupportsTransparentBackColor : If true, the control accepts a BackColor with an alpha component of less than 255 to simulate transparency.
Unfotunately the Forms' method, SetStyle, that does this is not a Public method and can only be called by another method belonging to the Form. It is not accessible to the Door library
