I would like to develop a small notifications application for Windows in .NET that docks on the right/left side of the screen (not consuming more than 300px), should always be visible and force the rest of windows to not overlap this application (something like the old Office taskbar or Vista's Sidebar). I have no idea where to start. Can it be done using XAML/WPF? Since I haven't even started coding any option is valid at this point.
Thanks!
Go to Finder > Applications and open the Office app you want. In the Dock, Control+click or right-click the app icon and choose Options > Keep in Dock.
Click the Dock to Desktop button on the Quick Access toolbar. Click the Dock to Desktop button on the View tab. Press Ctrl+Alt+D.
The dock is the bar of icons that usually appears at the bottom of your screen. The dock offers a quick way to launch and manage applications.
The most reliable way would be to register your application as an Application Desktop Toolbar (AppBar).
You will need to interop to do this, here is a Code Project article on doing this with C#, it should be a fair starting point. http://www.codeproject.com/KB/dotnet/AppBar.aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With