Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialogue self-destroy
#6
Macro Macro2821
Code:
Copy      Help
,case WM_INITDIALOG
,SetTimer hDlg 1 100 0
,case WM_TIMER
,sel wParam
,,case 1
,,if condition
,,,KillTimer hDlg 1
,,,clo hDlg
,,,


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)