(Untitled)

May 13, 2004 12:20

Private Sub Command1_Click()
Dim response As String
response = MsgBox("Go to form 2?", vbYesNoCancel, "Practice")
If response = vbYes Then
Form2.Show
ElseIf response = vbNo Then
Form3.Show
ElseIf response = vbCancel Then
End If

End Sub

Leave a comment

Comments 4

ninjadag May 13 2004, 04:28:43 UTC
Touché, my good man.

Today, I learnt the difference between form.hide and Unload Me. Ehe, 'unload me', i need to start using that in random conversations.

Reply


underthedark May 14 2004, 14:02:38 UTC
i thought that australian's spoke english but between you and steve i almost give up reading your journals anymore due to the fact that i can never understand what you kids say!

Reply

quot May 18 2004, 19:46:26 UTC
haha. we speak better english than you americans

Reply

underthedark May 18 2004, 21:25:30 UTC
we don't speak english love, we speak american. there is quite the difference BELIEVE ME

Reply


Leave a comment

Up