Can't make a .exe file with VB.
i can't make a .exe file with vb when I click on make project1.exe i get an error with:
compile error:
sub or function not defind.
this is my code:
Code:
Private Sub Command1_Click()
Timer1.Interval = 1
End Sub
Private Sub Command2_Click()
Timer1.Interval = 0
End Sub
Private Sub Timer1_Timer()
Call WriteALong("WarRock", &H7DB120, 1120403456)
End Sub
and with the red part i get a error!
what does the module say that you add in the end
end function or
end function (>>>>>>>>>>>>>>>>>>>>>>>>>>)
when is says end function (>>>>>>>>>>>>>>>>>>)
you should remove the (>>>>>>>>>>>>>>>>)