Results 1 to 5 of 5

Thread: proplem withe SENDKEY need help

  1. #1
    Newbie altinono's Avatar
    Join Date
    Jan 2007
    Posts
    46

    proplem withe SENDKEY need help

    hi
    i have proplem withe the (SENDKEY) code
    i'm bad in english so the next PIC explaining my proplem


    this is what i have tryed but it's not work
    i don't know what i'm doing
    -----------
    B09,570,515,68,85,"ACTIVATE;NCK||SENDKEY;{Night mode}"
    B09,570,515,68,85,"ACTIVATE;NCK||SENDKEY;Night mode"
    B09,570,515,68,85,"ACTIVATE;NCK""SENDKEY;{Night mode}"
    B09,570,515,68,85,"ACTIVATE;NCK""SENDKEY;Night mode"
    B09,570,515,68,85,"SENDKEY;{Night mode}",""
    B09,570,515,68,85,"SENDKEY;Night mode",""
    B09,570,515,68,85,"Night mode",""
    B09,570,515,68,85,"Night mode","Night mode"
    B09,570,515,68,85,","Night mode"
    -----------

    some info with winspector




    night and day mode


  2. #2
    Newbie
    Join Date
    Jun 2007
    Posts
    41
    I had a similar problem and its solution was just open the windows task manager and kill the process "ctfmon". You can try with this.

  3. #3
    Confusion Master
    Auto Apps:loading...
    Enforcer's Avatar
    Join Date
    Sep 2003
    Location
    If you go down to the woods today, You're sure of
    Posts
    14,061
    Sendkey does not send a class name of a button for the program to respond, it sends a series of keypresses.


    So unless the program has keystrokes for those buttons, you can't do it.


    Hmm, that's navigon isn't it?

    I might have a copy of that to look at.

    < back soon>

  4. #4
    Newbie altinono's Avatar
    Join Date
    Jan 2007
    Posts
    46
    Quote Originally Posted by Enforcer View Post
    Sendkey does not send a class name of a button for the program to respond, it sends a series of keypresses.


    So unless the program has keystrokes for those buttons, you can't do it.


    Hmm, that's navigon isn't it?

    I might have a copy of that to look at.

    < back soon>


    that make sense

    i have tryed all keys in the keyboard, and the keys are work is (Esc) (Enter)
    both keys showing the window of Selection, see next PIC

    and that give me Idea how SENDKEY is work
    here is the command

    B09,570,515,68,85,"ACTIVATE;NCK||SENDKEY;{ESC}"

    ya it's work now, but two touch to get what i want

    is there any way to send a class name of a button for the program to respond ?


    yes it's navigon

  5. #5
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    Sendkey can only send normal "keys" to the currently active application.. you'd have to find the key that brings up that menu ALT+M, CTRL+M or who knows, then hopefully there should also be another key associated for each button... other than that, you can try to use girder or some other application to generate actual "mouse" clicks from commands.
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

Similar Threads

  1. Problems with SENDKEY command
    By jamedinar in forum Road Runner
    Replies: 1
    Last Post: 01-26-2008, 07:51 AM
  2. Replies: 13
    Last Post: 12-02-2007, 06:10 AM
  3. Sendkey not working
    By ThunderStick in forum Road Runner
    Replies: 8
    Last Post: 09-12-2006, 07:28 AM
  4. RR not regaining focus after Sendkey...
    By J187 in forum Road Runner
    Replies: 4
    Last Post: 01-15-2006, 01:39 AM
  5. SENDKEY & MM Embedding
    By ruairi in forum Road Runner
    Replies: 11
    Last Post: 04-04-2005, 05:36 PM

Bookmarks

Posting Permissions

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