I need to change the windows taskbar in my WPF application. To do this, I set WindowStyle="None" , which means to disable the Windows taskbar and create a custom taskbar with buttons to restore, minimize and close the application. Now my problem is that the application runs in maximization mode, then I do not see the start menu in the windows.
I found a similar question here, but when I tried this code, it did not compile. full screen mode, but do not close the taskbar
How can I create my own taskbar and see the Windows startup menu when I maximize it? Is there a properties window in xaml that can set it?
c # wpf xaml taskbar
Evgeni Velikov
source share