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.

Delphi Change main form while application is running

I have this problem. When I hide my main form, then the taskbar icon of my application is also hidden. …

forms delphi vcl taskbar delphi-xe6
Hide Start Orb on Vista / Win 7 in C#

When hiding the Task Bar on Vista and Windows 7 the Start Button (also known as the Start Orb) doesn't get …

c# windows-7 windows-vista taskbar
How to change application icon within taskbar Delphi 2010

I change the icon of my application with my own icon (32x32 16bit EGA) using : Project > Option > Applications &…

delphi icons delphi-2010 taskbar
How to set the Taskbar Grouping Icon

When my application opens too many windows the taskbar groups them into one button. Each window has its own icon, …

.net winforms icons grouping taskbar
Java in full screen on Linux - how to cover task bar?

I have a problem to run Java application in full screen mode on "openSUSE 11.4 (x86_64)". I am using Java 1.6.0_26-b03. …

java swing fullscreen taskbar suse
VB.net Borderless Form Maximize over Taskbar

When I maximize my borderless form, the form covers the entire screen including the taskbar, which I don't want it …

vb.net maximize taskbar maximize-window
Pin this program to taskbar option missing in my C# application

All programs I have tried so far in Windows 7 have a 'Pin this program to taskbar' item when right-clicking them …

c# windows-7 taskbar
C# - Get list of open tasks

I'm trying to find a way to get the open tasks in C#. I've been searching on google and can …

c# .net taskbar task
How can I make JOptionPane dialogs show up as a task on the taskbar?

Edit: The question follows the horizontal rule; my own answer precedes it. Based on help from Oscar Reyes, I crafted …

java user-interface swing taskbar joptionpane
Balloon tooltip with close button - C#

How do I create a ballon tool tip with a close button. I can show a tooltip: TaskbarIcon.ShowBalloonTip(10000); but …

c# taskbar popup-balloons