For a dialog created from resource, used as a main form and containing only buttons, which message (if any) signifies all buttons/controls have been created (drawn and ready)? Neither WM_INITDIALOG
, nor WM_ACTIVATE
do that.
For a dialog created from resource, used as a main form and containing only buttons, which message (if any) signifies all buttons/controls have been created (drawn and ready)? Neither WM_INITDIALOG
, nor WM_ACTIVATE
do that.