The following child dialog is not visible. Why is that?
Regards
Peter
Regards
Peter
Code:
DIALOG NEW hDlg, "",425,5,141,14,%WS_CHILD OR %WS_VISIBLE OR %WS_CLIPSIBLINGS TO hChildDlg CONTROL ADD COMBOBOX, hChildDlg, %IDC_COMBO, sTitle(),0,0, 140, 300, %CBS_DROPDOWNLIST OR %CBS_SORT DIALOG SHOW MODELESS hChildDlg CALL DlgProc ' Message pump DO : DIALOG DOEVENTS : LOOP
Comment