I'm trying to make a simple app showing reminder (just a text label) in the middle of the screen. How to show this outside of a window? I'm trying to get main window with settings minimised, while the label shows up in the middle of a screen at specific time. I'm trying to achieve this in WPF, but if that's not possible I'll move to Winforms.
EDIT:
I'll make the window transparent with the technique from here: How to create a semi transparent window in WPF that allows mouse events to pass through but how to hide any signs of a window, and make just the label visible?