An MFC Calculator Custom Control with No Resource File Dependencies

Introduction Here is a simple calculator custom control which you can easily re-use in your application. Simple to re-use, not necessarily to write! There are no resource file dependencies, you can size the calculator freely in Visual Studio’s resource editor, and you can change the fonts and results window text and background colors.

https://www.codeproject.com/articles/An-MFC-Calculator-Custom-Control-with-No-Resource-