Click here to Skip to main content
15,918,889 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can i know ( in MFC ) that some dialog window is open now ? Pin
Nibu babu thomas20-Sep-06 19:49
Nibu babu thomas20-Sep-06 19:49 
QuestionRe: How can i know ( in MFC ) that some dialog window is open now ? Pin
David Crow21-Sep-06 3:55
David Crow21-Sep-06 3:55 
Questioninp( ) and outp( ) functions Pin
vijay_aroli20-Sep-06 18:31
vijay_aroli20-Sep-06 18:31 
AnswerRe: inp( ) and outp( ) functions Pin
Mohammad Rastkar20-Sep-06 18:39
Mohammad Rastkar20-Sep-06 18:39 
GeneralRe: inp( ) and outp( ) functions Pin
vijay_aroli20-Sep-06 18:47
vijay_aroli20-Sep-06 18:47 
AnswerRe: inp( ) and outp( ) functions Pin
Mohammad Rastkar20-Sep-06 19:09
Mohammad Rastkar20-Sep-06 19:09 
GeneralRe: inp( ) and outp( ) functions Pin
David Crow21-Sep-06 4:00
David Crow21-Sep-06 4:00 
AnswerRe: inp( ) and outp( ) functions Pin
susiriss20-Sep-06 19:04
susiriss20-Sep-06 19:04 
If you are writing to and reading from an external port such as COM1, COM2, LPT1 etc. the better alternative is to use the CreateFile, WriteFile, ReadFile Windows API functions. However, i think that Windows does not allow low-level access to ports in user mode(surely true on NT systems). Then you will have to switch to kernel-mode or another tool.
QuestionRe: inp( ) and outp( ) functions Pin
vijay_aroli20-Sep-06 19:11
vijay_aroli20-Sep-06 19:11 
AnswerRe: inp( ) and outp( ) functions Pin
susiriss20-Sep-06 22:04
susiriss20-Sep-06 22:04 
QuestionRe: inp( ) and outp( ) functions [modified] Pin
vijay_aroli20-Sep-06 23:50
vijay_aroli20-Sep-06 23:50 
QuestionRe: inp( ) and outp( ) functions Pin
David Crow21-Sep-06 4:05
David Crow21-Sep-06 4:05 
QuestionConsole comminication problem Pin
susiriss20-Sep-06 18:24
susiriss20-Sep-06 18:24 
Questionabout accessing a locked file Pin
hqfhy20-Sep-06 17:29
hqfhy20-Sep-06 17:29 
AnswerRe: about accessing a locked file Pin
Christian Graus20-Sep-06 17:48
protectorChristian Graus20-Sep-06 17:48 
GeneralRe: about accessing a locked file Pin
hqfhy20-Sep-06 17:56
hqfhy20-Sep-06 17:56 
GeneralRe: about accessing a locked file Pin
Christian Graus20-Sep-06 18:02
protectorChristian Graus20-Sep-06 18:02 
GeneralRe: about accessing a locked file Pin
hqfhy20-Sep-06 18:10
hqfhy20-Sep-06 18:10 
GeneralRe: about accessing a locked file Pin
David Crow21-Sep-06 4:07
David Crow21-Sep-06 4:07 
Questionwhat is error C2079?? Pin
dacky20-Sep-06 17:28
dacky20-Sep-06 17:28 
AnswerRe: what is error C2079?? Pin
Rinu_Raj20-Sep-06 17:33
Rinu_Raj20-Sep-06 17:33 
AnswerRe: what is error C2079?? Pin
Christian Graus20-Sep-06 17:46
protectorChristian Graus20-Sep-06 17:46 
AnswerRe: what is error C2079?? Pin
Hamid_RT21-Sep-06 8:13
Hamid_RT21-Sep-06 8:13 
QuestionHow TO : Copy Unicode Characters to Clipboard Pin
Mohammad Rastkar20-Sep-06 16:20
Mohammad Rastkar20-Sep-06 16:20 
AnswerRe: How TO : Copy Unicode Characters to Clipboard Pin
Aneesh Valeri20-Sep-06 18:09
Aneesh Valeri20-Sep-06 18:09 

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.