Hi, Need help on vb.net app that simulates the reminder facility provided in Ms Outlook 2000. Interface accepts input similar to a todo task description along with date & time. User can Dismiss/Snooze with specific interval when the reminder window pops up. # Will a windows service solve this problem Or stick to an app with separate thread to process various timer events? # Reminders shld popup when app starts - again similar to MSOutlook. Suggestions will be much appreciated.