Click to See Complete Forum and Search --> : input box


July 15th, 1999, 03:34 PM
simple question here: i´ve got a dialog with some text input boxes and CString variables assigned to the them. however, if i alter the text in such a box, the according variable doesn´t change its contents. do i have to update this manually?

please help

chiuyan
July 15th, 1999, 03:40 PM
you need to call UpdateData. Search for it in the help file, but I think

UpdateData (TRUE) fills your CString vars with the editbox contents, and
UpdateData (FALSE) fills the editbox with you CStrings contents.

HTH
--michael