Re: borderless image on the desktop

new topic     » goto parent     » topic index » view thread      » older message » newer message
ghaberek said...

Assuming you're on Win32Lib, use the style WM_POPUP to create a completely borderless window, then use something like setTransparentColor() and setBackgroundColor() to make the window "transparent". Finally, use either a static Bitmap control, or BitBlt() your image onto the window during a Paint event.

-Greg

Thanks Greg

The bitmap plotted onto the window shows the selected color with transparency, perfectly.

I used the same background color for the bitmap and for the window {0,0,255}

But the back color of window, is not transparent.

How do I make a transparent window?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu