stuff keystokes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Analizer1

    #1

    stuff keystokes

    hi all
    how can i send key strokes to another application
    after i started it using process class

    when this applications starts i need anykey to continue

    tks


  • =?Utf-8?B?RmFtaWx5IFRyZWUgTWlrZQ==?=

    #2
    RE: stuff keystokes

    You need to look at the class System.Windows. Forms.SendKeys, and look at the
    Send() or SendWait() static methods.

    "Analizer1" wrote:
    hi all
    how can i send key strokes to another application
    after i started it using process class
    >
    when this applications starts i need anykey to continue
    >
    tks
    >
    >
    >

    Comment

    Working...