J
jamez
Guest
does any one here know C++ or visual basic or html coz i can do html and vb does any one want to join my programming team?
I know all threee but not thoroughly.jamez said:does any one here know C++ or visual basic or html coz i can do html and vb does any one want to join my programming team?
Well so far I'm still learning (Lots I to learn, I have, hm?) but I just make whatever the books tell me to.jamez said:What type programs do you make Latios and Giga Hertz??
Latios said:C isn't a graphical programming language like Visual Basic is. So there's no such thing as "click". And what you've described doesn't make sense.
And if you're asking about VB, sorry, I forgot most of how that worked.
OH I KNOW THAT ONE! I think. Give me about ten minutes.Latios said:No, I forgot how to code in Visual Basic. Unless you could tell me how to print out a statement in a text box.
Latios said:Jamez, you're still not making any sense. You want three numbers to change and six to stay the same?
And I have a grave feeling you're doing this so someone else can do your homework.
Private Sub Randomizer_Click()
Dim Number(3) As Integer
For Count = 1 To 3
Number(Count) = Rnd(9) * 10
Next Count
R1(Caption) = Number(1)
R2(Caption) = Number(2)
R3(Caption) = Number(3)
End Sub