10-12-2005, 02:26 PM
EnableWindow(id(IDCANCEL hDlg) 0)
SetTimer ...
...
case WM_TIMER
EnableWindow(id(IDCANCEL hDlg) 1)
SetTimer ...
...
case WM_TIMER
EnableWindow(id(IDCANCEL hDlg) 1)
dialog cancel with timing code
|
« Next Oldest | Next Newest »
|
Messages In This Thread |