Results 1 to 3 of 3

Thread: Label problem

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 1999
    Location
    Guayaquil, Guayas, Ecuador
    Posts
    87
    I now know how to interact with external applications like pressing buttons changing textboxs etc.
    But how can i change label captions because labels doesn't have hwnd
    Thanks

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    461
    You can't do it.

    When you are doing things like pressing buttons and filling in text boxes you are basically taking control of the keyboard and mouse and doing it programatically.

    Understand so far?

    Well now you want to actually change something that is hard coded into the application itself... something that even as a user of the application you are unable to do.

    So the bottom line is you cannot do it... if you could then people could be changing everyone elses applications all over the place and that just wouldn't be right

  3. #3
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    461
    You can't do it.

    When you are doing things like pressing buttons and filling in text boxes you are basically taking control of the keyboard and mouse and doing it programatically.

    Understand so far?

    Well now you want to actually change something that is hard coded into the application itself... something that even as a user of the application you are unable to do.

    So the bottom line is you cannot do it... if you could then people could be changing everyone elses applications all over the place and that just wouldn't be right

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