I am using WTL.But auto complete doesn't work in class function,and it works normally in global function.Before 1446,there is no such question! For example: I type CMainDlg::OnInitial() { CListBox clb; clb. } It doen't work,and if I type Initail() { CListBox clb; clb. } It works normally.
I am seeing the same effect here. Thank you for the clear description. For me pressing CTRL-SPACE in the class member function produces the completion listbox. Does this work for you?