In My dialog box (Actually a Dialog application) I have a Browse for Directory Button, and a CEditBox Control.
The Browse for directory command works, and I can (via debug) check the contents of hte return parameter.
I have a Private CString, Mapped to the value of the EditBox, but when I change the Directory I am browsing, the value of the EditBox isn't changing.
Looking at the DDX, I can see that the CString has the Right Value, and the Right Control is passed as well. It's just that the data isn't being Mapped into the edit box
Any ideas ?
K
The Browse for directory command works, and I can (via debug) check the contents of hte return parameter.
I have a Private CString, Mapped to the value of the EditBox, but when I change the Directory I am browsing, the value of the EditBox isn't changing.
Looking at the DDX, I can see that the CString has the Right Value, and the Right Control is passed as well. It's just that the data isn't being Mapped into the edit box
Any ideas ?
K