I'm hoping beyond hope that there's some way of applying changes to forms at runtime without having to tediously add each control to a custom collection.
What I want to do is disable all buttons with a tab index greater than a certain number. What I don't want to do is manually disable them. Neither do I want to add them to a collection in the form_load event-- after all, there's no reason that I should have to do such a tedious task if I don't have to (many, *many* buttons to add).
Well, hope somebody knows.
What I want to do is disable all buttons with a tab index greater than a certain number. What I don't want to do is manually disable them. Neither do I want to add them to a collection in the form_load event-- after all, there's no reason that I should have to do such a tedious task if I don't have to (many, *many* buttons to add).
Well, hope somebody knows.
Comment