Fawzma
Games and ThingsLooping Through Controls In C++ .NET
Posted on October 03, 2008I ran into a situation where I needed to loop through all TextBox controls in a c++ .net application. I was able to figure out a cheesy way to do it, but it would only get me the controls at the top level. I needed something better, something that would go into all the tab controls, and group boxes and get all those TextBoxes I needed.