I have created a small c# windows application in which it converts the txt, jpg,doc,, ppt and excel files to pdf files. I have created a setup file for this application and while installing the setup file desktop shortcut icon will get created.
Now let me explain my requirement.
Drag a set of files on the application icon and it should launch the application with list of files dragged on the desktop icon.
Is there some properties or code which i need to add.
you just need to use the args from main, which will be the files:
Drag and Drop onto Desktop Icon
seen here.