We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

[57] SendKeys Command

Last post 12-04-2007 7:22 AM by vin25. 33 replies.
Page 3 of 3 (34 items) < Previous 1 2 3
Sort Posts: Previous Next
  • 04-11-2005 5:39 AM In reply to

    Thanks,

    It is working.

    Sunil R
    • Post Points: 0
  • 11-03-2005 9:05 AM In reply to

    send keystrokes to unactive window

    Hello, I was wondering if there is a way to send keystrokes to a window that isn't active, such as a minimized application.
    • Post Points: 0
  • 04-27-2007 7:31 PM In reply to

    • hal999
    • Not Ranked
    • Joined on 04-27-2007
    • United States
    • New Member
    • Points 5

    Re: Mouse Clicks

    Use the Windows API.
    • Post Points: 5
  • 12-04-2007 7:22 AM In reply to

    • vin25
    • Not Ranked
    • Joined on 12-04-2007
    • India
    • New Member
    • Points 5

    Re: Why doesn't Sendkeys Work in REMOTE NotePad

     

    I have a similar issue. If any one has any idea how to send key strokes to a citrix client plz reply

     

    torcaz99:
    I´m using VBScript and it works if I put something like:

     AppActivate "Bloc de notas"                    ' I´ve win2000 in Spanish
     sendKeys ("keys to send"), true

    But I´m using Citrix and execute remote applications. Then I open a remote Notepad and write:

     AppActivate "Bloc de notas - \\Remote"     ' win2000 in Spanish
     sendKeys ("keys to send"), true

    The first line works ok, the remote application activates, but the sendKeys doesn´t work.

    Please, ¿can anyone tell me if there is any way to send key to remote applications?

     Thanks

    • Post Points: 5
Page 3 of 3 (34 items) < Previous 1 2 3