09-19-2008, 02:53 PM
1. Difficult.
2. Add SS_NOTIFY style. Then you can use the control like a button.
3.
Don't use mac. Call ShowDialog for the dialog2 from the dialog1. Then close dialog1 and run the function that shows it.
,if(!ShowDialog("dialog2" ...)) ret
,clo hDlg
,mac "dialog1"
It is probably the easiest of all possible ways.
2. Add SS_NOTIFY style. Then you can use the control like a button.
3.
Don't use mac. Call ShowDialog for the dialog2 from the dialog1. Then close dialog1 and run the function that shows it.
,if(!ShowDialog("dialog2" ...)) ret
,clo hDlg
,mac "dialog1"
It is probably the easiest of all possible ways.