The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Windows Programming using C#
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

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.