Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Close sub-dialogs when main dialog is closed
#2
Main dialog:

ARRAY(int)- t_a
...
t_a[]=newDialogHandle
t_a[]=newDialogHandle
...
case WM_DESTROY
for(i 0 t_a.len) if(IsWindow(t_a[i])) clo t_a[i]


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)