|
From: Alexander S.K. <al...@be...> - 2013-01-18 09:20:07
|
Basso, Luis Fernando writes: > Hi > > BackStyle is an important property and is used in several classes. It is > independent of WS_EX_TRANSPARENT, which is used in labels and hyperlinks. > Serves to define the style in shape and classas container, panel and group > and others. Yes, but we can set and use WS_EX_TRANSPARENT in all controls where it needed instead of using the :backstyle. We can replace checking of :backstyle by checking the WS_EX_TRANSPARENT flag in :extstyle and all will work as it works now, but without redundant :backstyle. > I think the class HSTATIC PAINT method can not be removed from the codes > that enable transparency in objects. > For now, I've deleted the clause TRANSPARENT from the basic SAY command, it is in a SAY [EXTENDED | EXT], which preprocessed into HStaticEx, where Paint method exists. Regards, Alexander. |