how can i send file name to desktop application
-
hi every body i have desktop application which convert from mp3 to wav i want to make all mp3 files in my pc have new item in it context menu which can open my application and then i want the application receive the file name which open it to make convert how can i do this ??
-
hi every body i have desktop application which convert from mp3 to wav i want to make all mp3 files in my pc have new item in it context menu which can open my application and then i want the application receive the file name which open it to make convert how can i do this ??
and this is a c# question how?? You do this using windows explorer file association or reg edits.
-
and this is a c# question how?? You do this using windows explorer file association or reg edits.
thanks for reply but my question is how from my program recieve file name which open my program
-
thanks for reply but my question is how from my program recieve file name which open my program
sorry misunderstood you. You need to look into using the args that is passed to the main function.