
How to make a Modeless CFontDialog?
Does anybody know how to make a CFontDialog derived class open up as a
Modeless Dialog. I derived my class from CFontDialog and I used Create
to create it and SetWindowPos to position and show the window. The
problem that I am having is that when the dialog appears, there is no
data in the list boxes and drop down.
Can this be done with MFC and the Windows Common Dialogs? If so, what do
I need to do to make this work?
Thanks for any suggestions.
-Anthony D.