Tagged Questions
The deskband tag has no wiki summary.
8
votes
1answer
181 views
How to make my Deskband's (Taskbar Toolbar) Form transparent
I'm working on a Windows Deskband in Delphi XE2 for Windows XP, Vista and 7 (Win32 and Win64)...
I've implemented all the necessary interfaces (ITrayDeskBand, IDeskBandInfo, IDeskBand2, IDeskBand) in ...
2
votes
6answers
2k views
How can I programatically tell Windows taskbar to open (or close) a given toolbar?
I have written a toolbar that runs on the taskbar. Unfortunately, after it is installed, the user has to enable it manually. Is there a way to tell explorer to open (or close) a given toolbar?
I ...
1
vote
1answer
51 views
How to add and implement a new interface to an Inproc COM server
I've implemented a windows deskband (using the windows SDK sample) and need a way to communicate (one call to start IPC with another application, IPC is already working) with it.
My COM experience is ...
1
vote
1answer
2k views
How to force GDI+ rendering of a ComboBox in C# on a DeskBand Taskbar Toolbar? (transparency issue)
I've implemented a DeskBand Taskbar Toolbar using the BandObjectLib (Extending Explorer with Band Objects using .NET and Windows Forms) from Codeproject, modified with support for the IDeskBand2 ...
0
votes
0answers
25 views
Can a deskband be hidden by Windows?
I have a deskband running on the taskbar. I received complaints about it disappearing from time to time without any valid explanation. Checking the toolbars available for the user, I can see it there ...
0
votes
0answers
27 views
Prevent DeskBand from being turned into an AppBar Windows XP
We've implemented a Deskband application and have a minor issue under Windowx XP. The user can, under the condition that the taskbar is not locked, pull out the deskband and "dock" it to an edge of ...
0
votes
1answer
141 views
deskband toolbar button is not showing when IE protected mode is enabled
I have developed an add-on button that sends a tcp message to another process with the URL of the current tab. That's all it does
Since my experience is limited to managed code, I have used this ...
0
votes
0answers
32 views
deskband can not be modified
I have created a deskband followed by the tutorial on codeproject (http://www.codeproject.com/KB/shell/dotnetbandobjects.aspx).
After I installed the deskband, I realized there is something need to ...
0
votes
1answer
368 views
Deskband in Windows 7 x64 C#?
I want to create a deskband app, like BatteryBar, in C#. I understand that the deskband might not work in future versions of windows, that you shouldn't code explorer extensions in managed code, and ...
0
votes
1answer
494 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
611 views
Deskband for Windows 7
I have created a deskband for Windows XP after following the tutorial in codeproject (http://www.codeproject.com/KB/shell/dotnetbandobjects.aspx?msg=3230393#xx3230393xx). It works perfect. However, ...
0
votes
2answers
753 views
Activate IE Add-Ons from an BHO
I've written two objects, a deskband toolbar and a bho for IE. The goal is that the bho shows up the toolbar after installation. Microsoft's approach is to use ...