Click here to Skip to main content
15,902,032 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to fast forward and rewind in directshow Pin
Hamid_RT21-May-07 9:31
Hamid_RT21-May-07 9:31 
QuestionOnwer draw ListCtrl Pin
kcynic18-May-07 18:47
kcynic18-May-07 18:47 
AnswerRe: Onwer draw ListCtrl Pin
PJ Arends19-May-07 6:44
professionalPJ Arends19-May-07 6:44 
Questionvirtual key code Pin
prathuraj18-May-07 18:37
prathuraj18-May-07 18:37 
AnswerRe: virtual key code Pin
Rajesh R Subramanian18-May-07 19:04
professionalRajesh R Subramanian18-May-07 19:04 
AnswerRe: virtual key code Pin
Hamid_RT18-May-07 19:47
Hamid_RT18-May-07 19:47 
Questionclosing several instances of same thread Pin
neha.agarwal2718-May-07 18:19
neha.agarwal2718-May-07 18:19 
AnswerRe: closing several instances of same thread Pin
neha.agarwal2718-May-07 18:50
neha.agarwal2718-May-07 18:50 
my problem got solved using TerminateThread. but the new problem is when thread is not running and the function calls TerminateThread it gives debug asserstion failed error. i have also tried using:
if(::GetExitCodeThread(CloseTh->m_hThread,0))
::TerminateThread(CloseTh->m_hThread,0);


but it also gives debug assertion failed may be i m not using it correctly.

Can annybody help me in this

thanks in advance
GeneralRe: closing several instances of same thread Pin
Arman S.18-May-07 21:03
Arman S.18-May-07 21:03 
GeneralRe: closing several instances of same thread Pin
Hamid_RT18-May-07 21:43
Hamid_RT18-May-07 21:43 
AnswerRe: closing several instances of same thread Pin
Arman S.18-May-07 21:09
Arman S.18-May-07 21:09 
QuestionHelp aout Ownerdraw CHeaderCtrl Pin
kcynic18-May-07 16:31
kcynic18-May-07 16:31 
AnswerRe: Help aout Ownerdraw CHeaderCtrl Pin
Hamid_RT18-May-07 19:49
Hamid_RT18-May-07 19:49 
GeneralRe: Help aout Ownerdraw CHeaderCtrl Pin
kcynic18-May-07 21:30
kcynic18-May-07 21:30 
GeneralRe: Help aout Ownerdraw CHeaderCtrl Pin
Hamid_RT18-May-07 21:50
Hamid_RT18-May-07 21:50 
QuestionUrgent question: Char issues Pin
donno118-May-07 15:36
donno118-May-07 15:36 
AnswerRe: Urgent question: Char issues Pin
PJ Arends18-May-07 16:34
professionalPJ Arends18-May-07 16:34 
GeneralRe: Urgent question: Char issues Pin
donno118-May-07 16:51
donno118-May-07 16:51 
GeneralRe: Urgent question: Char issues Pin
PJ Arends18-May-07 17:17
professionalPJ Arends18-May-07 17:17 
GeneralRe: Urgent question: Char issues Pin
donno118-May-07 17:30
donno118-May-07 17:30 
GeneralRe: Urgent question: Char issues Pin
donno118-May-07 21:31
donno118-May-07 21:31 
AnswerRe: Urgent question: Char issues Pin
normanS18-May-07 21:51
normanS18-May-07 21:51 
GeneralRe: Urgent question: Char issues Pin
donno118-May-07 22:46
donno118-May-07 22:46 
GeneralRe: Urgent question: Char issues Pin
normanS19-May-07 7:31
normanS19-May-07 7:31 
QuestionWrong code while reading a file i think :( [modified] Pin
Immunity1818-May-07 14:03
Immunity1818-May-07 14:03 

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.