Search:

Type: Posts; User: marc74

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,098

    I've tried the .dll injection method on that site...

    I've tried the .dll injection method on that site but without luck - a .bmp is being copied to the clipboard but it is always just a black screen. The site mentions it being for NT, so do you know...
  2. Replies
    5
    Views
    1,098

    Thanks Ken, So does that mean it is impossible...

    Thanks Ken,

    So does that mean it is impossible to grab the contents of a non-visible window ?

    If so, is there a way for me to detect when the window has completed drawing instead of putting in...
  3. Replies
    5
    Views
    1,098

    grab contents of non visible window

    Hi,

    I'd like to screengrab a window even when it is not visible but can't work out how to do it and I wonder if someone can help me.

    The function below grabs the contents of the window ok if I...
  4. Replies
    1
    Views
    1,999

    posting a mouse message to a window

    Hi,

    I'm writing an app that automates a process for me based on the log window from another 3rd party app while it is being generated.

    I've tackled the reading of the apps log window and I've...
  5. Replies
    4
    Views
    1,291

    Ok, I've tried using the following code but it's...

    Ok, I've tried using the following code but it's just not reporting any buttons for the window, even though I can see they exist. Unless they're implementing buttons in some way that makes them...
  6. Replies
    4
    Views
    1,291

    Reading a list of window buttons

    Hi,

    Is there a way to obtain a list of all the buttons on a window given that windows handle ?

    Thanks,
    Marc
  7. Hi, I can't seem to get my new text strings I...

    Hi,

    I can't seem to get my new text strings I add to my edit control to appear at the end of the control. Instead they always seem to be added first.

    eg I get
    "string2"
    "string1"

    whereas...
  8. How can I send a text string to an edit control

    Hi,

    I'm trying to use an Edit control to output data from my program to a log window (with vertical scroll bar).

    Firstly, I'm not sure if using an Edit control is the best option - if I set...
  9. Thread: Windows handles

    by marc74
    Replies
    8
    Views
    1,684

    Thanks, I've started using SendMessage ( )...

    Thanks,

    I've started using SendMessage ( ) with EM_GETLINECOUNT and EM_GETLINE and that seems to be retrieving the text for me.

    I plan to just keep a count of the line count when I last read...
  10. Thread: Windows handles

    by marc74
    Replies
    8
    Views
    1,684

    That's great, thanks. While I'm at it, once I...

    That's great, thanks.

    While I'm at it, once I have these handles, can I send messages to any child window of one of these parent windows belonging to another app ? For example, could I even...
  11. Thread: Windows handles

    by marc74
    Replies
    8
    Views
    1,684

    Windows handles

    Hi,

    I'm trying to write a program that will automate a process for me based on the text output in a scroll window belonging to another app. The first step is that I need to be able to get the...
Results 1 to 11 of 12