Click here to Skip to main content
15,894,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCSV Pin
MsmVc15-Dec-10 17:33
MsmVc15-Dec-10 17:33 
AnswerRe: CSV Pin
Alain Rist15-Dec-10 20:11
Alain Rist15-Dec-10 20:11 
GeneralRe: CSV Pin
MsmVc15-Dec-10 20:19
MsmVc15-Dec-10 20:19 
QuestionRe: CSV Pin
Alain Rist15-Dec-10 20:34
Alain Rist15-Dec-10 20:34 
AnswerRe: CSV Pin
Cedric Moonen15-Dec-10 20:45
Cedric Moonen15-Dec-10 20:45 
GeneralRe: CSV Pin
Alain Rist15-Dec-10 20:51
Alain Rist15-Dec-10 20:51 
GeneralRe: CSV Pin
Cedric Moonen15-Dec-10 20:56
Cedric Moonen15-Dec-10 20:56 
AnswerRe: CSV Pin
Cedric Moonen15-Dec-10 20:28
Cedric Moonen15-Dec-10 20:28 
GeneralRe: CSV Pin
MsmVc15-Dec-10 20:44
MsmVc15-Dec-10 20:44 
QuestionSubclassing CHeaderCtrl in CListCtrl Pin
mesajflaviu15-Dec-10 8:54
mesajflaviu15-Dec-10 8:54 
AnswerRe: Subclassing CHeaderCtrl in CListCtrl Pin
Eugen Podsypalnikov15-Dec-10 9:09
Eugen Podsypalnikov15-Dec-10 9:09 
GeneralRe: Subclassing CHeaderCtrl in CListCtrl Pin
mesajflaviu16-Dec-10 21:07
mesajflaviu16-Dec-10 21:07 
GeneralRe: Subclassing CHeaderCtrl in CListCtrl Pin
Eugen Podsypalnikov17-Dec-10 0:37
Eugen Podsypalnikov17-Dec-10 0:37 
GeneralRe: Subclassing CHeaderCtrl in CListCtrl Pin
mesajflaviu19-Dec-10 20:40
mesajflaviu19-Dec-10 20:40 
AnswerRe: Subclassing CHeaderCtrl in CListCtrl Pin
Rolf Kristensen15-Dec-10 11:27
Rolf Kristensen15-Dec-10 11:27 
Question[SOLVED] Create ListView ActiveX using MFC Pin
martinergb15-Dec-10 6:47
martinergb15-Dec-10 6:47 
AnswerRe: Create ListView ActiveX using MFC Pin
User 742933815-Dec-10 6:59
professionalUser 742933815-Dec-10 6:59 
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 
Hi all,

I have made a application in which i have a list control. Suppose that list control has 5 items when i press a button a thread is started using AfxBeginThread. Inside that thread i have made a for loop. That for loop pick up items from list and do some processings say a,b,c. These processing use functions of some other classes to get their result. I have a made a second button, by clicking on that second button i stop my thread using ::TerminateThread(obj,NULL);. My problem is when i click on second button my thread doesn't stop say if it is doing processing b first it will finish doing b then c then it will stop. I tried using ::TerminateThread(obj->m_hThread, NULL); but it also creates problem after some time i.e if i start and stop my processing for 3 times it will not start the process third time.

I don't know what to do?

Can anybody help me in this?

Thanks in advance
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 

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.