Re: Displaying a message at specified time


[ Related Articles and Replies ] [ DelphiLand FAQ ] [ Delphi Tutorials ]

Posted by Met@ on August 28, 2002 at 20:07:57:

In Reply to: Re: Displaying a message at specified time posted by Marconi on August 28, 2002 at 19:14:48:

: Perhaps the time mask of your computer is different of mine. So put the follow code ..

: ShowMessage(TimeToStr(time));

: to see the apropriate mask to use in the "IF"

: Maybe '23.10' instead of '23:10'. Or another, who knows ?

: Good Luck

: Marconi

Tnx for your reply again! LOL Erm....when I use this code:

ShowMessage(TimeToStr(time));

Nothing happens! Maybe it's because we've got other versions or something...I'm using Delphi 6.0

Met@


Related Articles and Replies:


[ DelphiLand FAQ ] [ Delphi Tutorials ]