Click here to Skip to main content
16,011,383 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiondrop down list Pin
celllllllll7-Dec-06 12:03
celllllllll7-Dec-06 12:03 
AnswerRe: drop down list Pin
Steve Echols7-Dec-06 12:07
Steve Echols7-Dec-06 12:07 
GeneralRe: drop down list Pin
celllllllll7-Dec-06 12:27
celllllllll7-Dec-06 12:27 
GeneralRe: drop down list Pin
Steve Echols7-Dec-06 12:33
Steve Echols7-Dec-06 12:33 
GeneralRe: drop down list Pin
celllllllll7-Dec-06 12:39
celllllllll7-Dec-06 12:39 
AnswerRe: drop down list Pin
Mark Salsbery7-Dec-06 12:43
Mark Salsbery7-Dec-06 12:43 
GeneralRe: drop down list Pin
celllllllll7-Dec-06 13:05
celllllllll7-Dec-06 13:05 
GeneralRe: drop down list Pin
Mark Salsbery7-Dec-06 13:13
Mark Salsbery7-Dec-06 13:13 
celllllllll wrote:
How would I make sure that the variable type is known at the point of typing?


Just like the compiler sees it - startin at the top, through all include files and their included
files.

If I just start typing:

myvariable.

Intellisense knows nothing.

If I type:

CWnd myvariable;
myvariable.

Intellisense gives me the list of CWnd members, assuming somewhere above these lines I have
included the header file declaring the CWnd class.


p.s.
I still kind of chuckle every time I type the word "Intellisense", considering it is the #1 problem
I've had over the years with VS Smile | :)

*edit* One other thing - Intellisense has always started working again at some point for me Laugh | :laugh:
GeneralRe: drop down list Pin
Mark Salsbery7-Dec-06 13:19
Mark Salsbery7-Dec-06 13:19 
GeneralRe: drop down list Pin
David Crow8-Dec-06 4:29
David Crow8-Dec-06 4:29 
QuestionODBC question Pin
Jim Crafton7-Dec-06 10:28
Jim Crafton7-Dec-06 10:28 
AnswerRe: ODBC question Pin
Jörgen Sigvardsson7-Dec-06 12:19
Jörgen Sigvardsson7-Dec-06 12:19 
AnswerRe: ODBC question Pin
S Douglas9-Dec-06 0:19
professionalS Douglas9-Dec-06 0:19 
QuestionC++ and VB.NET Pin
Kornfeld Eliyahu Peter7-Dec-06 9:31
professionalKornfeld Eliyahu Peter7-Dec-06 9:31 
AnswerRe: C++ and VB.NET Pin
zoid ! 7-Dec-06 10:55
zoid ! 7-Dec-06 10:55 
GeneralRe: C++ and VB.NET Pin
Kornfeld Eliyahu Peter7-Dec-06 12:09
professionalKornfeld Eliyahu Peter7-Dec-06 12:09 
AnswerRe: C++ and VB.NET Pin
Zac Howland7-Dec-06 11:51
Zac Howland7-Dec-06 11:51 
GeneralRe: C++ and VB.NET Pin
Kornfeld Eliyahu Peter7-Dec-06 12:15
professionalKornfeld Eliyahu Peter7-Dec-06 12:15 
AnswerRe: C++ and VB.NET Pin
Kornfeld Eliyahu Peter8-Dec-06 2:41
professionalKornfeld Eliyahu Peter8-Dec-06 2:41 
Question"Encountered problem" message when closing Pin
acerunner3167-Dec-06 9:14
acerunner3167-Dec-06 9:14 
QuestionRe: "Encountered problem" message when closing Pin
David Crow7-Dec-06 9:29
David Crow7-Dec-06 9:29 
AnswerRe: "Encountered problem" message when closing [modified] Pin
acerunner3167-Dec-06 9:51
acerunner3167-Dec-06 9:51 
QuestionRe: "Encountered problem" message when closing Pin
David Crow7-Dec-06 10:14
David Crow7-Dec-06 10:14 
AnswerRe: "Encountered problem" message when closing Pin
acerunner3167-Dec-06 10:41
acerunner3167-Dec-06 10:41 
QuestionRe: "Encountered problem" message when closing Pin
David Crow7-Dec-06 10:58
David Crow7-Dec-06 10:58 

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.