-
Auto List Members
I am having a problem in VC++ where, when I type the name of a variable control followed by the period "." all the List Members don't show up. I can still type the member I want manually and the program will work.
I do have the Auto List option turned on and this only occurs on a demo projected that I downloaded. Other projects that I created from the Wizard work fine.
Any ideas?
-
If find this happens to me too. Not only in VC, but in VB as well.
-
In VB ..sometimes, it may be due to a private declaration.