Form show without focus

  • Thread starter Thread starter CLH
  • Start date Start date
C

CLH

I've written a project that uses a notify icon. The program
periodically checks my SQL server, and when certain criteria are met, it
pops up a reminder that a task needs to be completed.

So far, it works great. However, when the reminder pops up, it takes
focus from whatever 3rd party application the user is running.

Does anyone know how to show up a form without having it take focus?
 
I've written a project that uses a notify icon. The program
periodically checks my SQL server, and when certain criteria are met, it
pops up a reminder that a task needs to be completed.

So far, it works great. However, when the reminder pops up, it takes
focus from whatever 3rd party application the user is running.

Does anyone know how to show up a form without having it take focus?

Instead of showing a form, you might try a "Toaster Popup" which is what
MSN Messenger shows when a person logs on. It pops up briefly above the
tray area and then fades.

Here is a link:

http://www.codeproject.com/cs/miscctrl/taskbarnotifier.asp



--
Chris

dunawayc[AT]sbcglobal_lunchmeat_[DOT]net

To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.
 
That looks cool, but I want to be able to enter data on the form. This
doesn't appear to offer that feature.

Does anyone know of a way to do it with a windows form?
 

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

Similar Threads


Back
Top