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.
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!