| T O P I C    R E V I E W | 
              
              
                | hewok | 
                Posted - Nov 27 2006 : 06:41:03 AM  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. | 
              
              
                | 3   L A T E S T    R E P L I E S    (Newest First) | 
              
              
                | feline | 
                Posted - Nov 28 2006 : 3:11:07 PM  I am seeing the same problem with VC6 here.
  In VS2005 the lists look different, but they seem to contain the same items.  The difference is due to:
  VA Options -> Text Editor -> listboxes -> bold non-inherited members VA Options -> Text Editor -> listboxes -> list non-inherited entries first
  | 
              
              
                | hewok | 
                Posted - Nov 27 2006 : 8:27:53 PM  It doesn't work in VC6.0.In VC2005 it works,but the auto complete text is not seem as in global function! Before 10.2.1446(include 1446),it was well! | 
              
              
                | feline | 
                Posted - Nov 27 2006 : 12:05:24 PM  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?
  case=3801 |