I don't understand how (or If) checkboxes are saved upon exit.
Eventually how to retrieve them.
string key20303 = exec.Readkey("UserCheckboxes", "20303", "False");
if (key20303=="True")
{
.............
............
}
exec.Writekey("YourSection", "YourKey", AS3.Getcheckboxstate(10000).ToString());
AS3.Setcheckboxstate(Convert.ToBoolean(exec.Readkey("YourSection", "YourKey", "False")), 10000);
Return to General discussion about the UCCNC software
Users browsing this forum: No registered users and 19 guests