User Profile

Collapse

Profile Sidebar

Collapse
JMy
JMy
Last Activity: May 29 '06, 10:51 PM
Joined: May 21 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • JMy
    replied to vb5 game help
    thanks, i forgot to mention the moduel (can't spell) that had thenumb. thanks again!

    i ran it, and it works, but now the second form doesn't...

    Private Sub Command1_Click( )
    pguess = Text1.Text
    If pguess = thenumb Then
    Form2.Visible = False
    Form3.Visible = True
    End If
    If pguess < thenumb Then
    Label1.Caption = "too small"
    pscore = pscore - 1
    End...
    See more | Go to post
    Last edited by JMy; May 22 '06, 12:25 AM.

    Leave a comment:


  • JMy
    started a topic vb5 game help

    vb5 game help

    i have a vb5 game in the works and i need help with it. it needs a random number genorator because the player must later guess the number. there is a problom i can't solve. the number is never actually returned. please help. this is the code i have for this function:


    Private Sub Command1_Click( )
    If Option1.Value = True Then
    Randomize
    thenumb = Int((15 * Rnd) + 1)
    End If
    If Option2.Value...
    See more | Go to post
No activity results to display
Show More
Working...