how to create transparent window ?
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
i want to create transparent window,but no use 'WS_EX_LAYERED' and 'SetLayeredWindowAttributes' Func :) thank you
-
i want to create transparent window,but no use 'WS_EX_LAYERED' and 'SetLayeredWindowAttributes' Func :) thank you
see this http://msdn.microsoft.com/en-us/library/aa733970.aspx[^]
Manish Patel. B.E. - Information Technology.
-
i want to create transparent window,but no use 'WS_EX_LAYERED' and 'SetLayeredWindowAttributes' Func :) thank you
Two good examples for you. Transparent windows under W2K or WXP[^] and Transparent Windows Support in Win 2000 and Win ME[^].
-
i want to create transparent window,but no use 'WS_EX_LAYERED' and 'SetLayeredWindowAttributes' Func :) thank you
greatly thanks.