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.
0
votes
1answer
26 views
hiding process icon to run in background
I have a programs path..like utorrent and it pid too. I have achieved these values programatically using vb.net. I just want to hide their icon form tray just to run them in background and if possible ...
0
votes
1answer
21 views
How do I make the taskbar icon go away?
I want to get rid of the icon in the task bar from my program. This thing. Sorry for not being able to post as an image, but I have to have at least 10 rep to do so.
0
votes
0answers
5 views
Eclipse Icon got corrupted in Windows [closed]
I was working with Eclipse. In between I assigned .log file with Notepad++.
All of sudden, My eclipse icon got corrupted and when running Eclipse, I am seeing default [.exe] file symbol, which is ...
0
votes
1answer
21 views
Windows 7 taskbar stacking in multiple places
I pinned Notepad2-mod to the taskbar. When I click the pinned shortcut, it opens a new instance but doesn't stack in place. It begins a new stack. Additional clicks will utilize the second stack. This ...
0
votes
0answers
23 views
How to have non-grouping JFrames within the same application?
I'm creating a new JFrame from within an already running JFrame. Both frames are separate applications, but in this case, the second application gets a "plugin handle" of the first application instead ...
-1
votes
1answer
32 views
Windows 7 pixelated and duplicated task bar icons [closed]
This question isn't really about programming (idk if that's not allowed or anything), but I'll ask it anyway. So when I open up a program like eclipse on my Windows 7 task bar, it opens up another ...
0
votes
0answers
16 views
PowerShell icon missing from taskbar [migrated]
Windows Server 2008 R2 SP1
I installed PowerShell 3 by installing Window Management Framework 3.0 (Windows6.1-KB2506143-x64.msu)
Somehow the PowerShell icon has gone missing from the taskbar.
...
0
votes
1answer
38 views
Wrong icon in taskbar
Both Form1 and my desktop show the correct icon but the taskbar displays an icon I'm attempting to remove and replace with the proper one. The taskbar icon being shown is the original one first used ...
1
vote
3answers
101 views
Positioning A Form From A SysTray Icon
I'd like to display a form off of a systray icon event, which just shows some information next to the taskbar and disappears itself after some time. The main issue I'm running into is positioning the ...
0
votes
0answers
34 views
how do i use msdn windows 7 taskbar solution in my solution?
ive downloaded archive from there http://archive.msdn.microsoft.com/Windows7Taskbar/Release/ProjectReleases.aspx?ReleaseId=2246 , but i dont know how to integrate it in my project.
What i need is ...
1
vote
1answer
60 views
Programmatically Manipulating Taskbar Position in Win8
Given:
I am on a windows 8 machine.
The taskbar begins at the top of the screen, I can't change this, unfortunately.
This is to be a piece for an automated process, so any solution which involves ...
0
votes
0answers
24 views
Taskbar. Notify icon area. Highlighting Icon on mouse hover
Good day to all mega programmers :)
I wrote my deskband object like "Du Meter" application (link)
but there are some differences. How to get "icon" when mouse is entering on this control, like this ...
0
votes
1answer
43 views
Finding the IntPtr of the TaskBar
Previously, I asked this question about returning the user to the previous window they were using, but I have found the solution, but it has created another problem. The function that determines the ...
4
votes
1answer
424 views
Disabling the 'Aero Blur' from the Windows 7 taskbar (using C++?)
I found a small program a while back that let me disable the Aero Blur while keeping the transparency that came with the theme. The program worked on literally everything, except for the taskbar which ...
4
votes
2answers
167 views
Hide A Console C++ Program From Taskbar
I have a little console game that calls another console app. Something like Winamp's many windows (main and playlist). The thing is when I call two for example console windows the programs opened in ...
0
votes
0answers
28 views
How to change the icon of a pinned java program? [closed]
How can I change the icon of a Java program, which is pinned to the taskbar?
I've got the problem that pinning muCommander to the windows taskbar changed its icon to the non expressive and non ...
-1
votes
2answers
66 views
How to pin Spring Tool Suite to Windows 7 taskbar [closed]
When Spring Tool Suite is started, right-clicking on the icon in the task bar doesn't show the pin-to-taskbar option (only new task..., activate task... and close window are available). No option for ...
1
vote
2answers
50 views
Application taskbar icon set wrong when in a specific path - where is this set?
I'm working on an application (C#/WPF) and when it is installed in the Program Files folder and run the icon on the taskbar shows up wrongly as this;
But if I rename or copy into another folder the ...
4
votes
1answer
97 views
Why is my child form not showing a custom icon in the taskbar?
I have a Windows Forms application that uses a custom form to display a progress bar during a long operation. This form is currently set up to display on the taskbar along with the other windows in ...
1
vote
0answers
180 views
Hide process icon from TaskBar
I'm writing a c# program that starts the touch keyboard process.
Process.Start(Environment.GetFolderPath(Environment.SpecialFolder.System) + Path.DirectorySeparatorChar + "osk.exe");
I don't want ...
0
votes
0answers
48 views
Android: opening and closing taskbar programmatically
I am looking out for a way to open up and close the top task bar using a function call or similar through a Service not activity.
Say I press a button view and Taskbar scrolls down. Then I click a ...
0
votes
1answer
34 views
How to set different icon in ALT+TAB view and taskbar
I have a Winform application and I would set two different icons, one for the application shown in the taskbar and the left-upper corner of the window and a different one for the ALT+TAB switch.
The ...
0
votes
2answers
80 views
How to prevent wxWidgets window from blinking in the taskbar when created?
If my wxWidgets application creates a new window while the application does not have focus, its taskbar icon blinks yellow until I switch to it, as shown here:
This is annoying. How can I prevent ...
0
votes
4answers
328 views
C# - Changing the icon of the taskbar
I want to change the icon on the taskbar of my software, so I changed the project settings. This path was suggested by Visual Studio itself
But my taskbar still shows the same icon as before (the ...
0
votes
0answers
81 views
icons won't show up in the taskbar for my c++ app
I made a small application with the icon compiled as a resource in the exe. The installer I made for this icon creates entries in the registry for file associations.
I've got it set up in such a way ...
0
votes
0answers
33 views
Can I close the Windows notification area overflow?
I've got an app with a notification icon, and a bubble I'd like to display when the user clicks on the icon. I'd like for the notification area overflow to close when the user clicks on my icon. Is ...
0
votes
0answers
35 views
Pinning Python “document” to the Windows taskbar
A user has requested that I pin my Python program to his Windows taskbar (manually, not programmatically), so he can launch it quickly, even when other windows are open.
The Windows taskbar allows ...
1
vote
1answer
50 views
Win32 How to detect that user has chosen small icons for taskbar?
I'm developing an application in C# which needs to detect when use changed icon size on the taskbar. I know how to check if small icons are enabled/disabled for the user (in registry) but how to ...
2
votes
3answers
175 views
Use different icons in JFrame and Windows taskbar
There is a way to use differents icons on JFrame and Windows taskbar?
When I set JFrame.setIconImage(img) this same image is use as Windows icon. Can I use different icons to the JFrame and Windows ...
2
votes
1answer
140 views
Windows 7 taskbar state with minimal code
What would be the shortest code to set the state of a Windows 7 taskbar button for a known window handle?
The goal is to write a console utility that changes the progress and state (colour) of the ...
0
votes
2answers
144 views
WPF Taskbar Restore/Minimize doesn't always work
So I have a large WPF application, and there is an icon on the taskbar when the application is running. I would expect that if I click the taskbar icon, the application will restore itself, or ...
0
votes
1answer
79 views
AssemblyTitle is not shown in the Windows 7 task bar when Winform Application is run
Here is the strange problem on Windows 7 64-bit machine which I am not able to understand.
I have a WinFrom application. It's AssemblyInfo.cs contains the following this:
[assembly: ...
0
votes
2answers
148 views
Display form on the bottom right of screen?
I'm creating an application that is based on displaying some notifications which the user should Accept or Refuse
How can i show the request form on the right bottom of screen not above taskbar ?
...
4
votes
2answers
361 views
How to hide an application from taskbar in Windows 7?
I would like to hide an application from the Windows 7 taskbar.
I want to make something like a toolbar on the edge of the screen which does certain things when the user clicks on it, but I don't ...
0
votes
1answer
91 views
How To Show Program's Tabs In The Taskbar Like IE
Windows 7 and 8 can show multiple tabs in the task bar preview.
some programs like IE, FireFox and ... can show all internal tabs in the task bar.
FireFox Multiple Tabs In the task bar preview ...
1
vote
1answer
149 views
Update JFrame size and extended State
Hello i want to set the size of JFrame, when the user changes the screen resolution.
this.setSize(myWidth, myHeight);
This is working fine and the window gets smaller/bigger. But if I set the ...
0
votes
1answer
121 views
How can I create an ITaskbarList3 in C++ Builder?
I'm trying to use the ITaskbarList3 interface introduced with Windows 7 so that I can show task progress for a lengthy task in my taskbar icon. The documentation states that I should wait for a ...
0
votes
2answers
123 views
How can I make a taskbar in either HTML or Javascript? [closed]
I'm currently making an online OS and I want a taskbar of course.
A taskbar that works somewhat like Windows taskbar at the bottom of the screen, like it has some applications there and when you open ...
0
votes
1answer
164 views
How to change the way Awesome WM add items to the tasklist?
I would like to have my awesome WM to add items to the tasklist the same way as other window managers. Basically when you open applications in awesome it will put it in the tasklist preceding the ...
0
votes
4answers
76 views
How to keep taskbar bottom of other windows?
I try to make an application which must be full screen. But when i press CTRL+ALT+DEL task manager comes up. Even i disable task manager, at this time its error message comes up and make taskbar ...
-1
votes
1answer
177 views
Autohotkey: Restore window that is automatically minimized to taskbar [closed]
When I am playing poker there is a lobby window where you see which games are going on and if you open a table it pops up in a new window. However when I open a new table the lobby window is ...
0
votes
1answer
31 views
Get the screen location of a wxTaskBarIcon
I have a wxTaskBarIcon in my application which gets added to the taskbar when the app is running. I want to know the location of this icon but haven't been able to do this so far.
I need the location ...
1
vote
1answer
34 views
How can I disable or customize the image preview, which displays when a user hovers over an app's icon on the taskbar?
In Windows with Aero... When the user hovers their mouse over the application's icon, a small preview of the app appears just above the taskbar. I'm looking for any information regarding how I can ...
0
votes
1answer
149 views
Customize default taskbar tasks in Windows 7 taskbar “jump list”
I have a program A.exe that bootstraps another process B.exe, passing dynamic command line arguments to B.exe. The default Windows 7 taskbar task list will provide an option to start another instance ...
3
votes
1answer
57 views
Macintosh wxPython EVT_TASKBAR_LEFT_UP or alternative
I'm trying to create a simple application that resides in the Notification area or Taskbar/System Tray area. I want it to be cross platform so that's why I'm using wxPython.
The application works ...
0
votes
0answers
71 views
Which API is called by the Windows taskbar to set its position in Windows 7?
I would like to know which which API is called by the system to set the taskbar position, specially for Windows 7.
In non-Windows 7, the OS GetMonitorinfo() is called by the system to set the taskbar ...
0
votes
1answer
80 views
Grouping separate processes in the Windows Taskbar
I have a number of separate processes that are logically related (but all are started separately - there is no common 'parent' process).
Is it possible to make them appear as one group in the ...
0
votes
1answer
342 views
How to hide form from taskbar in c++ builder?
I have simple VCL Forms application which on start show on taskbar button if is in use, what i want to do is to hide those button, so that mean whatever is happen with form that those button don't ...
0
votes
0answers
42 views
Hide minimized application in win 7 when explorer has been closed
http://i.stack.imgur.com/sB3iy.jpg
How can i hide minimized application when explorer has been killed?(using C#)
1
vote
5answers
210 views
In WinRT how to create an application that is always visible?
With windows 8, is it possible to create an application that is always visible? For instance, in previous versions of windows, there is the task bar with quick launch icons. Can I create something ...




