Hello,
I want to do a small app that will run on the taskbar, just like Windows Media Player 9, or the address bar. It can be in C/C++ with Win32 or MFC, or in MC++/C#/VB.NET.
My app will consist of a simple text box which I use very often.
For now I'm using an overlay texture and low level keyboard reading; this is a very dirty method, and doesn't work very good.
I searched a lot but didn't found any answer, and there are some questions about this in this forum but they are never answered.
Can anyone help me please, or give me some advice
Thanks in advance,
Brunni

Create a taskbar applet like Media Player 9
dematt_787
olutayo79
http://msdn.microsoft.com/library/default.asp url=/library/en-us/shellcc/platform/Shell/programmersguide/shell_adv/bands.asp
You'll have to use p/invokes to accomplish this from C#/VB.NET. I'd search around for "desk bands C#" to find howtos on this subject.