6
votes
4answers
246 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 …
6
votes
2answers
228 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 …
5
votes
1answer
94 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 lang …
5
votes
3answers
638 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 ad …
4
votes
3answers
121 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 …
4
votes
8answers
4k 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 i …
4
votes
4answers
308 views
[WinAPI] 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 …
4
votes
5answers
1k 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 sho …
3
votes
1answer
154 views
Is the Windows 7 Task Bar the new Notification Area?
I've seen a few Windows 7 applications popping up around the web that take advantage of the new task bar functionality. However, some of these applications are treating the task ba …
3
votes
2answers
305 views
Reserve screen area in Windows 7
Is it possible to reserve a screen area near an edge of the screen for your app in Windows 7? It would behave similar to the Windows taskbar (i.e. maximized windows would not overl …
3
votes
5answers
1k 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 t …
2
votes
1answer
37 views
Running winforms in task bar
I have a winforms application that I want to display an icon, and display the icon next to the icons on my taksbar for like my AV sofware, and the volume control. Any idea how to …
2
votes
3answers
247 views
How Do I Get the Usable Coordinates of the Screen in Delphi
With Screen.DesktopHeight and Screen.DesktopWidth, I can get the size of the "virtual" desktop and I believe that works for one or multiple monitors.
I save the position (top and …
2
votes
4answers
336 views
MSN Messenger like notification - Do you know any examples in .NET VB .NET or C#?
I'm looking to write a notification application where I'd like to provide popup notifications from the taskbar similiar to the ones in MSN Messenger or most other chat programs. A …
2
votes
4answers
131 views
Create a Program that Sits in The Windows Taskbar and, When Activated, Stops the Screensaver From Starting
I don't really know where to begin. Let's start with the stupid questions:
What language should I use for this? What is suited for the task at hand?
Next, the real ones:
Is ther …
