ShellExecute and Terminate
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
Re: ShellExecute and Terminate
I want to add that I though using ShellExecuteEx, but it seems a very complicated solution. Does any1 has a better one?
thanks.
Re: ShellExecute and Terminate
You might want to take a look at this
'
MCI Sample by Matt Hart [email protected]
'
its download is called mcisamp.zip
John G
Re: ShellExecute and Terminate
where can I find the file
Re: ShellExecute and Terminate
go to Http://www.MattHart.com it looks like someones home picture file but on the left is a Sample VB code which will take you to Blackbelt.com. Search on MCI Sample and one of the hits will point to MCISample.zip
John G