plugging into the explorer shell

  • Thread starter Thread starter maersa
  • Start date Start date
M

maersa

hi all,

would appreciate if somebody can show me how to write a module in .NET (C#)
to plug into the file explorer shell.
how do i add a "node" similar to the "control panel" in the file explorer ?

thanks,
 
maersa said:
hi all,

would appreciate if somebody can show me how to write a module in .NET
(C#) to plug into the file explorer shell.
how do i add a "node" similar to the "control panel" in the file explorer
?

Google for:
"namespace extension" "C#"

There's quite a few articles and frameworks out there that should help.
 
Back
Top