Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: #include "testView.h" in MainFrm.cpp Pin
Niklas L7-Jan-11 2:43
Niklas L7-Jan-11 2:43 
GeneralRe: #include "testView.h" in MainFrm.cpp Pin
cy163@hotmail.com7-Jan-11 3:31
cy163@hotmail.com7-Jan-11 3:31 
AnswerRe: #include "testView.h" in MainFrm.cpp Pin
User 74293387-Jan-11 3:53
professionalUser 74293387-Jan-11 3:53 
GeneralRe: #include "testView.h" in MainFrm.cpp Pin
cy163@hotmail.com7-Jan-11 4:07
cy163@hotmail.com7-Jan-11 4:07 
Questionhow to display bitmap on button using vc++ Pin
rajniyadav1a7-Jan-11 0:25
rajniyadav1a7-Jan-11 0:25 
AnswerRe: how to display bitmap on button using vc++ Pin
ShilpiP7-Jan-11 1:15
ShilpiP7-Jan-11 1:15 
QuestionHelp with PR_JoinThread Pin
manabouttown6-Jan-11 22:09
manabouttown6-Jan-11 22:09 
AnswerRe: Help with PR_JoinThread Pin
Code-o-mat6-Jan-11 23:08
Code-o-mat6-Jan-11 23:08 
I don't know the api you are using (PR_JoinThread, google gives me something like NSPR API, whatever that might be) but generally if you don't want your "waiter thread" to block, you could either poll the other thread's state time to time, going on with your regular business in the meantime, or have somekind of messaging implementing with which the thread you would be waiting for can signal towards the waiter that it has finished processing, e.g. if you are working with VC++ you could use PostThreadMessage to send a message towards your GUI thread. Could this help?
> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Leela: Fry, you're wasting your life sitting in front of that TV. You need to get out and see the real world.
Fry: But this is HDTV. It's got better resolution than the real world <
>Nothing is free in the universe.<

QuestionHextoCString conversion Pin
S p k 5216-Jan-11 19:58
S p k 5216-Jan-11 19:58 
AnswerRe: HextoCString conversion Pin
ShilpiP6-Jan-11 20:41
ShilpiP6-Jan-11 20:41 
AnswerRe: HextoCString conversion Pin
Richard MacCutchan6-Jan-11 21:42
mveRichard MacCutchan6-Jan-11 21:42 
GeneralRe: HextoCString conversion Pin
S p k 5216-Jan-11 22:27
S p k 5216-Jan-11 22:27 
GeneralRe: HextoCString conversion Pin
Satheesh15466-Jan-11 22:45
Satheesh15466-Jan-11 22:45 
GeneralRe: HextoCString conversion Pin
S p k 5216-Jan-11 22:47
S p k 5216-Jan-11 22:47 
GeneralRe: HextoCString conversion Pin
Richard MacCutchan7-Jan-11 0:19
mveRichard MacCutchan7-Jan-11 0:19 
GeneralRe: HextoCString conversion Pin
Cool_Dev6-Jan-11 23:32
Cool_Dev6-Jan-11 23:32 
QuestionRe: HextoCString conversion Pin
David Crow7-Jan-11 4:15
David Crow7-Jan-11 4:15 
AnswerRe: HextoCString conversion Pin
Nuri Ismail6-Jan-11 22:55
Nuri Ismail6-Jan-11 22:55 
GeneralRe: HextoCString conversion Pin
S p k 5217-Jan-11 1:01
S p k 5217-Jan-11 1:01 
QuestionActiveX Component use 2D graph? Pin
mathivanaan6-Jan-11 17:40
mathivanaan6-Jan-11 17:40 
AnswerRe: ActiveX Component use 2D graph? Pin
_AnsHUMAN_ 6-Jan-11 18:09
_AnsHUMAN_ 6-Jan-11 18:09 
QuestionOne-click close inactive child modeless dialog Pin
Tadeusz Westawic6-Jan-11 1:28
Tadeusz Westawic6-Jan-11 1:28 
QuestionJPEG Image to an array format Pin
raju_shiva6-Jan-11 0:38
raju_shiva6-Jan-11 0:38 
AnswerRe: JPEG Image to an array format Pin
User 74293386-Jan-11 1:03
professionalUser 74293386-Jan-11 1:03 
AnswerRe: JPEG Image to an array format Pin
Cool_Dev6-Jan-11 3:21
Cool_Dev6-Jan-11 3:21 

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.