One Aging Geek

Wednesday, February 04, 2004

CDialogResize

CDialogResize:

Although there are a large number of MFC implementations of resizable dialogs, most of them do not provide a simple way to include them in your project. I was looking for a solution to add resizing to my dialogs which works someway similar to MFC's message maps and found one in the WTL classes from Microsoft: CDialogResize. Unfortunately you can not directly use this class in MFC, so I modified it a bit and decided to publish my modifications on this website.