The text of this article is not in this database — only its details are. Read it on the old site: Windows Programming using C#
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Windows Programming using C#
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Sam HobbsPosted Nov 23, 2014, 12:06 AM
Note that for C++ MFC does have the CFormView class. I assume (I do not know) that the CFormView class contributed to the design of Windows Forms. In MFC it was easy to derive a control from a MFC control. It is difficult to do the equivalent in Windows Forms, not with the flexibility that MFC does.