Re: Displaying a message at specified time


[ DelphiLand FAQ ] [ Delphi Tutorials ]

Posted by Marconi on August 27, 2002 at 18:12:40:

In Reply to: Displaying a message at specified time posted by Met@ on August 27, 2002 at 17:23:31:

: Hey everybody!

: I've got a question :D I want my program to display a message at a specified time; e.g. every day at 12.00 pm, the program displays a message: "Time to go to bed!" Is this possible? If yes: how?

You can put a timer object in your application, that's check the time of your computer every minute, and send the message when you want. Is important to set the timer interval to 60000 miliseconds in this case. If these number is to low your aplication will be very slow.

Sorry my English. But I hope I helped you.



Related Articles and Replies:


[ DelphiLand FAQ ] [ Delphi Tutorials ]