Set the WS_EX_LAYERED for child window
-
Hi , I am trying to set the WS_EX_LAYERED and WS_EX_TRANSPARENT for child window( using WS_CHILD ), but am unable to do so. Can someone tell me how can it achived. Thanks, Sansky :-D John 3:16
For God so loved the world,
that he gave his only begotten Son ( Jesus Christ ) ,
that whosoever believeth in him should not perish, but have everlasting life. -
Hi , I am trying to set the WS_EX_LAYERED and WS_EX_TRANSPARENT for child window( using WS_CHILD ), but am unable to do so. Can someone tell me how can it achived. Thanks, Sansky :-D John 3:16
For God so loved the world,
that he gave his only begotten Son ( Jesus Christ ) ,
that whosoever believeth in him should not perish, but have everlasting life.- ModifyStyleEx(NULL, WS_EX_TRANSPARENT ); or you can just call SetWindowPos directly.... Use Spy++ to verify styles.
-
- ModifyStyleEx(NULL, WS_EX_TRANSPARENT ); or you can just call SetWindowPos directly.... Use Spy++ to verify styles.
Thanks a lots, Works cool :) Sansky :-D John 3:16
For God so loved the world,
that he gave his only begotten Son ( Jesus Christ ) ,
that whosoever believeth in him should not perish, but have everlasting life.