Hi,

in a MFC (doc/view) project, what's the best (aka, least complicated(!)) way to get info entered into an EditBox to appear in the ListView?

the CChildView class is derived from CListView...

I've tried Get/SetWindowText(), Get/SetDlgText()...but the data just disappears when OK is clicked

I also tried the DoDataExchange override but that didn't work either...

any links, advice, info to clear up my confusion would be greatly appreciated!