Click here to Skip to main content
15,917,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: class view of project work space is not showing all the classes Pin
_anil_9-Feb-06 23:43
_anil_9-Feb-06 23:43 
GeneralRe: class view of project work space is not showing all the classes Pin
BiswaR10-Feb-06 0:15
BiswaR10-Feb-06 0:15 
GeneralRe: class view of project work space is not showing all the classes Pin
toxcct10-Feb-06 1:35
toxcct10-Feb-06 1:35 
AnswerRe: class view of project work space is not showing all the classes Pin
_anil_9-Feb-06 22:58
_anil_9-Feb-06 22:58 
QuestionContactless Smart Card library for programming with VC++ ? Pin
Maxwell Chen9-Feb-06 22:33
Maxwell Chen9-Feb-06 22:33 
QuestionClose a dialog from OnInitDialog Pin
peterchen9-Feb-06 22:32
peterchen9-Feb-06 22:32 
AnswerRe: Close a dialog from OnInitDialog Pin
Maxwell Chen9-Feb-06 22:43
Maxwell Chen9-Feb-06 22:43 
AnswerRe: Close a dialog from OnInitDialog Pin
toxcct9-Feb-06 23:37
toxcct9-Feb-06 23:37 
GeneralRe: Close a dialog from OnInitDialog Pin
ThatsAlok10-Feb-06 0:14
ThatsAlok10-Feb-06 0:14 
GeneralRe: Close a dialog from OnInitDialog Pin
toxcct10-Feb-06 0:16
toxcct10-Feb-06 0:16 
AnswerRe: Close a dialog from OnInitDialog Pin
ThatsAlok10-Feb-06 0:33
ThatsAlok10-Feb-06 0:33 
GeneralRe: Close a dialog from OnInitDialog Pin
toxcct10-Feb-06 0:36
toxcct10-Feb-06 0:36 
GeneralRe: Close a dialog from OnInitDialog Pin
ThatsAlok10-Feb-06 0:44
ThatsAlok10-Feb-06 0:44 
GeneralRe: Close a dialog from OnInitDialog Pin
toxcct10-Feb-06 1:32
toxcct10-Feb-06 1:32 
GeneralRe: Close a dialog from OnInitDialog Pin
ThatsAlok13-Feb-06 21:29
ThatsAlok13-Feb-06 21:29 
AnswerRe: Close a dialog from OnInitDialog Pin
ThatsAlok10-Feb-06 0:07
ThatsAlok10-Feb-06 0:07 
Questionfirst click on listctrl does not call OnNMClick Pin
danara9-Feb-06 22:21
danara9-Feb-06 22:21 
AnswerRe: first click on listctrl does not call OnNMClick Pin
ThatsAlok10-Feb-06 0:38
ThatsAlok10-Feb-06 0:38 
GeneralRe: first click on listctrl does not call OnNMClick Pin
danara10-Feb-06 0:43
danara10-Feb-06 0:43 
AnswerRe: first click on listctrl does not call OnNMClick Pin
Rage10-Feb-06 1:31
professionalRage10-Feb-06 1:31 
QuestionPOP3 MESSAGE PARSER Pin
shadrach_india9-Feb-06 21:57
shadrach_india9-Feb-06 21:57 
AnswerRe: POP3 MESSAGE PARSER Pin
markkuk9-Feb-06 22:36
markkuk9-Feb-06 22:36 
Questionterminating, susending/resuming thread ... a little complex issue Pin
omairaftab9-Feb-06 21:09
omairaftab9-Feb-06 21:09 
AnswerRe: terminating, susending/resuming thread ... a little complex issue Pin
Bob Stanneveld9-Feb-06 23:34
Bob Stanneveld9-Feb-06 23:34 
Hello,

When the function of the COM object blocks, your thread becomes blocked to. Suspending the thread has no effect in the sense that the object is already in a form of suspended. the effect that it has, is that the executing of the called function will be suspended until you resume again.

Your thread should terminate...

Behind every great black man...
            ... is the police. - Conspiracy brother


Blog[^]
AnswerRe: terminating, susending/resuming thread ... a little complex issue Pin
Rage10-Feb-06 1:27
professionalRage10-Feb-06 1:27 

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.