Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to create Advanced reminder in vb6...?
Posted

Vishal I Sahuji wrote:
How to create Advanced reminder in vb6...?
By adding advanced features in reminder application ;)

OK, refer this Minutes Alarm Reminder[^]

For advanced features refer this Reminder Systems[^] & implement these things in your program.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 7-Nov-11 15:15pm    
Good links, get a 5.
--SA
It does not make a whole lot of sense, because a reminder mechanism already exists, called Microsoft Windows Task Scheduler, http://en.wikipedia.org/wiki/Task_Scheduler[^], http://msdn.microsoft.com/en-us/library/aa383614.aspx[^].

This Windows Service can be used via the utilities AT.EXE or SchTasks.EXE, see:
http://en.wikipedia.org/wiki/At_%28Windows%29[^],
http://en.wikipedia.org/wiki/Schtasks[^].

The role of you program can be reduced to an application showing the alarm or reminder or anything like that. You can simply load some Web browser and some predefined HTML file or WinWord.EXE loading some predefined document.

You can also solve many similar tasks or use Task Scheduler API via scripting or calling it from you program. See:
http://msdn.microsoft.com/en-us/library/aa384006%28v=VS.85%29.aspx[^],
http://msdn.microsoft.com/en-us/library/aa383608%28v=VS.85%29.aspx[^].

—SA
 
Share this answer
 
v2
Comments
thatraja 7-Nov-11 12:04pm    
Nice bunch, 5!
Sergey Alexandrovich Kryukov 7-Nov-11 15:14pm    
Thank you, Raja.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900