Click here to Skip to main content
15,904,024 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CToolBarCtrl always set the left most button focus Pin
fantasy12151-Sep-08 23:08
fantasy12151-Sep-08 23:08 
QuestionDefault parameter in ActiveX methodes Pin
samira forooghi1-Sep-08 21:39
samira forooghi1-Sep-08 21:39 
Questionreg :dlls and messages Pin
coding_ram1-Sep-08 21:29
coding_ram1-Sep-08 21:29 
QuestionOpening one instance of dialog box after cancel or ok it shouldn't be displayed again..... Pin
VCProgrammer1-Sep-08 21:16
VCProgrammer1-Sep-08 21:16 
AnswerRe: Opening one instance of dialog box after cancel or ok it shouldn't be displayed again..... Pin
SandipG 1-Sep-08 21:20
SandipG 1-Sep-08 21:20 
GeneralRe: Opening one instance of dialog box after cancel or ok it shouldn't be displayed again..... Pin
VCProgrammer1-Sep-08 21:42
VCProgrammer1-Sep-08 21:42 
QuestionSerial port transfer speed Pin
sunny_vc1-Sep-08 21:16
sunny_vc1-Sep-08 21:16 
AnswerRe: Serial port transfer speed Pin
Roger Stoltz1-Sep-08 21:29
Roger Stoltz1-Sep-08 21:29 
You are most likely using non-overlapped mode.
The consequence of this is that the driver only handles one IRP at a time.
This means that if you've issued a read request with a call to ::ReadFile(), the driver will be "blocked" until the read request times out and a write request can be handled. How long time it takes depends on how you've set up the comm timeouts with a call to ::SetCommTimeouts().


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


GeneralRe: Serial port transfer speed Pin
sunny_vc1-Sep-08 21:46
sunny_vc1-Sep-08 21:46 
AnswerRe: Serial port transfer speed Pin
Roger Stoltz1-Sep-08 22:12
Roger Stoltz1-Sep-08 22:12 
Questionget Operating system name programmatically c++ Pin
onlyjaypatel1-Sep-08 21:09
onlyjaypatel1-Sep-08 21:09 
AnswerRe: get Operating system name programmatically c++ Pin
Rajesh R Subramanian1-Sep-08 21:14
professionalRajesh R Subramanian1-Sep-08 21:14 
GeneralRe: get Operating system name programmatically c++ Pin
onlyjaypatel1-Sep-08 21:19
onlyjaypatel1-Sep-08 21:19 
GeneralRe: get Operating system name programmatically c++ Pin
SandipG 1-Sep-08 21:26
SandipG 1-Sep-08 21:26 
GeneralRe: get Operating system name programmatically c++ Pin
onlyjaypatel1-Sep-08 21:47
onlyjaypatel1-Sep-08 21:47 
GeneralRe: get Operating system name programmatically c++ Pin
Mark Salsbery2-Sep-08 7:38
Mark Salsbery2-Sep-08 7:38 
GeneralRe: get Operating system name programmatically c++ Pin
Rajesh R Subramanian1-Sep-08 21:29
professionalRajesh R Subramanian1-Sep-08 21:29 
GeneralRe: get Operating system name programmatically c++ Pin
onlyjaypatel1-Sep-08 21:46
onlyjaypatel1-Sep-08 21:46 
GeneralRe: get Operating system name programmatically c++ Pin
Dracula Wang1-Sep-08 21:48
Dracula Wang1-Sep-08 21:48 
QuestionRecover data from physically damaged HD Pin
onlyjaypatel1-Sep-08 21:02
onlyjaypatel1-Sep-08 21:02 
AnswerCross post!! Pin
SandipG 1-Sep-08 21:14
SandipG 1-Sep-08 21:14 
Questionexe to .bin file Pin
pooja_friends1-Sep-08 20:49
pooja_friends1-Sep-08 20:49 
AnswerRe: exe to .bin file Pin
Cedric Moonen1-Sep-08 20:54
Cedric Moonen1-Sep-08 20:54 
Questionset default icon Pin
ani_ikram1-Sep-08 20:40
ani_ikram1-Sep-08 20:40 
AnswerRe: set default icon Pin
ani_ikram1-Sep-08 21:21
ani_ikram1-Sep-08 21:21 

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.