roccorocks
Programmer
Need to get ALL the controls on a form. I know you are saying this is easy, well, when I say all, I really mean all (menu lists, nested trees, ect.). Currently I can grab all the top most using the Controls collection from the form. However, I need all the children as well (and childrens childrens, so on). Is there somewhere besides the control collection that I can grab "controls" list? Is there an assembly manifest with everything in it (kinda like in the form designer and the InitializeComponent())? Any help is appreciated.
Rocco
Rocco