Click here to Skip to main content
15,914,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Darg n Drop problm , TO get file path and name Pin
David Crow17-Aug-04 5:35
David Crow17-Aug-04 5:35 
GeneralRe: Darg n Drop problm , TO get file path and name Pin
zahid_ash17-Aug-04 18:19
zahid_ash17-Aug-04 18:19 
GeneralRe: Darg n Drop problm , TO get file path and name Pin
David Crow18-Aug-04 6:08
David Crow18-Aug-04 6:08 
GeneralC++ Access violation Pin
rahbani16-Aug-04 23:48
rahbani16-Aug-04 23:48 
Generalprevent from screen capture Pin
Member 65121716-Aug-04 22:52
Member 65121716-Aug-04 22:52 
GeneralRe: prevent from screen capture Pin
ThatsAlok17-Aug-04 0:36
ThatsAlok17-Aug-04 0:36 
GeneralRe: prevent from screen capture Pin
Member 65121717-Aug-04 7:25
Member 65121717-Aug-04 7:25 
GeneralSynchronization of two threads Pin
nnvidya16-Aug-04 22:47
nnvidya16-Aug-04 22:47 
In my application there are two threads running.
One is main thread which is handled in GUI(front end) another one is
backend thread which is running in the background.
There is a result structure which will be filled by the backend thread and displayed in the gui by main thread.
Each time the new result will be added to the previous one. like iteration info1, 2....10 like that.
When backend thread fills info 1 it generates an event to main thread to display that in gui, and it starts reading/calculating for the second iteration info.

Any iteration info can be displayed only when it is completely filled.
But here i am getting exception as the event for the second one is invoked before the first one is not displayed completely.

Please let me know how to handle this using mutex.



vidya
GeneralRe: Synchronization of two threads Pin
Blake Miller20-Aug-04 5:22
Blake Miller20-Aug-04 5:22 
Questionhow to magnify the video Pin
zahid_ash16-Aug-04 22:10
zahid_ash16-Aug-04 22:10 
AnswerRe: how to magnify the video Pin
Blake Miller20-Aug-04 5:36
Blake Miller20-Aug-04 5:36 
GeneralRe: how to magnify the video Pin
zahid_ash20-Aug-04 19:14
zahid_ash20-Aug-04 19:14 
GeneralRe: how to magnify the video Pin
Blake Miller23-Aug-04 4:20
Blake Miller23-Aug-04 4:20 
GeneralFocus problem. Pin
V.16-Aug-04 21:47
professionalV.16-Aug-04 21:47 
GeneralRe: Focus problem. Pin
V.16-Aug-04 22:47
professionalV.16-Aug-04 22:47 
GeneralEnter Pin
Johnny Peszek16-Aug-04 21:21
Johnny Peszek16-Aug-04 21:21 
GeneralRe: Enter Pin
V.16-Aug-04 21:34
professionalV.16-Aug-04 21:34 
GeneralRe: Enter Pin
Johnny Peszek17-Aug-04 2:32
Johnny Peszek17-Aug-04 2:32 
GeneralRe: Enter Pin
V.17-Aug-04 3:53
professionalV.17-Aug-04 3:53 
GeneralRe: Enter Pin
Johnny Peszek17-Aug-04 9:23
Johnny Peszek17-Aug-04 9:23 
GeneralRe: Enter Pin
V.17-Aug-04 21:46
professionalV.17-Aug-04 21:46 
GeneralDifference Btw Win32 and MFC programming Pin
zahid_ash16-Aug-04 18:36
zahid_ash16-Aug-04 18:36 
GeneralRe: Difference Btw Win32 and MFC programming Pin
kailai_nishanth16-Aug-04 19:33
kailai_nishanth16-Aug-04 19:33 
GeneralOn File-> New (Project) Win32 application and MFC wizard Pin
zahid_ash16-Aug-04 19:57
zahid_ash16-Aug-04 19:57 
GeneralRe: On File-> New (Project) Win32 application and MFC wizard Pin
kailai_nishanth16-Aug-04 20:51
kailai_nishanth16-Aug-04 20:51 

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.