Transparent Shadows
-
Hi all I am working on a Windows based application. The application windows is a custiom shape window . (for that i used Layered windows & region ) its working fine. In this program i would like to give shadow to application window. (like the shadows in Popup menus , such that it should blend neatly with the background pixels on other windows ). looking for Valuable suggestions .. Thanks & regards Krishnan :) If u can Dream... U can do it -- modified at 9:52 Wednesday 3rd May, 2006
-
Hi all I am working on a Windows based application. The application windows is a custiom shape window . (for that i used Layered windows & region ) its working fine. In this program i would like to give shadow to application window. (like the shadows in Popup menus , such that it should blend neatly with the background pixels on other windows ). looking for Valuable suggestions .. Thanks & regards Krishnan :) If u can Dream... U can do it -- modified at 9:52 Wednesday 3rd May, 2006
krishnadevank I think I see your answer in the codeproject but i'm sorry i dont know address in this program you can see shadow for controls and I think for window
-
Hi all I am working on a Windows based application. The application windows is a custiom shape window . (for that i used Layered windows & region ) its working fine. In this program i would like to give shadow to application window. (like the shadows in Popup menus , such that it should blend neatly with the background pixels on other windows ). looking for Valuable suggestions .. Thanks & regards Krishnan :) If u can Dream... U can do it -- modified at 9:52 Wednesday 3rd May, 2006
Add the
CS_DROPSHADOW
style to your window class.--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
-
Add the
CS_DROPSHADOW
style to your window class.--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
hi Mike Adding CS_DROPSHADOW is good idea .. But i want to chage the color of shadow i want to give color shadows . Thats my problem. Like this The First color will be Color::Red The Second wll be Color::Transparent and i would like to paint it with a LinerGradientBrush. What you think , Mike ? If u can Dream... U can do it -- modified at 1:54 Thursday 4th May, 2006