Top "Taskbar" questions

For programming questions about the application switcher and launcher on Windows (or other operating systems copying its desktop environment), usually docked to the bottom of the screen.

KeyDown event not fired

I have a form that asks the user to press the Q key 3 times. When he did so, the form …

c# events taskbar keydown
How do I set AppUserModelID on shortcut?

I'm in Windows 7 working on combining two apps with the same task bar icon, as described in this question: Pinning …

windows-7 installation taskbar
Hide Taskbar on fullscreen WPF

recently i had tried to make task-bar invisible in maximize mode but unfortunately nothing worked. i had some research over …

wpf window hide taskbar maximize
Pin *.lnk file to Windows 7 Taskbar using C#

Even the programmatic pinning of icons in Windows 7 seems it's not permitted (like it says here: http://msdn.microsoft.com/…

c# windows-7 taskbar
Using the TaskBarItemInfo in WPF for the progress bar in Win 7 taskbar

Does anybody have a WPF example of updating the ProgressState through the available enum states when progressing through ProgressValue? I …

wpf windows-7 progress-bar taskbar
How to pin Visual Studio Solutions in Windows 7 Taskbar

As in the title. Is it possible? When I rightclick on Visual Studio in a Taskbar I have a "Recent" …

visual-studio windows-7 taskbar
Taskbar icon with lwjgl?

I want to add a taskbar icon for my running lwjgl process on Windows 7. Display.setIcon changes successfully the icon …

java windows windows-7 taskbar lwjgl
How can I determine programmatically whether the Windows taskbar is hidden or not?

I need to know whether the Windows taskbar is hidden or not. I believe there is no .NET method to …

c# .net winapi visibility taskbar
How to not have a MainForm in Delphi?

i've been trying to get some modeless forms in my application to appear on the taskbar - taking advantage of …

delphi windows-7 taskbar delphi-5