Outlook like reminder window

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I would like a dialog of reminders to appear on top of all other apps. I
also do not want it to be modal in a way that it blocks the app until it is
closed. This is similar to outlook reminders windows behaviour. Anyway I can
achieve this with vb.net forms?

Thanks

Regards
 
John said:
I would like a dialog of reminders to appear on top of all other apps. I
also do not want it to be modal in a way that it blocks the app until it is
closed. This is similar to outlook reminders windows behaviour. Anyway I can
achieve this with vb.net forms?

You could use the NotificationWindow from the Visual Basic .NET Power Pack:

http://msdn.microsoft.com/library/en-us/dv_vstechart/html/vbpowerpack.asp

It's a bit more like Messenger's pop-up notifications (toast), but it should
do the job.

/Jens
 
Back
Top