Click here to Skip to main content
15,915,864 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Check if is folder or file function? Pin
David Crow22-Mar-07 3:06
David Crow22-Mar-07 3:06 
GeneralRe: Check if is folder or file function? Pin
Rajesh R Subramanian22-Mar-07 3:18
professionalRajesh R Subramanian22-Mar-07 3:18 
GeneralRe: Check if is folder or file function? Pin
David Crow22-Mar-07 3:23
David Crow22-Mar-07 3:23 
AnswerRe: Check if is folder or file function? Pin
DLChambers23-Mar-07 16:52
DLChambers23-Mar-07 16:52 
AnswerRe: Check if is folder or file function? Pin
bosfan25-Mar-07 21:25
bosfan25-Mar-07 21:25 
QuestionProblem with Sleep() function in Thread Proc Pin
priyank_ldce22-Mar-07 0:47
priyank_ldce22-Mar-07 0:47 
AnswerRe: Problem with Sleep() function in Thread Proc Pin
prasad_som22-Mar-07 0:57
prasad_som22-Mar-07 0:57 
AnswerRe: Problem with Sleep() function in Thread Proc Pin
Roger Stoltz22-Mar-07 2:09
Roger Stoltz22-Mar-07 2:09 
Perhaps a little bit off topic, but it may solve your problem anyway...
The call to ::Sleep() should probably be removed.

When mentioning a sleep operation together with multithreading, chances are that the multithreading concept is not quite understood. Even the use of ::Sleep() is a warning sign itself.

Read about why ::Sleep() should be avoided here[^].
Read about how multithreading should be done here[^].

I humbly advise you to read the articles since they will prevent you from doing common mistakes that you will have a hard time tracking down later.


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown

GeneralRe: Problem with Sleep() function in Thread Proc Pin
John R. Shaw22-Mar-07 3:00
John R. Shaw22-Mar-07 3:00 
GeneralRe: Problem with Sleep() function in Thread Proc Pin
Roger Stoltz22-Mar-07 3:22
Roger Stoltz22-Mar-07 3:22 
GeneralRe: Problem with Sleep() function in Thread Proc Pin
John R. Shaw22-Mar-07 19:54
John R. Shaw22-Mar-07 19:54 
QuestionList Control updates Pin
jagannathan thiruvengadathan22-Mar-07 0:21
jagannathan thiruvengadathan22-Mar-07 0:21 
AnswerRe: List Control updates Pin
Rajesh R Subramanian22-Mar-07 0:28
professionalRajesh R Subramanian22-Mar-07 0:28 
GeneralRe: List Control updates Pin
jagannathan thiruvengadathan22-Mar-07 0:47
jagannathan thiruvengadathan22-Mar-07 0:47 
AnswerRe: List Control updates Pin
Ranjoy Guha22-Mar-07 1:24
Ranjoy Guha22-Mar-07 1:24 
NewsRe: List Control updates Pin
Rajesh R Subramanian22-Mar-07 1:29
professionalRajesh R Subramanian22-Mar-07 1:29 
GeneralRe: List Control updates Pin
Ranjoy Guha22-Mar-07 1:35
Ranjoy Guha22-Mar-07 1:35 
AnswerRe: List Control updates Pin
Rajesh R Subramanian22-Mar-07 1:58
professionalRajesh R Subramanian22-Mar-07 1:58 
GeneralRe: List Control updates Pin
Ranjoy Guha22-Mar-07 2:13
Ranjoy Guha22-Mar-07 2:13 
GeneralRe: List Control updates Pin
Rajesh R Subramanian22-Mar-07 2:57
professionalRajesh R Subramanian22-Mar-07 2:57 
GeneralRe: List Control updates Pin
David Crow22-Mar-07 3:12
David Crow22-Mar-07 3:12 
QuestionNumber of controls in a dialog Pin
jerome_data22-Mar-07 0:12
jerome_data22-Mar-07 0:12 
AnswerRe: Number of controls in a dialog Pin
Christian Graus22-Mar-07 0:18
protectorChristian Graus22-Mar-07 0:18 
GeneralRe: Number of controls in a dialog Pin
Rajesh R Subramanian22-Mar-07 0:26
professionalRajesh R Subramanian22-Mar-07 0:26 
GeneralRe: Number of controls in a dialog Pin
jerome_data22-Mar-07 1:03
jerome_data22-Mar-07 1: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.