.NET Context Menu Handler
By Eric
—
—
3 minute read
I've been working on a context menu handler shell extension in C#
lately. There are a few samples that people have produced on the web
(for example, The Code
Project,
pek.com,
and
TheServerSide.net).
I've found a better way of implementing IShellExtInit.Initialize
than
in the examples I've seen …