How to implement visual componenets relations
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I want to know how Visual C++ experts implement these complicated logical relations between visual components of a form. For example when user switch between different radio buttons and you need to en/disable other components or some other tasks. Actually I need some APIs (like EnumChildWindows) or some approaches(which I don't know any!) to make it more covnvenient to do such boring tasks!