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
oActiveX : Settings:setMode("loop",.T.)
oActiveX:Settings:SetMode("loop",.T.)
AntoninoP wrote:Hello,
looks like the correct way is:
- Code: Select all Expand view
oActiveX : Settings:setMode("loop",.T.)
look:
https://stackoverflow.com/questions/36524002/how-do-i-play-music-on-loop-in-batch
https://docs.microsoft.com/en-us/windows/win32/wmp/settings-setmode
but I don't try it.
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:
- Code: Select all Expand view
oActiveX : Settings:setMode("loop",.T.)
look:
https://stackoverflow.com/questions/36524002/how-do-i-play-music-on-loop-in-batch
https://docs.microsoft.com/en-us/windows/win32/wmp/settings-setmode
but I don't try it.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 42 guests