Computer Science Canada

Help With Minesweeper game

Author:  jedi-bob [ 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.

Author:  Cinjection [ Wed Jun 22, 2005 5:40 pm ]
Post 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.

Author:  jedi-bob [ Thu Jun 23, 2005 9:57 am ]
Post subject: 

thanks for the help Cinjection.

How do i post the progam so people can have a look at it?

Author:  GlobeTrotter [ Thu Jun 23, 2005 9:58 am ]
Post subject: 

When you make a post, there is an "Add an Attachment" button. CLick it then attach the form and associated files.

Author:  jedi-bob [ Thu Jun 23, 2005 10:13 am ]
Post 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.

Author:  Cinjection [ Thu Jun 23, 2005 10:24 am ]
Post 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?

Author:  jedi-bob [ Thu Jun 23, 2005 10:46 am ]
Post subject: 

i can't do anything with it other than make it an exe

Author:  Cinjection [ Thu Jun 23, 2005 11:32 am ]
Post 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.


: