CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2008
    Posts
    18

    Smile Loss of Control by Moving from MFC to .Net

    Hell all
    My question is
    what is the loss in terms of control over the window objects by moving from win32 or MFC to .Net
    what one can except from .net
    what are the things i need to sacrifice...

    Any answers will highly appreciated..
    Thanks in advance..

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Loss of Control by Moving from MFC to .Net

    IMO, there isn't any loss of control moving from MFC to .Net. I will say in earlier versions of .Net (like 1.0 and 1.1) is was a bit confusing as to what Win32 functionality was implemented in .Net and what wasn't. However, .Net has matured quite a bit since then. If you are just starting with .Net, I would suggest learning WPF w/C# right off the bat and skip learning WinForms.

    I'm not going to kid you - transitioning from MFC to WPF or WinForms is going to be a bit of a learning curve, but no more than learning MFC to begin with (and probably quite a bit less).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured