|
-
Sep 5th, 2001, 12:42 AM
#1
Thread Starter
New Member
Help with module
Help getting rid of the module.
Can anyone offer some help? I'm a novice to VB and am trying to use a simplified code for minesweeper. I have got hold of a great code but it uses a Module and I would like to be able to put it all on to just the one form(there are reasons for this). I know nothing about "Types" I have tried to treat them as variables but
but that doesn't work. Any ideas ???
Module content
"Type square
mine As Boolean 'false = no mine, true = mine
stay As Double '0(not yet keyed), 1(keyed), 2(flagged)
near As Double 'mines near to squares
End Type"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|