hi to all
how can i send selected file paths to my program with right click menu in explorer window ?
somthing like jetaudio menu (play with jetaudio)...specially when selected multiple files .
thanx to all
Printable View
hi to all
how can i send selected file paths to my program with right click menu in explorer window ?
somthing like jetaudio menu (play with jetaudio)...specially when selected multiple files .
thanx to all
in other words i want that my player do this :
in a folder (for example f:\mehdi\) select multiple mp3 files and then right click ,
then choose from context menu play with myplayer .
also i can play only one file with right click menu ,but how can i get all selected file or folder paths and send them to my program ?
look at using the GetSystemMenu, and ModifyMenu apis