Click here to Skip to main content
15,898,826 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: char buffer question Pin
toxcct1-Nov-07 23:01
toxcct1-Nov-07 23:01 
Questiontry to access c drive Pin
p_1-Nov-07 19:45
p_1-Nov-07 19:45 
AnswerRe: try to access c drive Pin
Paresh Chitte1-Nov-07 20:15
Paresh Chitte1-Nov-07 20:15 
Questionhow to insert buttons in toolbar? Pin
panthal1-Nov-07 19:39
panthal1-Nov-07 19:39 
AnswerRe: how to insert buttons in toolbar? Pin
Paresh Chitte1-Nov-07 20:22
Paresh Chitte1-Nov-07 20:22 
AnswerRe: how to insert buttons in toolbar? Pin
chandu0041-Nov-07 22:01
chandu0041-Nov-07 22:01 
GeneralRe: how to insert buttons in toolbar? Pin
panthal2-Nov-07 0:38
panthal2-Nov-07 0:38 
QuestionCFont problem!choose a font for a Edit Control Pin
fantasy12151-Nov-07 17:56
fantasy12151-Nov-07 17:56 
AnswerRe: CFont problem!choose a font for a Edit Control [modified] Pin
Nishad S1-Nov-07 18:02
Nishad S1-Nov-07 18:02 
QuestionRe: CFont problem!choose a font for a Edit Control Pin
fantasy12151-Nov-07 20:57
fantasy12151-Nov-07 20:57 
QuestionRe: CFont problem!choose a font for a Edit Control Pin
David Crow2-Nov-07 2:44
David Crow2-Nov-07 2:44 
AnswerRe: CFont problem!choose a font for a Edit Control Pin
Hamid_RT2-Nov-07 6:23
Hamid_RT2-Nov-07 6:23 
GeneralRe: CFont problem!choose a font for a Edit Control Pin
fantasy12158-Nov-07 18:32
fantasy12158-Nov-07 18:32 
GeneralRe: CFont problem!choose a font for a Edit Control Pin
Hamid_RT8-Nov-07 20:16
Hamid_RT8-Nov-07 20:16 
QuestionKernel mode: How to open a file with DeletePending? Pin
JHoov1-Nov-07 12:30
JHoov1-Nov-07 12:30 
QuestionCorrect Way to Terminate a Named Pipe Server Pin
Richard Andrew x641-Nov-07 10:13
professionalRichard Andrew x641-Nov-07 10:13 
AnswerRe: Correct Way to Terminate a Named Pipe Server Pin
Mark Salsbery1-Nov-07 11:02
Mark Salsbery1-Nov-07 11:02 
GeneralRe: Correct Way to Terminate a Named Pipe Server Pin
Richard Andrew x641-Nov-07 11:40
professionalRichard Andrew x641-Nov-07 11:40 
GeneralRe: Correct Way to Terminate a Named Pipe Server Pin
Mark Salsbery1-Nov-07 11:47
Mark Salsbery1-Nov-07 11:47 
AnswerRe: Correct Way to Terminate a Named Pipe Server Pin
Llasus1-Nov-07 13:57
Llasus1-Nov-07 13:57 
It was already answered, but don't try TerminateThread.. causes leaks most of the time. Properly signal the thread and close it from the inside to properly release your resources.
QuestionPassing pointers to function into another function Pin
acerunner3161-Nov-07 10:04
acerunner3161-Nov-07 10:04 
AnswerRe: Passing pointers to function into another function Pin
Nemanja Trifunovic1-Nov-07 10:07
Nemanja Trifunovic1-Nov-07 10:07 
GeneralRe: Passing pointers to function into another function Pin
acerunner3161-Nov-07 10:13
acerunner3161-Nov-07 10:13 
AnswerRe: Passing pointers to function into another function Pin
David Crow1-Nov-07 10:44
David Crow1-Nov-07 10:44 
GeneralRe: Passing pointers to function into another function Pin
acerunner3161-Nov-07 11:43
acerunner3161-Nov-07 11:43 

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.