Hi all, I'm new on this forum, and I need your help ;-)
In an app I'm developping, I need to open many files at once, just like Explorer does when you select n files of the same type (fi : mp3 files) and right-click "open" (==> they're all played in winamp)
Using ShellExecute works quite well, but with only one file at once :-( : If I run ShellExecute for each mp3 file, as a result only the last one is played in winamp (just like if you right click open on each mp3 file in Explorer).
==> I need a "ShellExecute" equivalent method but which would take many files at once.
Thanks for your help
In an app I'm developping, I need to open many files at once, just like Explorer does when you select n files of the same type (fi : mp3 files) and right-click "open" (==> they're all played in winamp)
Using ShellExecute works quite well, but with only one file at once :-( : If I run ShellExecute for each mp3 file, as a result only the last one is played in winamp (just like if you right click open on each mp3 file in Explorer).
==> I need a "ShellExecute" equivalent method but which would take many files at once.
Thanks for your help