Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
5answers
4k views

Pinning a Java application to the Windows 7 taskbar

Original question I use Launch4j as a wrapper for my Java application under Windows 7, which, to my understanding, in essence forks an instance of javaw.exe that in turn interprets the Java code. As ...
7
votes
3answers
1k views

Programmatically change the icon of the executable

I am developing an application called WeatherBar. Its main functionality is based on its interaction with the Windows 7 taskbar — it changes the icon depending on the weather conditions in a specific ...
6
votes
1answer
174 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
476 views

Windows 7 Tasbar Icons Highlight Color

Can anyone explain how to calculate the highlight color based on dominant color in images like Windows-7 taskbar when mouse is over the taskbar item? Any c# code?
5
votes
1answer
143 views

Embed in taskbar

How can I "embed" my application into the windows taskbar (not the systray) like in the picture below? I would like to create a quick application that embeds into the taskbar.
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
389 views

Application in the Taskbar

Can you give me an example on how to put my application form in the taskbar? like Windows media player or Window search when minimize.
3
votes
2answers
648 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
3answers
480 views

Is there a way to make a console window flash in the task bar programatically

Basically I made console app that performs some task that takes a few minutes. I'd like to have it flash in the taskbar to let me know when it's done doing its thing.
2
votes
1answer
55 views

Simulating Winkey behaviour in C#

I want to simulate pressing WinKey + digit to switch between to application in taskbar. Is there a way to do this with managed code or I have to use win32 API? I tried to use SendKeys.SendWait with ...
2
votes
1answer
70 views

Owner drawn taskbar thumbnail preview

Is there a way to draw the taskbar thumbnail preview on my own, instead of letting Windows draw it for me? What I need is a dynamic thumbnail; for example, let's say I want the thumbnail to be a ...
2
votes
1answer
81 views

Close application from task-bar when a modal dialog is opened

When a modal dialog is opened, is there any way to allow user close a JFrame by clicking Close on task-bar icon? I see that even if the dialog is orphan or a child of another frame, it still blocks ...
2
votes
3answers
121 views

How To Disable Desktop and/or Taskbar

I know the implications of this but a client was insistent that they wanted a program we've made to lock the desktop and/or taskbar so as to prevent the user from switching programs. I'd already ...
2
votes
1answer
155 views

How can I determine which taskbar application/windows are requesting user attention

I'd like to know how to get a list of the windows requiring user attention from the Windows taskbar. Windows requiring attention appear with a flashing orange color within the Windows taskbar. ...
2
votes
3answers
2k views

How can I flash the Windows taskbar using Swing?

I'm developing a Swing application and I need to flash the Windows taskbar. I can't use frame.requestFocus() because I don't want to steal focus from any other application.
1
vote
1answer
164 views

wxPython and windows 7 taskbar

For brevity's sake: I'm trying to implement this with wxPython, but I'm struggling to fit that code into a script based on wxPython. My simple PyQt test code works fine. Here it is: from PyQt4 ...
1
vote
1answer
204 views

Changing the background color of a JFrame icon on the windows taskbar

I have had a look on the web and can't find any info on it, but I was wondering how to change the background colour of the icon (the icon which displays on the windows taskbar) when you hover over it, ...
1
vote
1answer
683 views

How can I hide my application's form in the Windows Taskbar?

How can I hide the name of my application in the Windows Taskbar, even when it is visible? Currently, I have the following code to initialize and set the properties of my form: ...
1
vote
1answer
28 views

Is there a way to get the icon used by a given window?

All, I'm working on a proof of concept replacement for the windows taskbar. (Mostly for my own amusement than anything else) However, one thing I was not able to find was a means of getting the ...
1
vote
4answers
1k views

Taskbar icon for all users

is it possible to create taskbar icons (shortcuts, shell links, whatever you want them to be named) in the installer in Windows 7? I know this is not possible with the quick launch toolbar in previous ...
1
vote
3answers
2k views

How can I disable the Start button (but not the Taskbar) on Windows 7?

On Windows XP, it was possible to disable the Start button with the following code: hTray = FindWindow (TEXT("Shell_TrayWnd"), NULL); if (hTray) { hStartButton = FindWindowEx(hTray, NULL, ...
1
vote
1answer
552 views

Application that won't pin to the Windows 7 Taskbar

Kind of stumped - I have an application I've built (it's an old Visual FoxPro app) that won't pin to the Windows 7 task bar. Before you jump and say - FOXPRO is at fault - I have several other FoxPro ...
0
votes
0answers
22 views

Removing items from Custom Category - Jumplist

How to dynamically remove items from custom category in Jumplist (without deleting the jumplist itself). Here is how i am creating jumplist and customcategory: // Creating jumplist list = ...
0
votes
2answers
90 views

C# : hide the file security tab

i am working on application that deals with file and folders security and i am good so far i use that function to deny access to certain files , DirectoryInfo dir = new ...
0
votes
1answer
106 views

Hiding TaskBar from a process (c#)

In my application, I want to hide the windows TaskBar and StartMenuButton when my process is started and want to restore it when it exits. I can do this using: IntPtr startButtonHwnd = ...
0
votes
0answers
34 views

Running code without Windows 7 Taskbar API Files attached

I am working on the Progress bar shown in Windows 7 Taskbar. To enable this feature, I have to add VistaBridgeLibrary.dll and Windows7.DesktopIntegration.dll to my project. Now the Problem is as I ...
0
votes
1answer
119 views

Qt: How to determine location / alignment of task bar

what is the best way to determine location of task bar using Qt ? What I need is the alignment (left,right,top,bottm) and bounderies (left,right,width,height) Thanks for help in advance :-)
0
votes
0answers
107 views

How to develop service that adds badges to Windows 7 taskbar?

I really like the Win+[n] keyboard shortcut in Windows 7 that opens the nth program in the taskbar, but I hate having to count the icons to figure out which number it is. What I would like to do is ...
0
votes
1answer
366 views

How to create buttons in taskbar menu Windows 7 C#?

How would I make buttons appear in the Windows 7 Taskbar like the image below has it setup? http://i.stack.imgur.com/ZcH1z.png How would I create buttons in the taskbar with tooltiptext on the ...
0
votes
1answer
492 views

How to make DeskBands work on Windows 7 x64?

I'm going to create an application (C#), which has its DeskBand on the Windows TaskBar. I've found one complete example program, which does this, but I didn't manage to successfully install (add to ...
0
votes
1answer
771 views

Winforms: How to change application taskbar icon programatically for Pinned App in Windows 7

I am changing the icon by doing the following in the Main form: this.Icon = myIcon; And this works fine in Windows 7 except when I "pin" the application to the taskbar, this seems to have no ...
0
votes
3answers
260 views

Windows Taskbar API

Is there any API that allows to control which icons are shown in the Windows (7) Taskbar at a given time? I would like to have the processes still running, but their icons not show up on the taskbar.
0
votes
0answers
239 views

Pinning a 'Launcher' stub to Windows 7 Taskbar

I have an application that has a Loader.exe which launches Application.exe. I have pinned the Loader.exe to the Taskbar, but obviously when it launches the Application.exe and exits, the ...
0
votes
2answers
218 views

Checking the status of the Internet connectivity icon via command line

You know that "Internet Connectivity" icon on the Windows Taskbar? The one that often tells us we have no connection to the internet after pull out our ethernet cables? I was wondering if there is a ...
0
votes
1answer
650 views

How to flash a JFrame on the Windows taskbar when it needs attention

I'm a computer science student working on a Yahoo! Messenger-like program implemented in Java. My problem is that whenever the JTextArea inside my frame contains new message updates, the user must be ...
0
votes
1answer
3k views

“Use windows xp style dpi scaling” disables automatic auto-hide of taskbar on W7. Workaround?

We noticed that on W7 with DPI set to > 125% or to > 100% with ("Use windows xp style dpi scaling") turned off, our fullscreen mode (which sets the client rect of our window = desktop rect of the main ...
0
votes
2answers
661 views

How to bring Windows Taskbar on foreground while running maximized?

I've got an app running maximized in a borderless window and need access to the windows taskbar on a given user event. How would I bring the taskbar in foreground in .NET while running maximized? ...