oh stop it. There's no line numbers anymore.
More like:
Public Sub Form1_Load()
lblQuestion.Caption = "Is your Animal Dead Yet?
End Sub
Public Sub cmdYes_Click()
msgbox("That'll be $85.00", vbOkOnly + vbInformation, "Sucker!")
End Sub
Public Sub cmdNo_Click()
Call KillAnimal()
msgbox("That'll be $85.00", vbOkOnly + vbInformation, "Sucker!")
End Sub
Sad thing is, I think that's actually valid VB6 code
