Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MMC after playing
Message
From
19/06/2001 11:43:58
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
19/06/2001 11:38:09
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00521029
Message ID:
00521088
Views:
17
>>>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'
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