VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Memory Game -- This is a test of your memory power.

Sourabh Wathodkar  (3 Submissions)   Games   VB 6.0   Unknown Difficulty   Sat 5th May 2001   Mon 8th February 2021

Memory Game -- This is a test of your memory power.

API Declarations


'First put an array of Label1(36) Remember your index should start 'from 1 i.e. 1 to 36 set the default caption to "X" of all the 36 controls
'mail me if u have any problem
'Then put 4 more labels change its name Poperty to 'P1,P2,lblScore1,lblScore2
'Put 2 Shape Controls Shape1,Shape2
Dim Cap1(18) As String 'For Storing The Caption Values Of Labels
Dim Cap2(18) As String 'For Storing The Caption Values Of Labels
Dim CapVal, CapName As String
Dim PS As Boolean
Dim SA, UR, ABH, P, N, M As Integer
Dim Cnt, IndVal1, IndVal2, Score1, Score2 As Integer
Dim Player1, Player2 As String


Rate Memory Game -- This is a test of your memory power. (1(1 Vote))
Memory Game -- This is a test of your memory power..bas

Memory Game -- This is a test of your memory power. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters