how to get all controls of all the forms in my application

sivasubbu

New member
Joined
Jan 18, 2005
Messages
2
Programming Experience
Beginner
Hi,

I am in a situation that i need to know all the class and their controls if it is a form object . how can i do that. i got all form objects using reflection. but i need controls also
 
Back
Top