can you please help me how to make a reminder? i mean poping up a message on a specific date and time. regards.
Printable View
can you please help me how to make a reminder? i mean poping up a message on a specific date and time. regards.
What you would need is a timer which checks, say every one minute, to see if it's time to popup a message.
You'd also need some kind of database or textfile where you store the times you want a message to appear.
Hope that helps...
//Anders
i need a sample
I think it's usually better to use GetTickCount() than a timer.
since i don't know how to use this command i selected it press F1 for help, but msdn says that it isn't a VB command. thanks anyway.