|
lele1946 (August 29, 2008 at 6:52 pm)
THE COUDE?PLEASE
Blueman57 (August 29, 2008 at 5:09 pm)
people without code on description are noobs
joel0062 (August 26, 2008 at 10:12 am)
dude u gotta explain much more cuz this would be aimed at new users and it wasnt working for me....... just a tip..... up untill the codeing and speak louder
kapoiosmemialo (August 26, 2008 at 7:50 am)
can somebody tell me how to save my projject as .exe?:(
26593RS (August 20, 2008 at 7:57 pm)
vbCrLf is the same as vbNewLine
26593RS (August 20, 2008 at 7:57 pm)
try changing lost.Caption = Val(lost.Caption) + Val(1) it might work
TrueH4X0R (August 12, 2008 at 4:32 am)
This is actually really easy.. (for those who are saying they dont understand)
donkey137 (August 10, 2008 at 2:28 am)
Help, @ 3:15, it shows you showing us the Form_QueryUnload stuff... But what I do not get is after; sFile = "C:\Score.txt", the Score = vbCrLf; thingy... is it a 6 or what?
comphulk (August 6, 2008 at 11:23 pm)
for your information, vb is one of the easiest programs to learn. it's just that you're stupid enough to not be able to learn how.
vergoteto (August 5, 2008 at 11:54 pm)
HELP i named my labels won and lost and with a want to play it pops up an error "13" Private Sub Command1_Click()Label1.Caption = Int(Rnd * 10)Label2.Caption = Int(Rnd * 10)Label3.Caption = Int(Rnd * 10)If (Label1.Caption = 7) Or (Label2.Caption = 7) Or (Label3.Caption = 7) Then won.Caption = won.Caption + 1-->(its says this is the error) MsgBox "win!", vbInformation, "Win"Else Beep lost.Caption = lost.Caption + 1-->(its says this is the error) |