Hello,

I need some advice here. I am trying to make a program that plays a mp3 file by request and stops playing it by request. Now I play it using the ShellExecute function and it works, but how do I stop it. I cannot know what is the default player and even if I do how do I stop playing.

FatMan