Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

34
votes
5answers
8k 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 either a proof of ...
3
votes
1answer
545 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 sending an ABM_REMOVE. ...
2
votes
2answers
132 views

How to make an App Bar over an iFrame?

I am playing around some windows 8 stuff and wonder how I can do the following in a windows 8 app. Display a web page. Implement a metro style app bar over the web page. Here is my default.html: ...
1
vote
1answer
405 views

WPF AppBar autohide implementation

I'm a beginner learning WPF, and need to create an Application Bar that launches applications. I need it to auto hide, but I'm struggling with this. I implemented the docking aspect fine, and ...
1
vote
1answer
164 views

Windows Phone - Pivot and parent Page

I have a PivotControl inside a PPhoneAppplicationPage. Ideally I'd like to show the appbar items from the page at all times, and merge them with items defined in the UserControl which shows in each ...
1
vote
0answers
100 views

Positioning multiple Windows Appbars

Does anyone have experience with Windows appbars (application desktop toolbars)? I have figured out how to implement them from the documentation ...
1
vote
1answer
251 views

AppBar focus issue

I have created an AppBar. The AppBar always stays on top, when it loses focus, then to get back to the AppBar requires two clicks instead of one. I believe the first click activates the form and then ...
1
vote
3answers
204 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 everything on the ...
1
vote
3answers
445 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 size is adjusted ...
0
votes
1answer
30 views

What is the event that toggles appbar in javascript Windows 8 Metro Style App?

I am looking for the event that toggles the appbar in javascript. So it's basically the "edge-swipe" gesture event on the top/bottom edge of the screen. For example, I want to show a text "edge ...
0
votes
2answers
460 views

C# Docking to the edge of a desktop, popup issue

I'm making a WPF application which can be docked to one of the edges of the desktop. I do this by having an 'EdgeWindow' which is a transparent 5px wide window on the same edge of the screen, whenever ...
0
votes
3answers
618 views

Screen information while Windows system is locked (.NET)

We have a nightly process that updates applications on a user's pc, and that requires bringing the application down and back up again (not looking to get into changing that process). The problem is ...