Implementing translucent windows in Windows
Does anyone have any knowledge about how to implement translucent windows in Windows 98/2000? I''m interested in creating windows through which you can see the stuff behind them.
I haven''t done this in a LONG time but I think you might want to look at CreateWindowEx for a style bit...or even SetWindowRgn for info.
Good Luck!
-mordell
__________________________________________
Yeah, sure... we are laughing WITH you ...
Yeah, sure... we are laughing WITH you ...
Try this:
When registering the window class, I believe HOLLOW_BRUSH will give you the see-through window when defining hbrBackground.
Hope this helps
When registering the window class, I believe HOLLOW_BRUSH will give you the see-through window when defining hbrBackground.
Hope this helps
The HOLLOW_BRUSH option got the effect I wanted; however, when I move the window, it doesn''t update the background. Is there anyway to force the window to repaint its background?
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement