I analysis the dialog box to create dialog is created using domodal, actual call interface is CreateDialogIndirect, this function will WM_INITDIALOG message, showwindow subclasses onInitDialog () function I have commented, the next step in the single step debugging in CreateDialogIndirect display window, according to my understanding after creating the window need showwindow will only be displayed, there is no direct calls can be displayed, I'm a little don't understand, and seek god with it! Not assembly level debugging temporarily.
CodePudding user response:
CreateDialogIndirect internal calls createwindow and showwindow