Hi
Is there a way to iterate through objects in a Form like through controls collection?
dim ctrl as control
for each ctrl in controls
debug.writeline(ctrl.gettype.tostring)
next
Thanks
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: Object Collection?Threaded View
|
Click Here to Expand Forum to Full Width |