0

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.

Dr. Rajesh Rolen
  • 14,029
  • 41
  • 106
  • 178
  • You question is a little hard to understand, could you explain it a little clearer? – Kane Dec 08 '09 at 06:17

1 Answers1

2

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

Registering File Types:

How to associate a file extension to the current executable in C#

Filetype association with application (C#)

Windows Shell Integration:

Windows Shell Integration using .NET

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

Community
  • 1
  • 1
Kyle Trauberman
  • 25,414
  • 13
  • 85
  • 121