|
-
Jun 4th, 2010, 02:01 AM
#11
Thread Starter
Lively Member
Re: How to save setting for radio buttons & Checkboxes control in groupboxes ?!
 Originally Posted by jmcilhinney
First up, why are your Settings declared as type Boolean? They need to be your enumeration type.
As for that error, you've done something wrong. You were NOT supposed to copy and paste my code. This is exactly why I avoid posting code on many occasions. My code was supposed to be an example only. You were supposed to write your own code. You were supposed to create CheckedChanged event handlers for your own RadioButtons and refer to your own RadioButtons in the Load event handler. If you have a lot of RadioButtons then you will have a lot of code. That's life.
Thanks jmcilhinney for your support…
For the setting declaration , I couldn’t see enumeration type in the list so I’m assuming it will be either string or system….,string collection and the values will be enum list ; is it?!
I’ve fixed my errors related with CheckedChanged event handlers; anyway using your codes example gives me better understanding of the work process for my project…
Best Regards…
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|