Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MMC after playing
Message
De
19/06/2001 11:46:01
 
 
À
19/06/2001 11:43:58
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00521029
Message ID:
00521091
Vues:
19
>>>>I'm working on a class for MMC. I have found that whenever the play is completed, I have to click on the previous button before clicking on the play to play it again. Is this how this is suppose to work? I would like to be able to click on play several times without having to click on previous whenever it completes.
>>>>
>>>>When I use the Creative Lab Recorder control, I don't have to do that. What can I do after a completion of a play to reset it automatically?
>>>
>>>
*Done event
>>>*** OLE Control Event ***
>>>LPARAMETERS notifycode
>>>IF notifycode = 1 && Done playing, rewind and restart
>>> This.Object.From = 0
>>> This.Object.Command = "SEEK"
>>> This.Object.Command = "PLAY"
>>>ENDIF
Cetin
>>
>>Thanks, that works.
>>
>>I have removed the last line as all I want is the enabling of the button to readjust.
>>
>>BTW, where did you find the info on the Command? I don't have that listed in my list of properties?
>
>In MSDN online index enter 'Multimedia control'

Thanks, I'll check for that.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform