Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialogs that disable the dialog it was called from
#9
In dialog2 insert OutWinMsg to see what messages it receives when minimizing. Possibly it is WM_SYSCOMMAND with certain code. Read about it in MSDN. When the message is received, minimize owner: min GetWindow(hDlg GW_OWNER).


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)