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.
Eventually solved the problem by setting the Style property of the dialog template to Popup instead of Child.
