Click here to Skip to main content
16,017,193 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to extract a specific set of Characters from a CString object? Pin
CPallini25-Mar-07 0:02
mveCPallini25-Mar-07 0:02 
QuestionWho knows such a control can meet my requirement? Pin
e7055c24-Mar-07 20:42
e7055c24-Mar-07 20:42 
QuestionWatching the file system...... Pin
Peter Weyzen24-Mar-07 17:01
Peter Weyzen24-Mar-07 17:01 
QuestionAssertion Failed Pin
crieagu24-Mar-07 16:42
crieagu24-Mar-07 16:42 
AnswerRe: Assertion Failed Pin
Christian Graus24-Mar-07 16:53
protectorChristian Graus24-Mar-07 16:53 
GeneralRe: Assertion Failed Pin
crieagu24-Mar-07 17:38
crieagu24-Mar-07 17:38 
GeneralRe: Assertion Failed Pin
Mark Salsbery25-Mar-07 8:37
Mark Salsbery25-Mar-07 8:37 
GeneralRe: Assertion Failed Pin
crieagu26-Mar-07 2:32
crieagu26-Mar-07 2:32 
Thanks for the answer Mark,
I'm using the thread simply to Recall void CConversionDlg::OnAnyMove until the end of data in the listbox.

So, my first call to void CConversionDlg::OnAnyMove will parsing data from first index in listbox then do some move. After it stop moving, the thread is called to renew listbox index(nCurrentNC) with the next index and recall the void CConversionDlg::OnAnyMove through the dlg->CallAnyMove();. These will continue until the last index.

This is my code on CallAnyMove:
 void CConversionDlg::CallAnyMove()<br />
{<br />
	OnAnyMove();<br />
}<br />


Do you have any suggestion on redesigning my code without using thread? because I don't know any other way, yet.

Thx b4,

amelia
GeneralRe: Assertion Failed Pin
Mark Salsbery26-Mar-07 8:26
Mark Salsbery26-Mar-07 8:26 
GeneralRe: Assertion Failed Pin
Stephen Hewitt25-Mar-07 14:18
Stephen Hewitt25-Mar-07 14:18 
QuestionRe: Assertion Failed Pin
David Crow26-Mar-07 2:36
David Crow26-Mar-07 2:36 
AnswerRe: Assertion Failed Pin
crieagu26-Mar-07 3:09
crieagu26-Mar-07 3:09 
GeneralRe: Assertion Failed Pin
David Crow26-Mar-07 3:20
David Crow26-Mar-07 3:20 
GeneralRe: Assertion Failed Pin
crieagu26-Mar-07 3:37
crieagu26-Mar-07 3:37 
GeneralRe: Assertion Failed Pin
David Crow26-Mar-07 3:39
David Crow26-Mar-07 3:39 
QuestionReading csv file -> Lil modification needed..... Pin
Software_Specialist24-Mar-07 15:13
Software_Specialist24-Mar-07 15:13 
AnswerRe: Reading csv file -> Lil modification needed..... Pin
Software_Specialist25-Mar-07 3:30
Software_Specialist25-Mar-07 3:30 
GeneralRe: Reading csv file -> Lil modification needed..... Pin
PJ Arends25-Mar-07 13:20
professionalPJ Arends25-Mar-07 13:20 
GeneralRe: Reading csv file -&amp;gt; Lil modification needed..... Pin
Stephen Hewitt25-Mar-07 14:32
Stephen Hewitt25-Mar-07 14:32 
GeneralRe: Reading csv file -> Lil modification needed..... Pin
PJ Arends25-Mar-07 17:00
professionalPJ Arends25-Mar-07 17:00 
AnswerRe: Reading csv file -> Lil modification needed..... Pin
Stephen Hewitt25-Mar-07 14:35
Stephen Hewitt25-Mar-07 14:35 
GeneralRe: Reading csv file -> Lil modification needed..... Pin
Software_Specialist26-Mar-07 10:21
Software_Specialist26-Mar-07 10:21 
GeneralRe: Reading csv file -&amp;gt; Lil modification needed..... Pin
Stephen Hewitt26-Mar-07 13:22
Stephen Hewitt26-Mar-07 13:22 
GeneralRe: Reading csv file -&amp;gt; Lil modification needed..... Pin
Software_Specialist26-Mar-07 14:22
Software_Specialist26-Mar-07 14:22 
GeneralRe: Reading csv file -&amp;gt; Lil modification needed..... Pin
Stephen Hewitt26-Mar-07 14:32
Stephen Hewitt26-Mar-07 14:32 

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.