Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Create ListView ActiveX using MFC Pin
martinergb15-Dec-10 16:01
martinergb15-Dec-10 16:01 
Questionremove unwanted resource VC6 Pin
cy163@hotmail.com15-Dec-10 1:59
cy163@hotmail.com15-Dec-10 1:59 
AnswerRe: remove unwanted resource VC6 Pin
R@jeev K R15-Dec-10 2:16
R@jeev K R15-Dec-10 2:16 
QuestionCMap Issue. Pin
janaswamy uday15-Dec-10 0:19
janaswamy uday15-Dec-10 0:19 
AnswerRe: CMap Issue. Pin
R@jeev K R15-Dec-10 1:25
R@jeev K R15-Dec-10 1:25 
QuestionProblem in closing the thread Pin
learningvisualc14-Dec-10 19:00
learningvisualc14-Dec-10 19:00 
AnswerRe: Problem in closing the thread Pin
Rajesh R Subramanian14-Dec-10 19:52
professionalRajesh R Subramanian14-Dec-10 19:52 
AnswerRe: Problem in closing the thread Pin
Cedric Moonen14-Dec-10 20:45
Cedric Moonen14-Dec-10 20:45 
As Rajesh said, never never use the TerminateThread function, unless you perfectly know what you are doing. Here[^] is an excellent article about threads, a bit long but it is definitively something to read if you want to start using threads.

Taken from the article:
Three functions immediately present themselves for purposes of pausing or shutting down a thread: the SuspendThread and ResumeThread methods (and their underlying API calls, ::SuspendThread and ::ResumeThread) and ::TerminateThread. Assume, for all practical purposes, except in some very limited contexts, these functions do not exist. Using them will almost always get you in trouble.
Cédric Moonen
Software developer

Charting control [v3.0]
OpenGL game tutorial in C++

AnswerRe: Problem in closing the thread Pin
User 742933814-Dec-10 22:06
professionalUser 742933814-Dec-10 22:06 
AnswerRe: Problem in closing the thread Pin
yu-jian15-Dec-10 2:55
yu-jian15-Dec-10 2:55 
QuestionQuestion on MFC program execution procedure [modified] Pin
cy163@hotmail.com14-Dec-10 2:14
cy163@hotmail.com14-Dec-10 2:14 
AnswerRe: Question on MFC program execution procedure Pin
bleedingfingers14-Dec-10 2:55
bleedingfingers14-Dec-10 2:55 
AnswerRe: Question on MFC program execution procedure Pin
David Crow14-Dec-10 3:02
David Crow14-Dec-10 3:02 
AnswerRe: Question on MFC program execution procedure Pin
yu-jian14-Dec-10 17:59
yu-jian14-Dec-10 17:59 
QuestionBubble sort in CObList [modified] Pin
mesajflaviu14-Dec-10 1:10
mesajflaviu14-Dec-10 1:10 
AnswerRe: Bubble sort in CObList Pin
Richard MacCutchan14-Dec-10 1:59
mveRichard MacCutchan14-Dec-10 1:59 
GeneralRe: Bubble sort in CObList Pin
Cedric Moonen14-Dec-10 2:12
Cedric Moonen14-Dec-10 2:12 
AnswerRe: Bubble sort in CObList Pin
Cedric Moonen14-Dec-10 2:01
Cedric Moonen14-Dec-10 2:01 
GeneralRe: Bubble sort in CObList Pin
mesajflaviu14-Dec-10 2:13
mesajflaviu14-Dec-10 2:13 
GeneralRe: Bubble sort in CObList Pin
Cedric Moonen14-Dec-10 2:18
Cedric Moonen14-Dec-10 2:18 
GeneralRe: Bubble sort in CObList Pin
mesajflaviu14-Dec-10 8:43
mesajflaviu14-Dec-10 8:43 
GeneralRe: Bubble sort in CObList Pin
Rajesh R Subramanian14-Dec-10 19:53
professionalRajesh R Subramanian14-Dec-10 19:53 
GeneralRe: Bubble sort in CObList Pin
mesajflaviu14-Dec-10 21:15
mesajflaviu14-Dec-10 21:15 
GeneralRe: Bubble sort in CObList Pin
thomas.michaud15-Dec-10 3:35
thomas.michaud15-Dec-10 3:35 
AnswerRe: Bubble sort in CObList Pin
Eugen Podsypalnikov14-Dec-10 11:56
Eugen Podsypalnikov14-Dec-10 11:56 

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.