we do play a file with WMP like this:
WMP.FileName = "File Name"
my question is: how i can know if the file song is end?
for read the next file song
i hope that my question is clear (because i don't know the english langauge very much)
and thank you
Printable View
we do play a file with WMP like this:
WMP.FileName = "File Name"
my question is: how i can know if the file song is end?
for read the next file song
i hope that my question is clear (because i don't know the english langauge very much)
and thank you
use the EndOfStream event
Thank You "dRAMmer"
i just found that also and this "if WMP.PlayState = mpStopped then"
thank you again