Within there have to be a MP3.
Its working perfectly with the mciSendString but there is still one problem, with the Trackbar for change the time.
I need something about when a Gadget is hold down it wont go futhure in the code.
sorry bad explanation bad english here - my bad.
Something like this
Code: Select all
...
...
...
Repeat
Event = WindowEvent()
Select Event
case bla
...
case otherbla
....
Case #PB_Event_Gadget
Select EventGadget()
Case MyTrack
While Track_Is_Press
; Do nothing
Delay(20) ; For flickking
Wend
; Seek in the mp3 of the Track
endselect
EndSelect
Until Event = #PB_Event_CloseWindowSorry for bad english hope you understand.
Thanks a bunch already
Regards


