Hi
Can anyone tell me how to change properties of ALL OBJECTS in a form during run-time in VB6?
ObjectName.
I just forgot how to do this. I just remember declaring a variable as OBJECT and using a LOOP.
for e.g. can you tell me how to change the VISIBLE property of all objects during runtime.
I know how to change it usign the object name like bellow so I'm not asking about that.
ObjectName.Visible = True
Looking forward to hear.
Thanks
