DDX_Text with edit box
in a dialog based application ?
On my form I have several edit boxes, and I know how to call UpdateData to
get input from ALL edit boxes together. What I hoped to do was call DDX_Text
from my code to get the input from a specific edit box, but I found no way
to supply the CDataExchange pointer that it requires, and I resorted to an
ugly get around by inserting conditional code into DoDataExchange.
It worked, but I would like to know how to do it properly.
All help appreciated
Bill Zemek

