sorry but i’m having problems with visual basic:hangover:
when i press enter i would like to unload the actual form and go to the next, however this only happens if i really click on the button
the code im using is:
Private Sub but_Click()
but.Default = True
tmrSplash.Enabled = False
frmHMMain.Show
Unload Me
End Sub
Private Sub Form_Load()
ShockwaveFlash1.Movie = (App.Path & “\hangman.swf”)
End Sub