taskbar Questions

2

Solved

I have 5 different C# application running at the same time on my PC. They take a lot of space at my taskbar. How can I code them to be grouped together at the taskbar (using windows 10).
Joktan asked 20/1, 2016 at 13:16

3

Solved

I have created a JFrame and want to hide this from the taskbar in windows. But, it should be visible in the bottom right corner in the tray menu items. Can anybody tell me how to do this? Do I need...
Tetraspore asked 18/9, 2011 at 12:24

9

When our app is started programatically (either through custom action in MSI installer or when starting a new instance) in Windows Vista (also happens in Windows 7 Beta) it won't appear in the task...
Pantomime asked 18/3, 2009 at 18:19

2

Does anybody have a WPF example of updating the ProgressState through the available enum states when progressing through ProgressValue? I have the following code which binds my progress value to r...
Reprobation asked 20/4, 2011 at 21:38

1

Solved

The minimal working example with QML JumpList (same behaviour if using QWinJumpList in c++). import QtQuick 2.3 import QtQuick.Window 2.2 import QtWinExtras 1.0 Window { visible: true JumpList...
Touraco asked 16/11, 2015 at 11:24

4

Solved

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.
Monoploid asked 29/10, 2010 at 20:8

2

Solved

I have two displays and using VS 2015 in multi-window mode (i.e., separate tabs on different screens). VS 2013 always showed only one icon on taskbar which was very comfortable but VS 2015 shows o...
Burgwell asked 24/11, 2015 at 9:11

1

Solved

I am trying to create application that get the list of processes that have systray icon. I searched alot and found number of references: http://www.raymond.cc/blog/find-out-what-program-are-runn...
Budworth asked 11/11, 2015 at 14:33

0

How can I make the taskbar icon flash orange in a tkinter application? This would preferably be for python 3.4. There is a screenshot in an unrelated post here: http://www.sevenforums.com/customiza...
Athalie asked 11/11, 2015 at 17:15

3

During an installation or major upgrade, if a user has pinned the application to their task bar, then after the installation has completed, the task bar shortcut is removed from %AppData%\Roaming\M...
Lui asked 20/1, 2014 at 18:49

1

Solved

Which setting in an MFC app controls the title shown in the windows 7/8 jump-list, just below the actual list of jumps, above the pin application option? This is mainly so that a localised strin...
Franks asked 7/10, 2015 at 7:21

0

Since Windows 10 the Icons in the taskbar seems to have a size of 24x24px. This would be no problem, if Windows would choose the 24px version in an icon file for display. But it choose the 32px ver...
Allegorize asked 24/9, 2015 at 13:20

1

Solved

I have a Win32 application which adds a taskbar icon on startup. It is working perfectly, except when Explorer crashes and then restarts, my application keeps on running, but the taskbar icon is g...
Dykstra asked 17/8, 2015 at 7:19

3

Solved

How can I pin some programs to taskbar on Windows 7 using PowerShell? Please explain step-by-step. And How to modify the following code to pin a folder to taskbar? For Example $folder = $shell.Na...
Dash asked 16/3, 2012 at 15:9

5

Solved

I can't figure out how to get the windows taskbar height dynamicaly to set my application fullscreen. As you know, taskbar can be in four positions: bottom, top, left or right, so I'm wondering if ...
Audiovisual asked 27/7, 2011 at 13:20

7

Solved

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 a...
Underplot asked 4/11, 2008 at 11:37

1

recently i had tried to make task-bar invisible in maximize mode but unfortunately nothing worked. i had some research over MSDN and stack overflow and most of them said make window border equal to...
Mere asked 5/12, 2012 at 17:56

2

Solved

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...
Timothee asked 21/2, 2013 at 11:55

3

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...
Greenock asked 11/2, 2013 at 12:30

2

Solved

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 taskb...
Illation asked 17/1, 2011 at 19:25

3

Solved

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 h...
Autobahn asked 5/1, 2012 at 16:48

3

Solved

I would like to add an icon to the OSX menu bar at the top of the screen using wxPython. I have tried wx.TaskBarIcon, which adds a System Tray icon in Windows, but this doesn't work - it changes th...
Damnatory asked 12/5, 2010 at 19:20

9

Solved

I have a .net windows application that needs to run in full screen. When the application starts however the taskbar is shown on top of the main form and it only disappears when activating the...
Fernandina asked 16/2, 2010 at 10:11

1

Solved

Having an issue with some PowerShell. Basically I am trying to remove certain Taskbar shortcuts based on the shortcuts path/exe file. The following code I have gets the pinned shortcuts and their ...
Marabelle asked 30/7, 2014 at 15:45

1

Solved

I was wondering if Java or JFrame can alert user when something happened in the program. For example, when in Skype you receive a new message, Skype icons background changes to yellow. Can I do t...
Lesko asked 18/7, 2014 at 20:42

© 2022 - 2024 — McMap. All rights reserved.