Transparent splash screen

NRG

Member
Licensed User
Hi guys! I was wondering if there's a library or method to display a splash screen with a transparent PNG as its background, that can stay on top of all other applications on the device ?

Basically I want to write a small notification app, that displays a transparent bubble in the bottom right hand corner of the screen, that would also stay on top of all other windows.

Any ideas for me ?
 

NRG

Member
Licensed User
Okay... so that's a little more difficut to do than I expected.

How about a solid bubble with rounded corners, with some text on top of it. Would that be easy to do ?
 

ExcludeReality

Active Member
Licensed User
Okay... so that's a little more difficut to do than I expected.

How about a solid bubble with rounded corners, with some text on top of it. Would that be easy to do ?

Rounded corners is even more complicated.
First use the FormExDesktop library to set the form borderstyle to none. Then you still have to take a screenshot, cut out the parts that are positioned on the corners and apply it.
I would make a code sample if I could!
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…