Hi, i have a modeless dialog in my application. I declared its variables private and i want to access them through Get & Set methods. When i press a button on the dialog i want to get the changed variables ( they hold values of textboxes ). So i use UpdateData(TRUE) in OnButton. But all i get are the initial values of the variables. It used to work fine when the dialog was modal. So do you have any idea about what i'm doing wrong?
thanks in advance.
thanks in advance.