from system folder function TO_Enable
simple example when but 3 is clicked disable button 3 and enable controls 4-10
0= disable
1=enable
or can do like this
F1 TO_Enable for more info
simple example when but 3 is clicked disable button 3 and enable controls 4-10
0= disable
1=enable
or can do like this
,TO_Enable hDlg "3" 0 ;;disable control or controls
,TO_Enable hDlg "4 5 7 9 11 12 18 24 36" 1F1 TO_Enable for more info
