1

I want to use C# code to add templates to the explorer's "new" panel.

What I mean is: Explorer.exe "new" panel

Is there any way to do that? Thanks in advance.

FightRay
  • 144
  • 14
  • ´Is there any way to do that?´ > Yes, most probably. What have you tried ? – Laurent S. Jul 08 '13 at 15:12
  • Well, I figured it's most likely to be in the registry. I was learning about registry locations a bit recently.. And how to edit the registry with C# code. However, I have no idea how to start off with this. There's no information about the New panel out there. – FightRay Jul 08 '13 at 17:22
  • May be helpful: http://stackoverflow.com/questions/7701306/c-sharp-and-windows-explorer-context-menu – oakio Jul 08 '13 at 19:02
  • No, It doesn't have anything to do with what I want. – FightRay Jul 08 '13 at 20:59

1 Answers1

0

You can do it manually so doing it in C# is just a matter of automation. See also http://msdn.microsoft.com/en-us/library/cc144101(VS.85).aspx#new

Community
  • 1
  • 1
MSalters
  • 173,980
  • 10
  • 155
  • 350