I'm trying to create a form that's always on top that is transparent, click through-able, and is purely used to draw information on that never loses focus, so it is always displayed on top. The idea is to be able to draw information on my screen that will constantly be on top of every other window, most likely only simple text, but doesn't prevent me from interacting with the rest of my programs while still being visible.
The trouble I am having is to get the form to always be on top, despite other programs being focuses. I have tried using the TopMost property but that doesn't seem to work, and have played about with having the window re-focus on unfocus but that seemed a bit sloppy and didn't work anyhow. I am on Windows 8.1 should it matter.
Any replies greatly appreciated, thank you.