Sample for Tic Tac Toe game.
Source inculded as always.
Related Information - HOW TO LET MY APP 'IDLE' (2001-02-20 04:28:17)instead of sleep() u can use the following
var
tic,tic1 : variant;
begin
tic := formatdatetime('s',time);
tic1 := tic;
while (tic1-tic) <...
- SORRY..SPLASHSCREEN HELP PLZ. (2002-03-07 03:08:31)Thank you To Teddo and Andy....8D
It works great.
I didn't know I had it so mixed up, I've learned from this too...
Now I don't know who to...
- CONVERT OR CAST PBYTEARRAY TO ARRAY OF CHAR (2002-06-26 01:08:56)Hmmm, I should have tried it in Delphi quickly - the ^ is not needed, then it compiles and works.
Bye,
Andy
If it helped please click...
- OT : SOME JOKES ;-) (2002-08-22 03:04:25)Here are two examples back from my times when I was in my education and I had to act as system admin of a 200 Mac network... These are actual...
- .NET &.LCK FILE IN PARADOXE DB (2009-09-24 17:17:30)Here is the code we use, placed in the first form opened:
procedure TMenuForm.FormCreate(Sender: TObject);
var
Dir: string;
begin
Dir :=...
|
Categories
Latest Forum Entries
|