Click here to Skip to main content
15,913,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionEditor-debugger setup Pin
Russell'15-Nov-05 3:26
Russell'15-Nov-05 3:26 
AnswerRe: Editor-debugger setup Pin
douglasjordan15-Nov-05 3:30
douglasjordan15-Nov-05 3:30 
GeneralRe: Editor-debugger setup Pin
Russell'15-Nov-05 4:07
Russell'15-Nov-05 4:07 
Questionshared memory Pin
Naveen15-Nov-05 2:38
Naveen15-Nov-05 2:38 
AnswerRe: shared memory Pin
Blake Miller15-Nov-05 10:25
Blake Miller15-Nov-05 10:25 
QuestionHow can I put characters directly into the keyboard buffer? Pin
reinhard_jd15-Nov-05 2:24
reinhard_jd15-Nov-05 2:24 
AnswerRe: How can I put characters directly into the keyboard buffer? Pin
douglasjordan15-Nov-05 2:42
douglasjordan15-Nov-05 2:42 
AnswerRe: How can I put characters directly into the keyboard buffer? Pin
Cedric Moonen15-Nov-05 2:50
Cedric Moonen15-Nov-05 2:50 
You can use the SendInput function for that purpose but I don't think this is a great idea. What kind of application are you using ? Console app or windows app ?

In both cases this won't work as expected. In the console app, you can only see text appear if the program reaqire some entry (cin for example) and for the window application, the control inside which you want to display the text needs to have the focus.

Why don't you choose an easier solution: read the data from the serial port yourself and print it yourself. It is much more simple !
AnswerRe: How can I put characters directly into the keyboard buffer? Pin
kakan15-Nov-05 2:53
professionalkakan15-Nov-05 2:53 
AnswerRe: How can I put characters directly into the keyboard buffer? Pin
Bob Stanneveld15-Nov-05 5:54
Bob Stanneveld15-Nov-05 5:54 
AnswerRe: How can I put characters directly into the keyboard buffer? Pin
reinhard_jd15-Nov-05 9:22
reinhard_jd15-Nov-05 9:22 
GeneralRe: How can I put characters directly into the keyboard buffer? Pin
ThatsAlok15-Nov-05 20:59
ThatsAlok15-Nov-05 20:59 
Questionvideo capture to memory. Pin
9ine15-Nov-05 2:23
9ine15-Nov-05 2:23 
AnswerRe: video capture to memory. Pin
erkanina15-Nov-05 4:02
erkanina15-Nov-05 4:02 
Questiondelete or delete [ ]?? Pin
funwithdolphin15-Nov-05 1:35
funwithdolphin15-Nov-05 1:35 
AnswerRe: delete or delete [ ]?? Pin
__yb15-Nov-05 1:41
__yb15-Nov-05 1:41 
GeneralRe: delete or delete [ ]?? Pin
Cedric Moonen15-Nov-05 1:55
Cedric Moonen15-Nov-05 1:55 
GeneralRe: delete or delete [ ]?? Pin
Tim Smith15-Nov-05 2:51
Tim Smith15-Nov-05 2:51 
GeneralRe: delete or delete [ ]?? Pin
__yb15-Nov-05 11:17
__yb15-Nov-05 11:17 
AnswerRe: delete or delete [ ]?? Pin
Cedric Moonen15-Nov-05 1:45
Cedric Moonen15-Nov-05 1:45 
AnswerRe: delete or delete [ ]?? Pin
sunit515-Nov-05 2:01
sunit515-Nov-05 2:01 
AnswerRe: delete or delete [ ]?? Pin
toxcct15-Nov-05 2:21
toxcct15-Nov-05 2:21 
QuestionHow can I copy a opened or shared file (like NTUSER.DAT) Pin
Karl Haupt15-Nov-05 1:07
Karl Haupt15-Nov-05 1:07 
Questionstartup application on pocketpc Pin
sudabeh15-Nov-05 0:33
sudabeh15-Nov-05 0:33 
AnswerRe: startup application on pocketpc Pin
toxcct15-Nov-05 1:10
toxcct15-Nov-05 1:10 

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.