using MFC and windows form together?

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

Hello!

We have at present time VS2003 .
We have an application which is written in VS6.0 and is badly written and
designed so we will rewrite most of this using VS 2003.

I just want to have my opinion confirmed from you.
As I mentioned we will rewrite most of the application using VS2003 but some
part will still be using MFC for example recordset.
As I have read and understand it's possible to keep that part with recordset
which is MVC together with windows forms.
Is this correct understood ?

//Tony
 
If you have to do a lot of interop between Windows Forms and MFC, you'd be
much better off with VC++ 2005 (which comes with some new MFC classes to
ease up Windows Forms interop).
 
Back
Top