ATL OR C# for windows shell/namespace extenssion?
- by _Avishay_
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!