Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where did my lil box go

Status
Not open for further replies.

Zyrenthian

Programmer
Mar 30, 2001
1,440
US
This is weird. I dont know if anyone here has run into this problem and how they solved it.

Normally when I make a CString (or anything for that matter)

CString my_str;

when I type my_str.
I see my_str.[list of methods]

Well, I am working on a different computer but I cant for the life of me find out how to turn that list of methods back on. I have a lot of classes and looking in the .h files will become a tedious task. Is there somewhere I can reset this?

I have already tried deleteing the .opt and .ncb files as well as a rebuild all. I have had no luck so I assume this is some sort of setting. If anyone could help please post what I need to do.

Matt
 
maybe is other version of VisualC++? John Fill
1c.bmp


ivfmd@mail.md
 
This was really weird... after posting this it came back. I am using vc++ ver 6. I have no clue why this happened.

Thanx for your input.

Matt
 
When there is a flagrant mistake before where you are typing (e.g. unmatching (),[],{}, maybe an undeclared variable, etc.) the "little box" will not appear. When I see that, I usually compile to find my mistake right away ;-)

Vincent
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top