Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MMC after playing
Message
From
19/06/2001 11:32:34
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
19/06/2001 10:43:39
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00521029
Message ID:
00521080
Views:
29
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform