|
-
Apr 8th, 2002, 05:49 PM
#1
Thread Starter
New Member
avi's
tryin to make a program that has an .avi animation and responds to keyboard commands.
sourcecode is pretty straightforward:
Private Sub Form_Load()
Animation1.Open "c:\movies\movie.avi"
End Sub
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
MsgBox "key pressed"
End Sub
the problem is that it simply stops listening to keyboard commands after the .avi is loaded (no message box appears when a key is pressed). please help
Last edited by artrost; Apr 8th, 2002 at 05:59 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|