If you have time, can you explain me how ?
I tried by modifying the CheckBoxOnClick procedure like this :
Code:
#ifdef Redist1
Redist1.Top: CheckBoxClick(Redist1);
Redist1.Top: CheckBoxDown(Redist2); //Added this line
It compile but it do not work of course.
My coding skills are VERY basic and limited (I'm simply not smart enough) so I don't think I will be able to do it alone.