views:

55

answers:

1

I have created a File/folder copy utility in C#.net. its working fine. problem is that when i right click on folder than my program's name appear their and its also working fine. but when i right click on any file or group of files and folder. so tell me which and where i need to create a registry key through my program so i can do that.

+1  A: 

Not sure I understand the question, but here are some links that might help:

Registering File Types:

http://stackoverflow.com/questions/69761/how-to-associate-a-file-extension-to-the-current-executable-in-c

http://stackoverflow.com/questions/222561/filetype-association-with-application-c

Windows Shell Integration:

http://stackoverflow.com/questions/437972/windows-shell-integration-using-net

http://www.codeproject.com/KB/cs/dateparser.aspx

Kyle Trauberman
thanks lot. i was looking for exactly this only.
Rajesh Rolen- DotNet Developer