Link to home
Start Free TrialLog in
Avatar of nafa2221
nafa2221

asked on

Windows

I am writeing a program for AOL and there is two icons called _AOL_ICON and how do I loop trhough all the incons in a form??? so say the form name is chatroom% how would I looop through all Icons?? Thanks
ASKER CERTIFIED SOLUTION
Avatar of Gotcha007
Gotcha007

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
you could always go into into the form object at run time, go into the controls collection, then loop through the items collection searching by the name property and check to find the icons on the form. They will be listed in this collection.