Sep 10, 2003 #1 BundaZSZ Programmer Sep 6, 2003 12 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 Oct 24, 2000 4,250 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