Tagged Questions

19
votes
6answers
2k views

How do you do AppBar docking (to screen edge, like WinAmp) in WPF?

Is there any complete guidance on doing AppBar docking (such as locking to the screen edge) in WPF? I understand there are InterOp calls that need to be made, but I'm looking for e …
0
votes
2answers
139 views

Application Bars and ‘Show Desktop’

I have a Windows app that uses the AppBar API to install as an application bar at the top of the screen (similar to the Windows task bar itself). This works great and the desktop …
1
vote
3answers
85 views

How can a Vista toolbar ignore or figure out the border padding setting?

I have a toolbar developed under older versions of Windows that is largely cut off under Vista due to the window new border padding. With the default border padding of 4, the ever …
3
votes
1answer
205 views

Clean up AppBar after process kill.

I have written an Application Desktop Toolbar (a.k.a AppBar), it works great except for the fact that if I kill the process, the AppBar code never gets a chance to cleanup by sendi …