
-----------------------------------
jedi-bob
Wed Jun 22, 2005 10:38 am

Help With Minesweeper game
-----------------------------------
I need help to make a cool timer, like the one in the windows version.

-----------------------------------
Cinjection
Wed Jun 22, 2005 5:40 pm


-----------------------------------
-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


Options Explict
Dim ntime as integer 

Sub tmrcool_Timer()
ntime = ntime + 1
{lblname}.Caption = ntime
End Sub

Enjoy.

-----------------------------------
jedi-bob
Thu Jun 23, 2005 9:57 am


-----------------------------------
thanks for the help Cinjection.

How do i post the progam so people can have a look at it?

-----------------------------------
GlobeTrotter
Thu Jun 23, 2005 9:58 am


-----------------------------------
When you make a post, there is an "Add an Attachment" button.  CLick it then attach the form and associated files.

-----------------------------------
jedi-bob
Thu Jun 23, 2005 10:13 am


-----------------------------------
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
Thu Jun 23, 2005 10:24 am


-----------------------------------
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
Thu Jun 23, 2005 10:46 am


-----------------------------------
i can't do anything with it other than make it an exe

-----------------------------------
Cinjection
Thu Jun 23, 2005 11:32 am


-----------------------------------
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.
