ATL OR C# for windows shell/namespace extenssion?
Posted
by _Avishay_
on Stack Overflow
See other posts from Stack Overflow
or by _Avishay_
Published on 2010-03-22T20:19:34Z
Indexed on
2010/03/22
20:21 UTC
Read the original article
Hit count: 348
Hi, i have a question, after allot of hours in googling and reading articles, i understood that namespace extenssion in windows is quite tricky (In C++ at least), now i've also seen its possible to do so in C# , but microsft does'nt officaly confirms using .net for namespace extensions... though i have seen very nice commercial Namespace Extenssion framework , but none is free....
so to my question :) , i want to develop my own Namespace Extenssion ,i have C++/C# knwoledge and basic COM/ATL , but if it can be done i prefer c#, so does c# inteop can fully do the work without too many tricks ? or one shall go diving in the ATL to create the neccessary COM objects...
and another question , can i program to Windows O/S with C# anything that can be done in C++/ATL/MFC ?
thanks!
© Stack Overflow or respective owner