I would like to make a login screen for my WPF application, but I want this login screen to be constantly available at a corner of the screen like an application toolbar
the application should be hidden and only display when the mouse hovers over a part of the toolbar.
I have searched for solutions, but the only ones I have seen were implemented in c++ for windows applications.