MFC and .NET Explorations

03 October 2004

MFC: modeless dialogs

Had issue with modeless dialogs that did not draw properly. Only the non client part was drawn and the rest was transparent and messy...
Eventually solved the problem by setting the Style property of the dialog template to Popup instead of Child.