|
-
Jun 23rd, 2001, 07:33 PM
#1
Thread Starter
Lively Member
Enumeration through controls on form....Easy one!?
I want to enumerate through all of the controls on any given form and list their names in a listbox.
for example(obviously this doesn't work!)
For z = 0 to me.controls.count - 1
list1.additem me.controls(z).name
Next z
I am NOT talking about Control Arrays.
Thanks in advance.
C
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|