Where are you,"List Members"?

VC6

Recently, when i program,i find there is no "list Members" after i
write a "." following a class name.Even "this->" .

what is wrong with my VC6?
==============================================
Some one suggest me to use Visual Asist6.
I have downloaded and setupped,nothing happened.
I do not know how to use it.Please tell me!

thank you.
[392 byte] By [fffly] at [2007-11-18 19:22:31]
# 1 Re: Where are you,"List Members"?
does ur program compile? if there are syantax errors in your program, this list doesn't show up.
retry at 2007-11-11 1:17:32 >
# 2 Re: Where are you,"List Members"?
It is well known bug of VS :mad:
Close your workspace, delete files .ncb (necessary!) and .clw from your project folder, then reopen your workspace.
.ncb will recreate itself; .clw will be recreated after you try to call class wizard (if you answer "Yes" on the corresponding question in MessageBox)
VictorN at 2007-11-11 1:18:35 >
# 3 Re: Where are you,"List Members"?
Deleting .clw is not necessary.
JohnCz at 2007-11-11 1:19:28 >
# 4 Re: Where are you,"List Members"?
... or purchase a copy of Visual Assist, that usually solves the problem too ;)
Eli Gassert at 2007-11-11 1:20:33 >
# 5 Re: Where are you,"List Members"?
Right. I am using VA for years now and cannot complaint.
JohnCz at 2007-11-11 1:21:32 >
# 6 Re: Where are you,"List Members"?
To JohnCz :Deleting .clw is not necessaryYes, In this case...
However, I have written the word necessary only for .ncb ;)
VictorN at 2007-11-11 1:22:40 >