M
mtjj_19
Guest
In my project, I use the CFontDialog class and the method DoModal() to generate a font dialog, and I want to hide the title of the dialog. I tried to achieve with using ModifyStyle(WS_CAPTION, 0, SWP_FRAMECHANGED) either before DoModal() or after, but both didn't work. So, is there anyone know how to delete or hide the title? It will be greatly appreciated if anyone helps.
Continue reading...
Continue reading...