MFC to C#

  • Thread starter Thread starter Chester Ragel
  • Start date Start date
C

Chester Ragel

Hi,

Do any of you have any guide or something to migrate VC++ 6.0 MFC code to
C#? I want a guide which has a collection of C# equivalent to MFC code.

For exmaple,
CRect = System.Drawing.Rectangle..

Thank you,
Chester.
 
you could try to simply continue using C++, turn on clr for your app and
slowly start to use it.
hey, easy migration path!
 
Back
Top