Hi,
I've inserted an avi in my program but instead of playing automatically it needs to be double clicked, any ideas??
Thx in advance!!!!!
Housey
Printable View
Hi,
I've inserted an avi in my program but instead of playing automatically it needs to be double clicked, any ideas??
Thx in advance!!!!!
Housey
Try inserting your exe.statement in the Form_Load event
No matter what control you used, it should have a function for that. Look at its documentation (select it and press F1 if you don't know where it is); if you can't play it automatically, try another control :)
What method are you using?