A
AGP
VB.NET 2005
i was reading some of the documentation on saving settings and i think i
have a good grasp on things with the My.Settings classes. I understand how
to bind a control to a setting and also how to save settings manually. The
only thing I havent beeen able to find is how to do a massive amount of
controls in one swoop. Say on my app i have 45 checkboxes and i want to save
their settings (checked, enabled, etc) how would i do that without having to
go through and save each and every checkbox manually or bind it to a setting
in the IDE? I was thinking there may have been something like a group saving
function where everything in a group box could be saved.
AGP
i was reading some of the documentation on saving settings and i think i
have a good grasp on things with the My.Settings classes. I understand how
to bind a control to a setting and also how to save settings manually. The
only thing I havent beeen able to find is how to do a massive amount of
controls in one swoop. Say on my app i have 45 checkboxes and i want to save
their settings (checked, enabled, etc) how would i do that without having to
go through and save each and every checkbox manually or bind it to a setting
in the IDE? I was thinking there may have been something like a group saving
function where everything in a group box could be saved.
AGP