How can I create and show a popup window at a specific time in WPF? What I mean how to display the window on the side of system tray.
|
|
|||||||
|
|
|
You could use a timer if you're trying to make the thing popup in a certain number of hours/seconds/minutes (or work out how many hours/seconds/minutes are left until your specific time comes around).
Ok, so you also want to know how to do a notifier popup type thing, which maybe this article in CodeProject might help. |
|||
|
|
|
|
You might want to check out DispatcherTimer. HTH, Kent |
||
|
|
|
|
Check out this question for firing an event at a set time. |
||
|
|
