I'm using
oActiveX = TActiveX():New( oDlg, "WMPlayer.OCX" )
is it possible to define < autorewind > or a loop-value
oActiveX:Settings:Volume = 7 // works
oActiveX:AutoRewind = .T. //
regards
Uwe
Autorewind or defined loops using "WMPlayer.OCX" ?
Autorewind or defined loops using "WMPlayer.OCX" ?
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
Re: Autorewind or defined loops using "WMPlayer.OCX" ?
Hello,
looks like the correct way is:
look:
https://stackoverflow.com/questions/365 ... p-in-batch
https://docs.microsoft.com/en-us/window ... gs-setmode
but I don't try it.
looks like the correct way is:
Code: Select all
oActiveX : Settings:setMode("loop",.T.)
https://stackoverflow.com/questions/365 ... p-in-batch
https://docs.microsoft.com/en-us/window ... gs-setmode
but I don't try it.
Re: Autorewind or defined loops using "WMPlayer.OCX" ?
Antonino,
thank You that works
Uwe
thank You that works
regardsoActiveX:Settings:SetMode("loop",.T.)
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
Re: Autorewind or defined loops using "WMPlayer.OCX" ?
Dear Antonino,
oActiveX:Settigs:setMode('loop',.T.) is working.
I cannot find the property of nTop, nLeft, nHeight, nWidth. How can I setting the position.
Thanks in advance,
Dutch
oActiveX:Settigs:setMode('loop',.T.) is working.
I cannot find the property of nTop, nLeft, nHeight, nWidth. How can I setting the position.
Thanks in advance,
Dutch
AntoninoP wrote:Hello,
looks like the correct way is:
look:Code: Select all
oActiveX : Settings:setMode("loop",.T.)
https://stackoverflow.com/questions/365 ... p-in-batch
https://docs.microsoft.com/en-us/window ... gs-setmode
but I don't try it.
Regards,
Dutch
FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Dutch
FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Re: Autorewind or defined loops using "WMPlayer.OCX" ?
Dear All,
Please ignore my question, I got it now.
Please ignore my question, I got it now.
dutch wrote:Dear Antonino,
oActiveX:Settigs:setMode('loop',.T.) is working.
I cannot find the property of nTop, nLeft, nHeight, nWidth. How can I setting the position.
Thanks in advance,
DutchAntoninoP wrote:Hello,
looks like the correct way is:
look:Code: Select all
oActiveX : Settings:setMode("loop",.T.)
https://stackoverflow.com/questions/365 ... p-in-batch
https://docs.microsoft.com/en-us/window ... gs-setmode
but I don't try it.
Regards,
Dutch
FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Dutch
FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)