Hi Everyone,

I am loading a form in the webbrowser control for the user to check boxes base don their needs. Now I need to read them for values, etc. I was shown how to loop through all of the controls and then for each one do something with. That's not a problem. What I was wondering is if I already have the name of a checkbox control such as chkOne and chkTwo, with code how can I refer to these to get the properties such as checked, value, etc. from without having to loop through and find them?

Thanks!