Hey all,
I have an interesting problem that I can't seem to find information on.
I have the need to create a Sub (or function or class) that will, given the form.object, return all of the objects (or controls) on that page.
The reason for this is that one of my fellow programmers has a need to make the controls on a form that have a solid border, have a transparent border, and then switch them back again. If there was a way for me to get the names of all the available objects on a form, I could do it.
Any thoughts?
-Jeff
I have an interesting problem that I can't seem to find information on.
I have the need to create a Sub (or function or class) that will, given the form.object, return all of the objects (or controls) on that page.
The reason for this is that one of my fellow programmers has a need to make the controls on a form that have a solid border, have a transparent border, and then switch them back again. If there was a way for me to get the names of all the available objects on a form, I could do it.
Any thoughts?
-Jeff