Skip to main content

[Migrated content. Thread originally posted on 27 June 2005]

Are there tricks to create a transparent window?

Thanks

[Migrated content. Thread originally posted on 27 June 2005]

Are there tricks to create a transparent window?

Thanks
Yes it is.

But, hold on, before you go with the example, tell me why and what?
All since I made this sample program I have been curious for why and when would I use such a feature, for what purpose?

[Migrated content. Thread originally posted on 27 June 2005]

Are there tricks to create a transparent window?

Thanks
well ill use it to show an image or a fashioned window over another one

[Migrated content. Thread originally posted on 27 June 2005]

Are there tricks to create a transparent window?

Thanks
A good use, for instance, is for displaying a notification message to the user and then having the window fade out so that the user does not have to interact with it to make it disappear, but also that it got their attention. Similiar to what Outlook 2003 does in the system tray when a message is received. It pops up on bottom of the screen, waits for two or three seconds, and then slowly fades out.
Fading is a good way of saying, here's something you should know about, but it's not critical. Where as a flashing window that eventually timed out would indicate a more critical situation. And of course a modal window, where you have to interact with it, is the most critical.
Thank you for the code Gisle, a real time saver!

[Migrated content. Thread originally posted on 27 June 2005]

Are there tricks to create a transparent window?

Thanks
thanks both for reply and for the code :D

[Migrated content. Thread originally posted on 27 June 2005]

Are there tricks to create a transparent window?

Thanks
Cool you could use it guys. But you know Dan, you have actually had the code for a while... On a certain CD...

:-)

[Migrated content. Thread originally posted on 27 June 2005]

Are there tricks to create a transparent window?

Thanks
Right you are, and it's been on my "todo" list to use. ;)