Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MMC after playing
Message
De
19/06/2001 11:32:34
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
19/06/2001 10:43:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00521029
Message ID:
00521080
Vues:
30
This message has been marked as the solution to the initial question of the thread.
>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
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform