06-21-2013, 04:20 AM
1. You can see button id in dialog editor, also in dialog definition, also in QM status bar. In dialog function wParam is id.
2.
,case 5 ;;button 5 pressed
,str s.getwintext(id(3 hDlg))
,int checked=but(4 hDlg)
2.
,case 5 ;;button 5 pressed
,str s.getwintext(id(3 hDlg))
,int checked=but(4 hDlg)
