Yeah, the window I'm trying to capture from is just a regular Win32 app.
The scenario is this:
I have a special program running which reads data from a connected device and displays it on screen. I'd like to be able to retrieve that data and use it in my own custom application, preferably VIA an ...
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 4 matches
- Wed Sep 19, 2018 10:48 pm
- Forum: General Support
- Topic: Retrieve value from a textbox on a window and expose via HTTP
- Replies: 6
- Views: 886
- Wed Sep 19, 2018 6:16 pm
- Forum: General Support
- Topic: Retrieve value from a textbox on a window and expose via HTTP
- Replies: 6
- Views: 886
Retrieve value from a textbox on a window and expose via HTTP
Hi,
I've got a program which I want to extract a value from and expose via HTTP. The webserver plugin in EG can be used to trigger actions in EG but can it be used to retrieve data? What I'm trying to do is essentially this:
1. Locate a specific GUI control on a specific window (Using the ...
I've got a program which I want to extract a value from and expose via HTTP. The webserver plugin in EG can be used to trigger actions in EG but can it be used to retrieve data? What I'm trying to do is essentially this:
1. Locate a specific GUI control on a specific window (Using the ...
- Thu Oct 22, 2009 1:30 pm
- Forum: Coding Corner
- Topic: Sending window messages to EventGhost
- Replies: 2
- Views: 3461
- Thu Oct 22, 2009 10:33 am
- Forum: Coding Corner
- Topic: Sending window messages to EventGhost
- Replies: 2
- Views: 3461
Sending window messages to EventGhost
Is it possible for my application to somehow tell EventGhost to execute a certain event, preferably by name?
Something like the SendMessage method in the Windows API maybe? If so, can someone provide some working example code?
Thanks!
Something like the SendMessage method in the Windows API maybe? If so, can someone provide some working example code?
Thanks!