Posted: Wed Jun 22, 2005 10:38 am Post subject: Help With Minesweeper game
I need help to make a cool timer, like the one in the windows version.
Sponsor Sponsor
Cinjection
Posted: Wed Jun 22, 2005 5:40 pm Post subject: (No subject)
-Make a lbl.
-Change th BG to a cool looking color.
-Change the font color and type to something that resembles the timer you want.
-Make a real timer.
-call it tmrcool
-type
code:
Options Explict
Dim ntime as integer
Sub tmrcool_Timer()
ntime = ntime + 1
{lblname}.Caption = ntime
End Sub
Enjoy.
jedi-bob
Posted: Thu Jun 23, 2005 9:57 am Post subject: (No subject)
thanks for the help Cinjection.
How do i post the progam so people can have a look at it?
GlobeTrotter
Posted: Thu Jun 23, 2005 9:58 am Post subject: (No subject)
When you make a post, there is an "Add an Attachment" button. CLick it then attach the form and associated files.
jedi-bob
Posted: Thu Jun 23, 2005 10:13 am Post subject: (No subject)
I have attempted to add the exe of my minesweeper but the extension exe is not allowed, and I am on a shcool computer and cant anything else with it.
Cinjection
Posted: Thu Jun 23, 2005 10:24 am Post subject: (No subject)
jedi-bob wrote:
I have attempted to add the exe of my minesweeper but the extension exe is not allowed, and I am on a shcool computer and cant anything else with it.
Can you zip the file?
jedi-bob
Posted: Thu Jun 23, 2005 10:46 am Post subject: (No subject)
i can't do anything with it other than make it an exe
Cinjection
Posted: Thu Jun 23, 2005 11:32 am Post subject: (No subject)
jedi-bob wrote:
i can't do anything with it other than make it an exe
Then I suppose you'll have to wait untill you come home.