Click here to Skip to main content
16,010,022 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: lcase in c++ Pin
Joaquín M López Muñoz13-Mar-02 20:09
Joaquín M López Muñoz13-Mar-02 20:09 
GeneralRe: lcase in c++ Pin
Tim Smith14-Mar-02 2:17
Tim Smith14-Mar-02 2:17 
GeneralRe: lcase in c++ Pin
Joaquín M López Muñoz14-Mar-02 2:23
Joaquín M López Muñoz14-Mar-02 2:23 
Questionhow to display a progress thread Pin
13-Mar-02 14:40
suss13-Mar-02 14:40 
AnswerRe: how to display a progress thread Pin
alex.barylski13-Mar-02 14:56
alex.barylski13-Mar-02 14:56 
AnswerRe: how to display a progress thread Pin
13-Mar-02 16:05
suss13-Mar-02 16:05 
GeneralRe: how to display a progress thread Pin
alex.barylski13-Mar-02 18:14
alex.barylski13-Mar-02 18:14 
GeneralRe: how to display a progress thread Pin
13-Mar-02 19:13
suss13-Mar-02 19:13 
sorry for my poor explain ability,I am a beginner,my problem is:
I use one progress to show the status of the current read and current write,but I cant calculate the percent exactly, because all the time expenses is a sum of the reading time and the writting time,the reading procedure locates in "Tremesh" class, but the writting procedure locates in "CView" class, since I can't claculate the percent exactly, I creat a UI thread, the main job of this UI thread is changing a progress continously, It doesn't care about the percent associated with the reading and writting procedure.I hope behind this progress changing, my reading and writting are still working,
but I found, after I use a AfxBeginThread(RUNTIME_CLASS(CProgressThread))to begin the UI thread in the main reading and writting thread , It doesn't start until reading and writting thread ends, my intention is the UI thread should start accompanying with the reading and writting thread, not start after that.
how can i do, thanks.
GeneralRe: how to display a progress thread Pin
alex.barylski13-Mar-02 20:10
alex.barylski13-Mar-02 20:10 
AnswerRe: how to display a progress thread Pin
Christopher Lord13-Mar-02 22:17
Christopher Lord13-Mar-02 22:17 
GeneralRe: how to display a progress thread Pin
14-Mar-02 1:06
suss14-Mar-02 1:06 
QuestionHow to map scrollbar to mouse move Pin
Jacky Wu13-Mar-02 14:34
Jacky Wu13-Mar-02 14:34 
AnswerRe: How to map scrollbar to mouse move Pin
alex.barylski13-Mar-02 14:44
alex.barylski13-Mar-02 14:44 
GeneralWrong AppIcon... Pin
13-Mar-02 13:54
suss13-Mar-02 13:54 
GeneralRe: Wrong AppIcon... Pin
Klaus Probst13-Mar-02 16:03
Klaus Probst13-Mar-02 16:03 
GeneralRe: Wrong AppIcon... Pin
13-Mar-02 16:23
suss13-Mar-02 16:23 
GeneralRe: Wrong AppIcon... Pin
Ravi Bhavnani13-Mar-02 16:51
professionalRavi Bhavnani13-Mar-02 16:51 
GeneralRe: Wrong AppIcon... Pin
13-Mar-02 16:54
suss13-Mar-02 16:54 
GeneralRe: Wrong AppIcon... Pin
14-Mar-02 3:02
suss14-Mar-02 3:02 
GeneralNeed Quality VU Meter source code Pin
Mark R. Johnson13-Mar-02 13:47
Mark R. Johnson13-Mar-02 13:47 
GeneralC++ Image Pin
13-Mar-02 13:49
suss13-Mar-02 13:49 
GeneralRe: C++ Image Pin
Christian Graus13-Mar-02 13:55
protectorChristian Graus13-Mar-02 13:55 
GeneralClear all message from the queue Pin
13-Mar-02 12:23
suss13-Mar-02 12:23 
GeneralRe: Clear all message from the queue Pin
Joaquín M López Muñoz13-Mar-02 12:34
Joaquín M López Muñoz13-Mar-02 12:34 
GeneralIStream & CFile Pin
AJ12313-Mar-02 12:00
AJ12313-Mar-02 12:00 

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.