Click here to Skip to main content
15,924,193 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: another thing... Pin
Anonymous10-Oct-05 1:40
Anonymous10-Oct-05 1:40 
QuestionCalling C++ DLLs from VC++ and VB - Part 1 Pin
swatch24689-Oct-05 6:28
swatch24689-Oct-05 6:28 
AnswerRe: Calling C++ DLLs from VC++ and VB - Part 1 Pin
Jose Lamas Rios9-Oct-05 16:49
Jose Lamas Rios9-Oct-05 16:49 
AnswerRe: Calling C++ DLLs from VC++ and VB - Part 1 Pin
oustar9-Oct-05 16:50
oustar9-Oct-05 16:50 
QuestionAccessing CRecordSet through dialog class Pin
heavenode9-Oct-05 5:13
heavenode9-Oct-05 5:13 
AnswerRe: Accessing CRecordSet through dialog class Pin
Jose Lamas Rios9-Oct-05 17:20
Jose Lamas Rios9-Oct-05 17:20 
QuestionAfxBeginThread Pin
LiYS9-Oct-05 4:40
LiYS9-Oct-05 4:40 
AnswerRe: AfxBeginThread Pin
PJ Arends9-Oct-05 9:22
professionalPJ Arends9-Oct-05 9:22 
You have to use some sort of synchronization. Check out WaitForSingleObject(), CEvent, CCriticalSection, CSingleLock, etc. If you do not synchronize your threads they will run totally independant of each other and you will not be able to control how far or fast one thread runs in comparison to another.



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" - mYkel - 21 Jun '04

"There's not enough blatant self-congratulatory backslapping in the world today..." - HumblePie - 21 Jun '05

Within you lies the power for good - Use it!
QuestionProblem with CComboBox Pin
Mateusz Karbowy9-Oct-05 1:52
Mateusz Karbowy9-Oct-05 1:52 
AnswerRe: Problem with CComboBox Pin
Gary R. Wheeler9-Oct-05 2:32
Gary R. Wheeler9-Oct-05 2:32 
GeneralRe: Problem with CComboBox Pin
Mateusz Karbowy9-Oct-05 6:03
Mateusz Karbowy9-Oct-05 6:03 
QuestionProgramatically resise a Dialog and reoganize its controls Pin
Member 12423739-Oct-05 1:10
Member 12423739-Oct-05 1:10 
AnswerRe: Programatically resise a Dialog and reoganize its controls Pin
Christian Graus9-Oct-05 2:15
protectorChristian Graus9-Oct-05 2:15 
GeneralRe: Programatically resise a Dialog and reoganize its controls Pin
Qadddd10-Oct-05 7:19
Qadddd10-Oct-05 7:19 
AnswerRe: Programatically resise a Dialog and reoganize its controls Pin
eli150219799-Oct-05 3:35
eli150219799-Oct-05 3:35 
GeneralRe: Programatically resise a Dialog and reoganize its controls Pin
Qadddd10-Oct-05 7:26
Qadddd10-Oct-05 7:26 
GeneralRe: Programatically resise a Dialog and reoganize its controls Pin
eli1502197910-Oct-05 19:07
eli1502197910-Oct-05 19:07 
QuestionHow to repaint a selected row Pin
study.sourabh9-Oct-05 1:07
study.sourabh9-Oct-05 1:07 
AnswerRe: How to repaint a selected row Pin
Jack Puppy9-Oct-05 1:15
Jack Puppy9-Oct-05 1:15 
Questionmake computers play checkers Pin
Member 22984578-Oct-05 22:40
Member 22984578-Oct-05 22:40 
AnswerRe: make computers play checkers Pin
Gary R. Wheeler9-Oct-05 2:36
Gary R. Wheeler9-Oct-05 2:36 
GeneralRe: make computers play checkers Pin
Anonymous10-Oct-05 0:54
Anonymous10-Oct-05 0:54 
Questionhow to calculate an expression Pin
cauvang8-Oct-05 18:33
cauvang8-Oct-05 18:33 
AnswerRe: how to calculate an expression Pin
Chris Losinger8-Oct-05 18:46
professionalChris Losinger8-Oct-05 18:46 
AnswerRe: how to calculate an expression Pin
Jose Lamas Rios9-Oct-05 17:55
Jose Lamas Rios9-Oct-05 17:55 

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.