Click here to Skip to main content
15,904,287 members
Home / Discussions / C#
   

C#

 
AnswerRe: Dll Callback and shared memory Pin
Mark Salsbery9-Nov-08 7:17
Mark Salsbery9-Nov-08 7:17 
GeneralRe: Dll Callback and shared memory Pin
Paolo Vernazza9-Nov-08 8:25
Paolo Vernazza9-Nov-08 8:25 
GeneralRe: Dll Callback and shared memory Pin
Mark Salsbery9-Nov-08 8:34
Mark Salsbery9-Nov-08 8:34 
GeneralRe: Dll Callback and shared memory Pin
Paolo Vernazza10-Nov-08 5:21
Paolo Vernazza10-Nov-08 5:21 
Questionhow to send text to external program Pin
E_Gold9-Nov-08 2:36
E_Gold9-Nov-08 2:36 
AnswerRe: how to send text to external program Pin
Giorgi Dalakishvili9-Nov-08 3:09
mentorGiorgi Dalakishvili9-Nov-08 3:09 
GeneralRe: how to send text to external program Pin
E_Gold9-Nov-08 3:39
E_Gold9-Nov-08 3:39 
GeneralRe: how to send text to external program Pin
Giorgi Dalakishvili9-Nov-08 4:55
mentorGiorgi Dalakishvili9-Nov-08 4:55 
You can use SendKeys Class to send text to other application. The text will be received by the application that is focused. If you want to send it to all open windows, you need to iterate over them, set them as active and than send text. These examples can help you:

How to: Simulate Mouse and Keyboard Events in Code

Enumerating Windows and Filtering Them


AnswerRe: how to send text to external program Pin
sph3rex9-Nov-08 6:31
sph3rex9-Nov-08 6:31 
GeneralRe: how to send text to external program Pin
jas0n2311-Nov-08 0:41
jas0n2311-Nov-08 0:41 
QuestionRun an application? Pin
dec829-Nov-08 1:49
dec829-Nov-08 1:49 
AnswerRe: Run an application? Pin
Guffa9-Nov-08 3:26
Guffa9-Nov-08 3:26 
GeneralRe: Run an application? Pin
dec829-Nov-08 5:21
dec829-Nov-08 5:21 
GeneralRe: Run an application? Pin
Guffa9-Nov-08 6:40
Guffa9-Nov-08 6:40 
QuestionHow to find parent's child in matrix (in maze)? Pin
sitnet9-Nov-08 1:25
sitnet9-Nov-08 1:25 
AnswerRe: How to find parent's child in matrix (in maze)? Pin
Christian Graus9-Nov-08 6:06
protectorChristian Graus9-Nov-08 6:06 
GeneralRe: How to find parent's child in matrix (in maze)? Pin
Luc Pattyn9-Nov-08 8:09
sitebuilderLuc Pattyn9-Nov-08 8:09 
GeneralRe: How to find parent's child in matrix (in maze)? Pin
Pete O'Hanlon9-Nov-08 8:50
mvePete O'Hanlon9-Nov-08 8:50 
GeneralRe: How to find parent's child in matrix (in maze)? Pin
Luc Pattyn9-Nov-08 9:18
sitebuilderLuc Pattyn9-Nov-08 9:18 
QuestionA Question of Style Pin
Roger Wright8-Nov-08 21:36
professionalRoger Wright8-Nov-08 21:36 
AnswerRe: A Question of Style Pin
PIEBALDconsult9-Nov-08 4:45
mvePIEBALDconsult9-Nov-08 4:45 
GeneralRe: A Question of Style Pin
Roger Wright9-Nov-08 5:18
professionalRoger Wright9-Nov-08 5:18 
AnswerRe: A Question of Style Pin
Mark Churchill9-Nov-08 17:00
Mark Churchill9-Nov-08 17:00 
GeneralRe: A Question of Style Pin
Roger Wright9-Nov-08 18:52
professionalRoger Wright9-Nov-08 18:52 
GeneralRe: A Question of Style Pin
Mark Churchill9-Nov-08 18:59
Mark Churchill9-Nov-08 18:59 

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.