Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help! How to recover the VC++6.0 project without .res folder?? Pin
Stuart Dootson20-Jun-09 13:49
professionalStuart Dootson20-Jun-09 13:49 
AnswerRe: Help! How to recover the VC++6.0 project without .res folder?? Pin
Alan Balkany22-Jun-09 4:11
Alan Balkany22-Jun-09 4:11 
QuestionHelp with threads. Pin
FISH78619-Jun-09 4:04
FISH78619-Jun-09 4:04 
AnswerRe: Help with threads. Pin
Chris Losinger19-Jun-09 4:27
professionalChris Losinger19-Jun-09 4:27 
GeneralRe: Help with threads. Pin
FISH78619-Jun-09 4:31
FISH78619-Jun-09 4:31 
GeneralRe: Help with threads. Pin
Chris Losinger19-Jun-09 4:38
professionalChris Losinger19-Jun-09 4:38 
AnswerRe: Help with threads. Pin
Ozer Karaagac19-Jun-09 4:54
professionalOzer Karaagac19-Jun-09 4:54 
AnswerRe: Help with threads. Pin
«_Superman_»19-Jun-09 16:48
professional«_Superman_»19-Jun-09 16:48 
You can use PostThreadMessage to pass in the window handle to the thread to switch from one window to another.

And never pass the window object from one thread to another. Always pass the window handle and attach it to a new window object using CWnd::FromHandle inside the thread. A window handle and its object is managed by MFC using a map which is valid only for the current thread.

«_Superman
I love work. It gives me something to do between weekends.

GeneralRe: Help with threads. Pin
FISH78619-Jun-09 17:25
FISH78619-Jun-09 17:25 
QuestionCan we use registry for.. Pin
ramana.g19-Jun-09 2:56
ramana.g19-Jun-09 2:56 
AnswerRe: Can we use registry for.. Pin
Stuart Dootson19-Jun-09 3:09
professionalStuart Dootson19-Jun-09 3:09 
AnswerRe: Can we use registry for.. Pin
Chris Losinger19-Jun-09 3:40
professionalChris Losinger19-Jun-09 3:40 
AnswerRe: Can we use registry for.. Pin
Vaclav_19-Jun-09 14:11
Vaclav_19-Jun-09 14:11 
QuestionHow to write to the part of memory with no Writeable permission Pin
trungkiendt819-Jun-09 2:21
trungkiendt819-Jun-09 2:21 
AnswerRe: How to write to the part of memory with no Writeable permission Pin
molesworth19-Jun-09 2:36
molesworth19-Jun-09 2:36 
GeneralRe: How to write to the part of memory with no Writeable permission Pin
trungkiendt819-Jun-09 3:03
trungkiendt819-Jun-09 3:03 
GeneralRe: How to write to the part of memory with no Writeable permission Pin
Cedric Moonen19-Jun-09 3:05
Cedric Moonen19-Jun-09 3:05 
GeneralRe: How to write to the part of memory with no Writeable permission Pin
trungkiendt819-Jun-09 3:19
trungkiendt819-Jun-09 3:19 
GeneralRe: How to write to the part of memory with no Writeable permission Pin
molesworth19-Jun-09 4:36
molesworth19-Jun-09 4:36 
GeneralRe: How to write to the part of memory with no Writeable permission Pin
Stuart Dootson19-Jun-09 3:08
professionalStuart Dootson19-Jun-09 3:08 
GeneralRe: How to write to the part of memory with no Writeable permission Pin
norish19-Jun-09 6:04
norish19-Jun-09 6:04 
Questionproject setting Pin
transoft19-Jun-09 2:17
transoft19-Jun-09 2:17 
AnswerRe: project setting Pin
David Crow19-Jun-09 2:48
David Crow19-Jun-09 2:48 
AnswerRe: project setting Pin
Stuart Dootson19-Jun-09 3:05
professionalStuart Dootson19-Jun-09 3:05 
QuestionPreprocessor question Pin
rrrado19-Jun-09 2:08
rrrado19-Jun-09 2:08 

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.