I am making a notification Component
that will show a control box-less Form
on the lower left corner of the screen.
Said and done...
Now I have a serious problem...
The notifications should get the attention of the user but it must not interrupt his work.
So I have to show the windows without focus. The inner Control
(s) must not get focus either, but I imagine how hard that is so I'll do something about it...
How do I accomplish this?