Hi feline,
I have VA Options -> Text Editor -> listboxes -> Get content from default Intellisense turned off.
Maybe you can reproduce it like this: first create a new dialog based project named ttt, then goto you tttDlg.cpp and add code like this:
void CTttDlg::testStringFunctions()
{
CString sName;
sName.
}
void testStringFunctions()
{
CString sName;
sName.
}
The first 'sName.' list box does not appear, and the second list box appear. I do not know why? The difference is the first is below to the class "CTttDlg".