Click here to Skip to main content
15,919,613 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to call destructor of derived class Pin
vikas amin8-Nov-06 0:58
vikas amin8-Nov-06 0:58 
AnswerRe: How to call destructor of derived class Pin
karnav zaveri8-Nov-06 1:05
karnav zaveri8-Nov-06 1:05 
QuestionMDI Child window Pin
RajiRaghu8-Nov-06 0:20
RajiRaghu8-Nov-06 0:20 
AnswerRe: MDI Child window Pin
Hamid_RT8-Nov-06 0:29
Hamid_RT8-Nov-06 0:29 
QuestionWhat can cause SendMessage to get stuck? Pin
skyapie8-Nov-06 0:18
skyapie8-Nov-06 0:18 
AnswerRe: What can cause SendMessage to get stuck? Pin
Jonathan [Darka]8-Nov-06 0:27
professionalJonathan [Darka]8-Nov-06 0:27 
AnswerRe: What can cause SendMessage to get stuck? Pin
David Crow8-Nov-06 2:55
David Crow8-Nov-06 2:55 
AnswerRe: What can cause SendMessage to get stuck? Pin
PJ Arends8-Nov-06 6:29
professionalPJ Arends8-Nov-06 6:29 
As has been said, never use SendMessage() to send messages between threads. Use PostMessage() instead. If you really need the return value from the message then you can use SendMessageTimeout().



You may be right
I may be crazy
-- Billy Joel --


Within you lies the power for good, use it!!!

QuestionCStringTable Pin
Ștefan-Mihai MOGA8-Nov-06 0:14
professionalȘtefan-Mihai MOGA8-Nov-06 0:14 
AnswerRe: CStringTable Pin
Mila0258-Nov-06 0:30
Mila0258-Nov-06 0:30 
GeneralRe: CStringTable Pin
Ștefan-Mihai MOGA8-Nov-06 0:57
professionalȘtefan-Mihai MOGA8-Nov-06 0:57 
GeneralRe: CStringTable Pin
Maximilien8-Nov-06 2:51
Maximilien8-Nov-06 2:51 
GeneralRe: CStringTable Pin
Mila0258-Nov-06 3:39
Mila0258-Nov-06 3:39 
AnswerRe: CStringTable Pin
Maximilien8-Nov-06 2:49
Maximilien8-Nov-06 2:49 
QuestionHi question related to Control's display. Pin
Sameer_Thakur7-Nov-06 23:09
Sameer_Thakur7-Nov-06 23:09 
AnswerRe: Hi question related to Control's display. Pin
benjymous8-Nov-06 0:02
benjymous8-Nov-06 0:02 
GeneralRe: Hi question related to Control's display. Pin
Sameer_Thakur8-Nov-06 2:43
Sameer_Thakur8-Nov-06 2:43 
Questionsupporting multithread Pin
shadrach_india7-Nov-06 22:54
shadrach_india7-Nov-06 22:54 
AnswerRe: supporting multithread Pin
Paul M Watt8-Nov-06 7:24
mentorPaul M Watt8-Nov-06 7:24 
AnswerRe: supporting multithread Pin
Stephen Hewitt8-Nov-06 11:41
Stephen Hewitt8-Nov-06 11:41 
QuestionAccess database in MFC Pin
deepak.cse077-Nov-06 22:37
deepak.cse077-Nov-06 22:37 
AnswerRe: Access database in MFC Pin
Ștefan-Mihai MOGA7-Nov-06 22:42
professionalȘtefan-Mihai MOGA7-Nov-06 22:42 
AnswerRe: Access database in MFC Pin
Hamid_RT8-Nov-06 0:02
Hamid_RT8-Nov-06 0:02 
AnswerRe: Access database in MFC Pin
David Crow8-Nov-06 2:59
David Crow8-Nov-06 2:59 
QuestionProgramming Challenge Pin
Hadi Dayvary7-Nov-06 22:34
professionalHadi Dayvary7-Nov-06 22:34 

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.