Results 1 to 3 of 3

Thread: Sendkeys it doesn't seem to work

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2001
    Location
    Scotland, UK
    Posts
    321

    Sendkeys it doesn't seem to work

    Hi, I am trying to Press Ctrl+G in another app (AOl) then put stuff into the box that appears.

    On pressing Ctrl+G a box should appear asking for details, however the box wont appear, what have I missed out?

    Code:
    AppActivate "AOL"
    SendKeys "^{G}"
    ...
    Ive tryied it as just "^G" but it wont work either.

    Thanks for any help.

  2. #2
    Matthew Gates
    Guest
    Visit www.patorjk.com for AOL programming.

  3. #3
    Megatron
    Guest
    Maybe using PostMessage send WM_KEYDOWN will work better.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width