mfc >> Newbie : "Autocomplete" not working in one dialog- ? Visual C++6

by Jay » Sat, 29 Jan 2005 03:53:53 GMT

Hi All
I know the term "Autocomplete" is not the correct terminology but I think it
explains the problem.
I have a Dialog based project with multiple Dialogs.

When I am entering say "DateStruct.Day" , when I press the . (dot) the "Day"
field appears as it should after DateStruct.
If I hover the mouse over a class name the tool tip tells me it is a class
,over a variable it tells me it's data type etc...

In ONE Dialog in my application this is not the case even though it was
created the same way as the rest of
them .

It is causing problems & I dontknow how to fix it,
Any help would be appreciated,

James




mfc >> Newbie : "Autocomplete" not working in one dialog- ? Visual C++6

by Jay » Sat, 29 Jan 2005 07:07:37 GMT


Absolutely perfect ,

Thank you Ravi for the prompt reply

James










mfc >> Newbie : "Autocomplete" not working in one dialog- ? Visual C++6

by Ravi Ambros Wallau » Sat, 29 Jan 2005 07:12:16 GMT

Is using VC++ 6.0:
Close the project, and then delete all the files with these extensions, in
project folder:
aps, clw, ncb, opt, plg.
These files are created by Visual Studio while you're using your project.
The "clw" is ClassWizard database, you can rebuild it. The "plg" file is
build log. The "ncb" file is probally the source of your problem, it's
IntelliSense database. I don't know what are aps and opt files, but you can
safely delete them.

--
Ravi Ambros Wallau
r w a l l a u @ s p r i n g w i r e l e s s . n e t







Similar Threads

1. Newbie : "Autocomplete" not working in one dialog- ? Visual C++6

2. Calling the function in one cs from another cs file

Hi,
  I have to call a function from one cs file to another. Kindly
provide me the link where I can go and search for the material
regarding this.


Regards,
Yasodhai

3. visual Studio not opening multiple Cs files.... - CSharp/C#

4. visual c++ 6 / newbie: hide ODBC connect dialog

I'm doing something fundamentally wrong I think, please get me on the right
page PLEASE!!!

THE SITUATION
I have a Visual C++ 6 (exe) application i am running. It connects via an
ODBC connection that I set up manually on my computer. The app then queries
a remote MySQL server and bring back the results. Everything works fine ON
MY COMPUTER ONLY (my app returns records and displays them in my control
boxes).

THE QUESTION
But my question is first... how can i stop the odbc dialog box from coming
up everytime i start up my application? For instance, how do peer to peer
applications install and work without having to install/define an ODBC
connection? Obviously they are connecting to a remote database. I just want
to have clients install my application and the application should just
connect!! I am doing something fundamentally wrong and just need a starting
point.

Secondly... where do i start to begin creating an installer to give to my
clients so they may download?

PLEASE HELP!!!

  W.L. Gardner