Application to run in small window above task bar

B

Ben

Hi

We have an application that is to run whenever a user is logged in, it
checks a View on a database and when there are records returned by the view
it alerts the user.

We want an application that we have written to sit on top of all windows
just above the clock on the taskbar at all times. We do not want it to
steal focus from any applications when it checks the database.

How can we achieve this.

Any help would be much appreciated.

Regards
B
 
B

Bob Powell [MVP]

I would suggest that the correct model would be to have the app sitting in
the system tray and then notify the user with some sort of a popup
notification window such as that used by Yahoo messenger, Norton Antivirus,
ZoneAlarm et-al.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top