preferable language

G

Guest

Which language is the preferred one to write advanced windows applications(incl shell extensions)?
 
G

Gabriele G. Ponti

You can use C# or VB.NET, however the .NET Framework doesn't include easy to
use classes to write things such as shell extensions. You'll find yourself
doing a lot of PInvoke and dealing with memory pointers.

If you still want to use .NET, then I guess C# would be a better choice
because the similiarities with C/C++
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top