Sep 10, 2003 #1 BundaZSZ Programmer Joined Sep 6, 2003 Messages 12 Location RO I'm using the viedoi player from VFP 7 based on winmm.dll Now my question! I don't know how execute some comand after the playing is over!!!??? After the avi is at the and i want: THISFORM.RELEASE DO FORM MAIN thanks advance
I'm using the viedoi player from VFP 7 based on winmm.dll Now my question! I don't know how execute some comand after the playing is over!!!??? After the avi is at the and i want: THISFORM.RELEASE DO FORM MAIN thanks advance
Sep 10, 2003 #2 DSummZZZ Programmer Joined Oct 24, 2000 Messages 4,250 Location US You need to use something like THISFORM.oleMyAVI.Close RELEASE oleMyAVI oleMyAVI = .NULL. in the Release event of the form. -Dave S.- Even more Fox stuff at: http://www.davesummers.net/foxprolinks.htm Upvote 0 Downvote
You need to use something like THISFORM.oleMyAVI.Close RELEASE oleMyAVI oleMyAVI = .NULL. in the Release event of the form. -Dave S.- Even more Fox stuff at: http://www.davesummers.net/foxprolinks.htm