Also one more question, wonder if this is possible.
Basically i have one variable in my code that i want it assigned to whatever the user selected value is.
byte ProfileControl //My Local variable.
Lets say in my App Settings i have a field called: Voltage_Control = byte 0x20;
When user selects Voltage Control from the CHeckedListbox or RadioButtons, to automatically set the value of my variable.
Like ProfileControl = Voltage.Control
SO basically is there a way to bind each item of a the checkedlistbox to a value.?
Hope im clear. Thanks for the help btw.
