Re: borderless image on the desktop

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

Good morning to all

How do I make a window that displays a borderless image on the desktop? I want to display an image like an icon with transparent background. This is possible with Euphoria?

Thanks in advance

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

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

Search



Quick Links

User menu

Not signed in.

Misc Menu