I had two checkboxes in my dialog. I did use ClassWizard to attaching two functions for those checkboxes in my Dlg.cpp file. However, I don't know where I shall put the code (in.cpp or dlg.cpp)for controling those checkboxes when the user click on one of checkboxes? For example, one of my checkboxes was named "top". when the user click on the checkbox, the program will read through the file the user enter, and pick up data related with "top" checkbox. I really want to know where I can put those code to execute those works, after the user click on "top" button.
Anyone can help me out?
thank you.