I'm trying to write a simple dialog program. Only problem, is that I'm not sure how to make data update itself in the text fields on a single dialog box, w/o hitting the Okay button and returning the ID_OK message from a DoModal function.
Imagine trying to write a dialog based program, that simply accepts input from one text field, and copies the data into another text field through member variables.
Do I need ActiveX controls to do this? (BTW, I don't know too much about ActiveX anyway, so if I don't use the correct terminology, please let me know )

[This message has been edited by MistralBurn (edited 09-06-2001).]