P
Paul
Hi everyone,
I have created my first real life application, that runs in the system tray
and monitors changes to the clipboard, then depending on the content it may
search our stock file and display the current stock situation in a balloon
(using balloontiptext).
I now want to add extra functionality to my program by making it read text
from any other application without the user having to copy text to the
clipboard.
I have a timer that runs every couple of seconds and I have managed to get
the windows title from any program that is currently running, into a
variable in my application, but I can't figure out how to read other fields
on the users application (ideally which ever has the focus)
Ideally I want to copy the entire content of an email body into a vairable
in my application, so I can then search it for product codes, and then if
necessary provide stock info in a bubble.
Can anyone help ?, sample code much appreciated as I am new to VB.net and I
have previously only worked with MSAccess VBA.
Thanks
Paul
I have created my first real life application, that runs in the system tray
and monitors changes to the clipboard, then depending on the content it may
search our stock file and display the current stock situation in a balloon
(using balloontiptext).
I now want to add extra functionality to my program by making it read text
from any other application without the user having to copy text to the
clipboard.
I have a timer that runs every couple of seconds and I have managed to get
the windows title from any program that is currently running, into a
variable in my application, but I can't figure out how to read other fields
on the users application (ideally which ever has the focus)
Ideally I want to copy the entire content of an email body into a vairable
in my application, so I can then search it for product codes, and then if
necessary provide stock info in a bubble.
Can anyone help ?, sample code much appreciated as I am new to VB.net and I
have previously only worked with MSAccess VBA.
Thanks
Paul