Well, finally I found exactly what I needed... I had look for every
word except for "AppBar". Thanks for putting me on the track.
In case someone needs to do something similar, this URL has the code
for doing this in C# using some DLLs:
http://www.codeproject.com/KB/dotnet/AppBar.aspx
On 16 dic, 08:37, Jordi Rico <jordir...@gmail.com> wrote:
> On 15 dic, 16:56, "Jeff Johnson" <i....@enough.spam> wrote:
>
> > "Jordi Rico" <jordir...@gmail.com> wrote in message
>
> >news:c4ee1ae9-2894-49fd-a118-(E-Mail Removed)...
>
> > > I'm building an application which will consist of a single form. This
> > > single form must be always visible (TopMost = true), and placed just
> > > above the Task Bar (all the PCs where our application will be
> > > installed will be running XP), with a height of about 2 or 3 "Task
> > > Bars".
>
> > Do a Google search for the term "AppBar".
>
> Thanks, I'll give a look when I arrive to the office.