taskbar Questions
3
Solved
I reinstalled windows and visual studio recently, and I no longer have recent projects on a right click
I can't even pinned a project
Even for Excel :
I think is a windows problem, but i try to f...
3
i am using python/tkinter to write a IM software on XP. now i've got all the main functions done except i don't know how to highlight or change colour my IM item on taskbar on windows xp when windo...
2
Solved
I made a little timer app using WPF and I wanted to put my app on the taskbar, but when I click anywhere on the taskbar, my app loses focus and the taskbar comes on top of my app, even though I hav...
1
I use Hardcodet WPF NotifyIcon to show custom ballons on some event.
If I create TaskbarIcon in xaml of MainWindow, then my balloon is placed near taskbar:
But when I create TaskbarIcon in reso...
Firstclass asked 30/6, 2014 at 14:15
8
Solved
Basically I want to make simple toggle program (that will be mapped to some keyboard shortcut) that set taskbar to auto-hide mode if in normal mode (and conversely, to normal show mode if in auto-h...
6
Solved
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.
3
Solved
Does anyone know how I can automatically hide the task bar in windows 7 via command line or some other method?
4
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 ap...
Hypervitaminosis asked 20/2, 2009 at 3:42
0
I've been looking into ways for an app to add a custom DeskBand (or something similar) to the Windows 10 & 11 taskbar:
There are various references to IDeskBand2 and other taskbar extensions, ...
2
A very few people have this problem that they cannot react the sub menuitems because it closes too fast before the mouse can reach the sub menu. Added a GIF at the bottom. We cannot reproduce this ...
7
Solved
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 (th...
0
I want to create a Windows 11 application that will work as built-in apps like "Widgets" or "Chat" in taskbar using C#. There is very little information on this subject on the I...
Allegro asked 16/5, 2022 at 16:38
7
Solved
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 .s...
Hemianopsia asked 10/9, 2009 at 8:9
5
Solved
What could be the reasons for the Main application form not to be shown in TaskBar?
ShowInTaskbar property is set to "true", but form doesn't show itself there if after running the application an...
3
Solved
I want to remove window from taskbar on Windows 10 with multiple desktops.
For Windows 8.1 i used ITaskbarList::DeleteTab and it works excellent.
For Windows 10 this method hides Windows from task...
Jibheaded asked 10/6, 2016 at 12:53
1
I want to pin some Microsoft store apps in my taskbar and change their icons so that it opens in the same icon that's pinned
there was this method on this site here through changing the shortcut ID...
Sooth asked 19/12, 2021 at 16:1
7
Solved
I need to change windows taskbar in my WPF application. For that I set WindowStyle="None", which means to disable the windows taskbar, and make custom taskbar with buttons for restoring, minimizing...
1
I just installed Visual Studio Code on my new Windows 10 PC and pinned it to the taskbar. When I right-clicked on the VS Code Icon on my old PC it suggested to open the recently opened workspaces. ...
Charlottecharlottenburg asked 6/12, 2020 at 11:49
1
Solved
I created a window:
root = Tk()
and removed the title bar:
root.attributes("-type", "splash")
Now the window is not on the task bar. How can I show it in the task bar?
System ...
7
Solved
I've just re-installed Git on my Win10 PC and tried to pin Git Bash to my taskbar.
For some reason now, when I open Bash from my taskbar shortcut, it displays duplicate icon on the taskbar. I trie...
Larimer asked 11/1, 2016 at 0:41
6
Solved
There are two problems with WPF windows when the WindowStyle=None option is used.
The window covers the Taskbar when maximized.
Once maximized, the window cannot be dragged down to unmaximize.
...
2
Solved
I would like to create a solution that will be like an icon on the taskbar and once clicked it will open as a small popup above the taskbar which will not interrupt the user or other windows simila...
Nuptials asked 8/12, 2019 at 10:47
5
Solved
EDIT: I don't want it to update, change or go away. I ONLY want the taskbar to be at 40% to start the program, stay that way till it closes.
I spent a lot of hours and tried many examples......
9
Solved
I have this problem. When I hide my main form, then the taskbar icon of my application is also hidden. I saw a new question about this problem as well and the answers didn't really help. They sugge...
Fenugreek asked 4/9, 2014 at 13:20
2
Solved
I'm currently trying to pin a Java application to the Windows 7 taskbar. The application is launched with Launch4j. The program icon is displayed correctly but right-clicking the icon on the taskba...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.