Search:

Type: Posts; User: Bozyo

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    4,018

    Thanks very much, the WM_LBUTTONDOWN and...

    Thanks very much, the WM_LBUTTONDOWN and WM_LBUTTONUP worked perfectly.
  2. Replies
    3
    Views
    4,018

    problem with sending BN_CLICK messages

    I've made a program that can send BN_CLICK messages to buttons from other programs using SendMessageTimeout(), and it works fine for buttons that are obviously standard Windows buttons. But there are...
  3. This is kind of a stupid question, but do you...

    This is kind of a stupid question, but do you know what message I might use for this, or even better how I could get a list of the messages an edit box can accept?
  4. reading editbox contents from a different program

    I need to read the contents of an editbox (or possibly a richedit box) from another program, and I'm not at all sure how to do this. GetWindowText() works when called on editboxes from my own...
  5. Replies
    1
    Views
    947

    accessing text from another program

    Anyone know how I can make a program that can read text from another program's window?

    I'm making the program that needs to read the text, but I didn't make the program it needs to read from and...
Results 1 to 5 of 5