Is there any way to get a list of all user controls (these are not controls on a form) within a project so that they can be looped through for any purposes? VB Express 2005/WinXP
Is there any way to get a list of all user controls (these are not controls on a form) within a project so that they can be looped through for any purposes? VB Express 2005/WinXP
Thanks in advance.
Use reflection, iterate through each object, and see if the inheret from Controls
Comment