Day: May 21, 2021

  • Create a C# control from MFC one.

    Making MFC controls available for WinForms through MFC subclassing When trying to figure out how to use some of my MFC controls in a WinForms application, I came across this article by Rama Krishna Vavilala. As his article was targetting the .NET 1.1 framework, I decided to rework it for .NET 2.0. The main difference is the switch…