How can I delete or hide the title of a font dialog created by DoModal() in CFontDialog class?

  • Thread starter Thread starter mtjj_19
  • Start date Start date
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...
 
Back
Top