Click here to Skip to main content
15,904,023 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to track filesystem changes Pin
klingens6-May-06 19:40
klingens6-May-06 19:40 
GeneralRe: How to track filesystem changes Pin
Maxwell Chen6-May-06 20:13
Maxwell Chen6-May-06 20:13 
AnswerRe: How to track filesystem changes Pin
Justin Tay6-May-06 20:04
Justin Tay6-May-06 20:04 
AnswerRe: How to track filesystem changes Pin
Michael Dunn6-May-06 21:04
sitebuilderMichael Dunn6-May-06 21:04 
AnswerRe: How to track filesystem changes Pin
Hamid_RT7-May-06 18:27
Hamid_RT7-May-06 18:27 
Questionthread with Message loop Pin
Jim Crafton6-May-06 17:04
Jim Crafton6-May-06 17:04 
AnswerRe: thread with Message loop Pin
Justin Tay6-May-06 17:19
Justin Tay6-May-06 17:19 
GeneralRe: thread with Message loop Pin
Jim Crafton6-May-06 17:22
Jim Crafton6-May-06 17:22 
GeneralRe: thread with Message loop Pin
Justin Tay6-May-06 17:29
Justin Tay6-May-06 17:29 
GeneralRe: thread with Message loop Pin
Jim Crafton6-May-06 17:50
Jim Crafton6-May-06 17:50 
GeneralRe: thread with Message loop Pin
Jörgen Sigvardsson6-May-06 23:11
Jörgen Sigvardsson6-May-06 23:11 
GeneralRe: thread with Message loop Pin
Stephen Hewitt6-May-06 19:39
Stephen Hewitt6-May-06 19:39 
GeneralRe: thread with Message loop Pin
Ryan Binns7-May-06 13:50
Ryan Binns7-May-06 13:50 
AnswerRe: thread with Message loop Pin
Ravi Bhavnani7-May-06 11:47
professionalRavi Bhavnani7-May-06 11:47 
QuestionGetting allocated memory by a process!!! Pin
ThiagoFragoso6-May-06 10:17
ThiagoFragoso6-May-06 10:17 
AnswerRe: Getting allocated memory by a process!!! Pin
Osama E. Adly7-May-06 6:18
Osama E. Adly7-May-06 6:18 
QuestionULARGE_INTEGER Pin
G_S6-May-06 9:46
G_S6-May-06 9:46 
AnswerRe: ULARGE_INTEGER Pin
Maxwell Chen6-May-06 13:55
Maxwell Chen6-May-06 13:55 
QuestionMainFraim - Child - file extansion Pin
tbrake6-May-06 9:38
tbrake6-May-06 9:38 
QuestionIntellisense question - function headers Pin
Phil Francis6-May-06 8:34
Phil Francis6-May-06 8:34 
AnswerRe: Intellisense question - function headers Pin
Maxwell Chen6-May-06 8:45
Maxwell Chen6-May-06 8:45 
GeneralRe: Intellisense question - function headers Pin
Phil Francis6-May-06 9:10
Phil Francis6-May-06 9:10 
GeneralRe: Intellisense question - function headers Pin
Maxwell Chen6-May-06 9:13
Maxwell Chen6-May-06 9:13 
GeneralRe: Intellisense question - function headers Pin
Phil Francis6-May-06 15:34
Phil Francis6-May-06 15:34 
AnswerRe: Intellisense question - function headers Pin
Maxwell Chen6-May-06 16:06
Maxwell Chen6-May-06 16:06 
OK. There are (at least) three kinds:

1) Intellisense:
  This one is --- When you are typing, and you hit the [Complete word], then it pops up a dropdown list control.
  In VC++ 6, you may press [Enter] to select the 1st match.
  In VC++ 2003, it does not select any item by default. Thus [Enter] gives you newline. When you [Keydown], it selects an item. Then press [Enter] completes that word.

2) Parameter information:
  When you type '(' right after a function token, it pops up for the prototype(s) of the function. When there are more than one, you have to click the tiny arrow buttons. There is no hot key for that.

3) Quick type information:
  When mouse hovers on some token, it prompts you the type.


Maxwell Chen

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.