11-18-2009, 12:55 PM
Maybe they send some messages to the active window. Test with this dialog.
Function Dialog85
Function Dialog85
\Dialog_Editor
function# hDlg message wParam lParam
if(hDlg) goto messages
out
if(!ShowDialog("Dialog85" &Dialog85)) ret
;BEGIN DIALOG
;0 "" 0x90C80AC8 0x0 0 0 223 135 "Dialog"
;END DIALOG
;DIALOG EDITOR: "" 0x2030109 "*" "" ""
ret
;messages
OutWinMsg message wParam lParam
sel message
,case WM_INITDIALOG
,case WM_DESTROY
,case WM_COMMAND goto messages2
ret
;messages2
sel wParam
,case IDOK
,case IDCANCEL
ret 1