I have a form with a bunch of rows and columns of checkboxes. I would like to name and position the checkboxes with a set of code rather than setting the properties of each checkbox using the form editor.
Can someone give me an example of how to properly open the form in design mode and execute a set of code that will step through the controls and rename them and reposition them (while the form is in design mode).
I have a routine which steps through the controls of the form and I can read each control name, left and top values. It won't let me modify any of those values however without the form being in "design mode" and I can't run the routine when I open it up in design mode. Hmmmm.
Can someone give me an example of how to properly open the form in design mode and execute a set of code that will step through the controls and rename them and reposition them (while the form is in design mode).
I have a routine which steps through the controls of the form and I can read each control name, left and top values. It won't let me modify any of those values however without the form being in "design mode" and I can't run the routine when I open it up in design mode. Hmmmm.