Home > Archive > Programming with dBASE > October 2005 > Continuous music









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Continuous music
evilaro

2005-10-11, 7:27 am

To all:

I use a post by Jean-Pierre Martel to play music...

if type('ShellExecuteA'
) # 'FP'
extern chandle ShellExecuteA(chandl
e, cstring,
cstring,cstring, cstring, cint) shell32
endif
if file(msonido)
ShellExecuteA( 0, 'open', msonido, '', '', 0 )
endif

It works fine...

But... alas

If I selec a music, when I selec another it cancels the first and starts the
second..
which is good but
I would like to make a list, and when one finishes the next should start...

I do not know how to find that the sound has finished

Can anybody help.

I am sure that all that place for parameters is the key... but I do not know
how to get
a list of this options.

Thanks

Emilio


Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com