Tagged Questions
The Taskbar is the application switcher and launch area for Windows, usually at the bottom of the screen. Questions might relate to how to interact with or modify behaviours.
22
votes
8answers
62k views
Change pinned taskbar icon (windows 7)
I wan't to customize the icon displayed within the windows 7 taskbar.
When my app is running, I can do it by changing main window icon but, when the app is pinned, the exe's icon is displayed.
How ...
15
votes
1answer
274 views
Integrate Qt with Windows 7 taskbar using python?
I'm looking for a way to using some of the Windows 7 task bar features - specifically progressbar and jump lists - in a python application that uses Qt for the UI. The questions I've seen on SO are ...
13
votes
2answers
4k views
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 I can't do the opposite:
TaskbarIcon.CloseBalloonTip();
Or even a way to show ...
12
votes
4answers
2k views
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" category there i have but 1 .cs file that I can pin.
Now the question is: what to do to pin a .sln ...
11
votes
2answers
1k views
How to make a WPF Window to blink on the taskbar?
A given moment my WPF app needs user attention. I know it is possible to make the Windows 7 taskbar icon to flash with a yellow color.
I tried so far:
Window.Activate Attempts to bring the window ...
10
votes
2answers
2k views
Delphi form icons are blurry on Windows 7's taskbar (with MainFormOnTaskbar enabled)
We have a Windows desktop application written in Delphi that works fine on Windows 7, except that the icon of the main form looks blurry in Windows' new taskbar. As long as the application has not ...
10
votes
5answers
4k views
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 only find how to get a list of the processes. I want the only the tasks that would show up on the taskbar.
...
8
votes
1answer
181 views
How to make my Deskband's (Taskbar Toolbar) Form transparent
I'm working on a Windows Deskband in Delphi XE2 for Windows XP, Vista and 7 (Win32 and Win64)...
I've implemented all the necessary interfaces (ITrayDeskBand, IDeskBandInfo, IDeskBand2, IDeskBand) in ...
8
votes
3answers
560 views
How to create own control in Windows 7 Aero task preview?
I've got two questions about Windows 7 task preview. In Delphi I'd like to create my own buttons inside the area highlighted in the screenshot below.
1) Is it possible to create my own controls in ...
8
votes
4answers
1k views
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 do this, and also I have come across a lot of "how to hide and show the taskbar" samples, but I ...
7
votes
1answer
104 views
New instance on Taskbar middle-click / shift+click
In Windows 7, some programs allow the user to launch multiple instances by middle clicking / shift+clicking on the taskbar item (ex: Paint, Notepad, Visual Studio...)
However, none of the ...
7
votes
1answer
139 views
How can an application display an object on the Windows taskbar?
There are several applications around that display objects on the Windows taskbar but do no implement the IDeskBand interface. For example, the Lenovo batter meter and Notebook BatteryInfo.
For ...
6
votes
1answer
172 views
Change the icon on windows 7 taskbar for a pinned application
My software Pomodoro Timer is going to display a dynamic icon on Windows 7 taskbar. You may wonder why the application icon need to be dynamic. It's actually a counting down timer for me to help me ...
6
votes
2answers
195 views
How to get application's Windows taskbar button to show progress of progress bar
One of the features introduced in Windows 7 (or was it Vista?) is the capability of the taskbar button of an application to show the progress of a progress bar in that application. When I create a ...
6
votes
4answers
435 views
Can task-switching keyboard shortcuts be disabled in W7 using Delphi?
MY application has had a mode for years where the customer can 'disable access to the OS'. Obviously this feature goes against the grain (at least as far as Windows is concerned) but there are ...
6
votes
2answers
1k views
Android : Floating Clickable Icon over Screen?
There's an Android Application called Smart Taskbar that manages to Pin a small SemiTransparent Icon over the screen...The icon remains visible over ALL the activites (including the home screen). The ...
6
votes
3answers
1k views
Using Windows 7 taskbar features in PyQt
I am looking for information on the integration of some of the new Windows 7 taskbar features into my PyQt applications.
Specifically if there already exists the possibility to use the new progress ...
6
votes
2answers
437 views
How do I create a toolbar for the Taskbar on Windows?
How do I go about creating my own taskbar toolbar, a la Windows Media Player:
Examples or documentation or even open source software that implements this for just about any language would be ...
6
votes
2answers
286 views
What is the proper way to create a Form unobscured by the Windows taskbar?
I dock the taskbar to the left, which causes many windows to open underneath the taskbar.
None of the System.Windows.Form.FormStartPosition values take into account the taskbar except for Manual. ...
6
votes
3answers
7k views
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, but the grouping icon is the default "unknown"-kind icon.
How can I set the grouping ...
5
votes
2answers
268 views
How to place a control over the task bar in windows using c#
i googled a lot and found out some info about the band object from which we can make the ad-in for the task bar, can i get some more tutorials from scratch & some sample programmes.
is there any ...
5
votes
6answers
731 views
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 the new useful taskbar in Windows 7.
There's are many issues with the VCL that need to be ...
5
votes
4answers
375 views
Get number of apps in TaskBar
I've been wondering how to do this for ages. I'm creating a little app, and I need to figure out how many apps or windows are displayed in the TaskBar.
I've yet to find any info on this at all, I'd ...
5
votes
3answers
516 views
Determining if a Window Has a Taskbar Button
I am looking for a way to check if a given window has a taskbar button. That is, given a handle to a window, I need a TRUE if the window is in the taskbar, and FALSE otherwise.
Conversely, I am ...
5
votes
2answers
1k views
“The parameter is incorrect” when clicking pinned item on Windows 7 after updating the application
I have the following situation:
Installed my application using ordinary .msi
Run the application from the start menu
Right click on the icon in the task bar and pin it.
Now, I can use the pinned ...
5
votes
4answers
812 views
How to change the order of buttons on the taskbar?
There are a few freeware tools out there (e.g., Taskbar Shuffle, XNeat, etc.) which have the ability to change the order of the buttons on the taskbar, without actually closing or opening any windows. ...
5
votes
3answers
1k views
Add to right click application menu in taskbar in .NET
Most applications only have "Restore, Move, Size, Minimize, Maximize and Close", however MS SQL offers extra options "Help, Customize view". Along those lines, is it possible to add to the right click ...
4
votes
1answer
75 views
Removing a pinned app's icon from the Windows 7 taskbar on the application's major upgrade with WiX
After removing a WPF application which were installed with WiX, the app's icon, previously pinned to the Windows 7 taskbar, have not been removed automatically. It remains orphaned and needs to be ...
4
votes
2answers
50 views
Force Modal Form to be Shown in Taskbar
According to MS when you show a modal form in VB6 it does not show in the taskbar 'by design'
But is there any way to make a VB6 Modal form to be shown in the taskbar (the ShowInTaskbar property has ...
4
votes
2answers
181 views
Ensure WPF Taskbar Window Preview is actualized
How can I ensure that the hower preview of my WPF application (.net 4) is refreshed when the user places the mouse over the taskbar icon.
I have an app that visualizes some status values. If the app ...
4
votes
2answers
325 views
How can I make a region on my taskbar thumbnail appear transparent in Windows 7?
I'm developing a program that makes use of Windows 7 (and Vista) taskbar features. Right now I have a custom bitmap that will be shown in the taskbar thumbnail. The bitmap is created programmatic and ...
4
votes
2answers
2k views
Qt Hide Taskbar Item
I have a custom QWidget and I simple don't want it to show up in the taskbar. I have a QSystemTrayIcon for managing exiting/minimizing etc.
4
votes
2answers
178 views
Closing a Task Tray app
I have a set of server apps that run in the task tray. I'm trying to write a little server management app in c# that can gracefully close the applications. However I'm having trouble figuring out ...
4
votes
1answer
719 views
C# - How to prevent fullscreen form covering the taskbar?
Does anyone know how I can prevent my C# winform covering/going on top of the taskbar? My form's border style has been set to "FixedToolWindow" which seems to cause this. I thought about reducing the ...
4
votes
1answer
429 views
Application icon is missing in the taskbar during program start, if another application is active
I've written a WPF application which has a custom (not the standard) icon. A Splashscreen is implemented too.
The icon is correctly displayed if I start the application and wait until it is loaded.
...
4
votes
2answers
1k views
Windows 7 Taskbar progress
Quick question, I've developed a Forum specific C# WPF WebBrowser, for Windows 7.
I have completed so far for the Taskbar:
Tabbed thumbnails
Jumplists
Icon Overlay
Now as the WebBrowser uses the ...
4
votes
2answers
5k views
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 hidden. I've been looking for a solution to this and I've found one but it seems more complex ...
4
votes
1answer
846 views
Form.ShowInTaskBar / Process.MainWindowHandle
When an application's main Form - the one passed to Application.Run() - has
this.ShowInTaskBar = false;
then, an instance of Process representing that application has a MainWindowHandle of 0, ...
4
votes
3answers
6k views
How do I ask Windows for the size of system tray icons?
I noticed that my app sends icons to the Windows tray with a size of 16x16 pixels--and my Vista PC I've got a doublewide taskbar that appears to show icons at 18x18. The resizing artifacts on my app's ...
4
votes
2answers
3k views
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 this solution:
import javax.swing.JOptionPane;
import javax.swing.JFrame;
...
4
votes
6answers
6k views
Hide a form's taskbar button without using WS_EX_TOOLWIN
I need to hide a Windows form from the taskbar but I can't use WS_EX_TOOLWINDOW because I need the system menu and min/max buttons on the form's title bar.
If I switch the form to a tool window at ...
3
votes
1answer
48 views
Which dialog spacing conforms to Windows UI/UX guidelines?
We are implementing a Windows 7 application that displays a pop-up in the taskbar's notification area.
There are two version of the simple form.
and the compact version:
Which one is closer to ...
3
votes
1answer
101 views
How can i find the order of the taskbar items in Windows 7?
I would like to establish what is the order of the taskbar items in Windows 7. The reason is that I would like to create an script (written in AutoHotkey or C#) that restore a set of icons to a ...
3
votes
1answer
163 views
Using Windows API or WMI to determine if a process is displayed in the taskbar
So, I'm writing a dock/taskbar like application. What I want to do is pretty simple, display a list of running programs.
I've found lots of ways to enumerate all running processes, but after hours of ...
3
votes
2answers
646 views
How to make Eclipse behave well in the Windows 7 taskbar?
All other apps that can be pinned to the taskbar behave well.
But Eclipse doesn't show recently open projects when I right click it.
It also doesn't allow to pin some projects inside it.
Note that I ...
3
votes
1answer
137 views
Windows 7 taskbar tabbed thumbnails in .Net 2 application
How I can handle the windows 7 taskbar to get an effect like the image from a .Net 2 based application?
Thank you
3
votes
1answer
407 views
Clock Gadget in taskbar using C#
How can I add my clock gadget using C# like in below image
I am making clock in Windows Form using C#.
How can I place my clock in taskbar and at the place where time is displayed in ...
3
votes
0answers
141 views
Windows 7 taskbar progress works in one app but not another
I have two different applications, both native applications written in C++Builder 2009, both MDI, and both using the same progress bar utility code. One of them properly updates the Windows 7 taskbar ...
3
votes
4answers
428 views
How would I find the height of the task bar?
In my windows application, I am trying to find the height of the task bar. While I can hard program this into my program, I would like to find it programmatically to support past, present (win7) and ...
3
votes
1answer
514 views
VB.NET - integrate Win7 taskbar progress without the external DLLs?
Hey trying to make a fancy little app here in VB.NET framework 4.
I've seen several programs which utilise windows 7's taskbar progressbar, but they have it embedded in the application
when i googled ...