.NET Vs MFC controls

P

Pankaj

Hi all,
I am trying to find out if .NET classes for Graphic
Controls are better then MFC 7.0 Controls shipped with
VS.NET. (Example ListBoxes,ComboBoxes etc etc).

Is there any difference between the two in
Features/capabilities and Internationalization support.


thanks
Pankaj
..NET Vs MFC controls
 
F

Frank Eller [MVP]

Hi Pankaj,

I am trying to find out if .NET classes for Graphic
Controls are better then MFC 7.0 Controls shipped with
VS.NET. (Example ListBoxes,ComboBoxes etc etc).

Is there any difference between the two in
Features/capabilities and Internationalization support.

First of all there's one big difference: MFC is not managed Code, .NET is
managed - so these two are completely different things. To my opinion, the
..NET-Controls are way better, because first of all they are easier to use,
it's easier to create new ones or to add more functionality to the existing
ones. Localization in .NET is extremely easy as you will find out as soon as
you work with it ... however, you should consider using C# instead of C++.

Regards,
 

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