Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CString max character length Pin
Matthew Faithfull25-Sep-07 4:14
Matthew Faithfull25-Sep-07 4:14 
GeneralRe: CString max character length Pin
GDavy25-Sep-07 4:13
GDavy25-Sep-07 4:13 
GeneralRe: CString max character length Pin
Mark Salsbery25-Sep-07 7:39
Mark Salsbery25-Sep-07 7:39 
GeneralRe: CString max character length Pin
David Crow25-Sep-07 4:40
David Crow25-Sep-07 4:40 
JokeRe: CString max character length Pin
Matthew Faithfull25-Sep-07 4:42
Matthew Faithfull25-Sep-07 4:42 
AnswerRe: CString max character length Pin
KarstenK25-Sep-07 3:25
mveKarstenK25-Sep-07 3:25 
AnswerRe: CString max character length Pin
Hamid_RT25-Sep-07 19:31
Hamid_RT25-Sep-07 19:31 
Questionwindows vista & explorer Pin
mitok25-Sep-07 2:23
mitok25-Sep-07 2:23 
QuestionExceptions being thrown Pin
Waldermort25-Sep-07 0:38
Waldermort25-Sep-07 0:38 
AnswerRe: Exceptions being thrown Pin
DevMentor.org25-Sep-07 1:02
DevMentor.org25-Sep-07 1:02 
AnswerRe: Exceptions being thrown Pin
Waldermort25-Sep-07 2:20
Waldermort25-Sep-07 2:20 
GeneralRe: Exceptions being thrown Pin
DevMentor.org25-Sep-07 6:50
DevMentor.org25-Sep-07 6:50 
QuestionRe: Exceptions being thrown Pin
David Crow25-Sep-07 3:00
David Crow25-Sep-07 3:00 
AnswerRe: Exceptions being thrown Pin
Waldermort25-Sep-07 3:10
Waldermort25-Sep-07 3:10 
AnswerRe: Exceptions being thrown Pin
KarstenK25-Sep-07 4:24
mveKarstenK25-Sep-07 4:24 
QuestionHow to disable top level menu on a dialog box Pin
msr_codeproject25-Sep-07 0:30
msr_codeproject25-Sep-07 0:30 
AnswerRe: How to disable top level menu on a dialog box Pin
Nishad S25-Sep-07 0:47
Nishad S25-Sep-07 0:47 
AnswerRe: How to disable top level menu on a dialog box Pin
Nelek25-Sep-07 0:48
protectorNelek25-Sep-07 0:48 
QuestionCan we get Username of the person who is logged into the system? Pin
megha_gharote25-Sep-07 0:22
megha_gharote25-Sep-07 0:22 
AnswerRe: Can we get Username of the person who is logged into the system? Pin
Nishad S25-Sep-07 0:53
Nishad S25-Sep-07 0:53 
GeneralRe: Can we get Username of the person who is logged into the system? Pin
megha_gharote25-Sep-07 1:12
megha_gharote25-Sep-07 1:12 
GeneralRe: Can we get Username of the person who is logged into the system? Pin
Nishad S25-Sep-07 1:30
Nishad S25-Sep-07 1:30 
QuestionMessages between threads... Pin
eli1502197925-Sep-07 0:00
eli1502197925-Sep-07 0:00 
Hi,

I have an application which writes data(e.g strings) to the events log.
Now,I need to write an application which reads the data from the events log at the same time that
the first application write the data(i.e Logger).
In that application I want to create 2 threads:
The first thread will read the data from the events log,put the data(EVENTLOGRECORD) in a message,
and send it to the other thread.
The second thread will receive the message from the first one,decode it and dispaly the data in a list box.

My questions are:
1. Which is the best (and effective) way to send messages between threads?
2. In the second thread(the one which responsible for the display) - how does the thread receive
those messages?
Do I need to call PeekMessage() and DispatchMessage() in a loop?
I heard about WaitForSingleObject() option,but I didn't understand how to use it...

Can anyone point me to a good tutorial about messages between threads?
I googled a little but could'nt find something usefull...

With best regards,
Eli


AnswerRe: Messages between threads... Pin
DevMentor.org25-Sep-07 0:52
DevMentor.org25-Sep-07 0:52 
AnswerRe: Messages between threads... Pin
nbugalia25-Sep-07 1:16
nbugalia25-Sep-07 1:16 

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.