AxObjectXMFDisplay Rumba Mainframe Screen Scraper: Can't press F11

Discussion in 'C#' started by SeaHawk, Jul 14, 2008.

  1. SeaHawk

    SeaHawk New Member

    Joined:
    Jul 11, 2008
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    I am having troubles trying to screen scrape Rumba Mainframe. I am using a library from AxInterop.ObjectXMFDisplay.dll to do the scrape. I have been unable to find documentation for this library and most of the coding has been guess work. But everything I need is working now except for one thing: the ability to press F11. There is a SendKeys command that allows me to press F1 - F9 by sending "@1" - "@9". However anything sent without an @ sign is simply written on the screen and only the character following the @ sign is sent as a command. So for instance if I send "@11" it would press F1 and write "1" to the screen. I know that "@E" presses enter, "@C" clears the screen, and "@D" deletes, but nothing else seems to do anything. Has anyone seen this before or know how to work around it so I can programmatically press F11 in Rumba Mainframe?
     
  2. SeaHawk

    SeaHawk New Member

    Joined:
    Jul 11, 2008
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    I found the solution which was to send "@b" and the b had to be lowercase.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice