Results 1 to 2 of 2

Thread: SendMessage

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 1999
    Location
    California
    Posts
    115
    Im trying to interact with another app, on the other app, there is 4 text boxes and 2 command buttons. If I use Spy++ to find the class names for each textbox, they all show up as "ThunderRT5TextBox", I want to be able to send text to each one, but I can't figure out a way to say, "send to ThunderRT5TextBox (Text1)", Then "send to ThunderRT5TextBox (Text2)". This is the order I'd like to go in is,

    Open App
    Enter text in textbox 1
    Enter text in textbox 2
    Enter text in textbox 3
    Click on command button
    Get Text of textbox 4 and bring it to my app
    Close App

    Is this possible to do? Code examples would be wonderful.

    Thanks in advance,
    Ryan

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jan 1999
    Location
    California
    Posts
    115
    nevermind.

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