Click here to Skip to main content
16,005,389 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How modifie string table in Run tIme. Pin
toxcct1-Aug-07 3:20
toxcct1-Aug-07 3:20 
GeneralRe: How modifie string table in Run tIme. Pin
James R. Twine1-Aug-07 3:19
James R. Twine1-Aug-07 3:19 
GeneralRe: How modifie string table in Run tIme. Pin
birajendu1-Aug-07 3:40
birajendu1-Aug-07 3:40 
GeneralRe: How modifie string table in Run tIme. Pin
James R. Twine1-Aug-07 4:04
James R. Twine1-Aug-07 4:04 
QuestionAppearance of available methods Pin
WolveFred1-Aug-07 2:30
WolveFred1-Aug-07 2:30 
AnswerRe: Appearance of available methods Pin
toxcct1-Aug-07 2:54
toxcct1-Aug-07 2:54 
AnswerRe: Appearance of available methods Pin
David Crow1-Aug-07 2:54
David Crow1-Aug-07 2:54 
AnswerRe: Appearance of available methods Pin
Mike Dimmick1-Aug-07 2:54
Mike Dimmick1-Aug-07 2:54 
Visual C++ 6.0 only processes files that are actually part of the project. The resulting IntelliSense information is placed in an .ncb file to save startup costs. In addition, VC uses a few pre-parsed .ncb files installed with Visual Studio (CRT.NCB, MFCATL.NCB, WIN32.NCB) for libraries supplied with it, and the Windows headers that came with VS6. The Windows IntelliSense information is now rather out of date.

I believe this problem continued in VS 2002 and 2003. VS2005 now actually processes included headers, so the information reflects the actual state of the source code.

Anyway, to get the methods of an object included, you need to include the corresponding header file in your project.

Visual Studio 6.0 also seems to have some threading gremlins which can cause the popup not to display, even though the status bar says 'Type the character following...' (or whatever the message is, I can't recall at the moment) as it normally does when the method picker is displayed.

Stability. What an interesting concept. -- Chris Maunder

QuestionVC++ program in web page Pin
SnaKeBeD1-Aug-07 2:23
SnaKeBeD1-Aug-07 2:23 
AnswerRe: VC++ program in web page Pin
Randor 1-Aug-07 2:42
professional Randor 1-Aug-07 2:42 
GeneralRe: VC++ program in web page Pin
#realJSOP1-Aug-07 2:45
professional#realJSOP1-Aug-07 2:45 
AnswerRe: VC++ program in web page Pin
#realJSOP1-Aug-07 2:47
professional#realJSOP1-Aug-07 2:47 
GeneralRe: VC++ program in web page Pin
ThatsAlok5-Aug-07 23:16
ThatsAlok5-Aug-07 23:16 
QuestionGet Sub-directories Pin
Programm3r1-Aug-07 2:22
Programm3r1-Aug-07 2:22 
AnswerRe: Get Sub-directories Pin
Jonathan [Darka]1-Aug-07 2:39
professionalJonathan [Darka]1-Aug-07 2:39 
GeneralRe: Get Sub-directories [modified] Pin
Programm3r1-Aug-07 3:13
Programm3r1-Aug-07 3:13 
GeneralRe: Get Sub-directories Pin
Jonathan [Darka]1-Aug-07 3:37
professionalJonathan [Darka]1-Aug-07 3:37 
GeneralRe: Get Sub-directories Pin
Programm3r1-Aug-07 3:43
Programm3r1-Aug-07 3:43 
AnswerRe: Get Sub-directories Pin
Randor 1-Aug-07 2:40
professional Randor 1-Aug-07 2:40 
GeneralRe: Get Sub-directories Pin
Programm3r1-Aug-07 3:13
Programm3r1-Aug-07 3:13 
QuestionClosing window Pin
Anu_Bala1-Aug-07 1:34
Anu_Bala1-Aug-07 1:34 
AnswerRe: Closing window Pin
Randor 1-Aug-07 2:37
professional Randor 1-Aug-07 2:37 
QuestionRe: Closing window Pin
David Crow1-Aug-07 2:58
David Crow1-Aug-07 2:58 
AnswerRe: Closing window Pin
Anu_Bala1-Aug-07 18:20
Anu_Bala1-Aug-07 18:20 
QuestionRe: Closing window Pin
David Crow2-Aug-07 2:41
David Crow2-Aug-07 2:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.