Connecting Tech Pros Worldwide Forums | Help | Site Map

How to Get Text&Event in a window of another running process(linuxgtk)?

Darwin Lalo
Guest
 
Posts: n/a
#1: Jun 27 '08
I have read a lot of document.
But I can't find a little clue.

I want get the text & event in a window of a running process.

I have not the source code of the process,of course.

It is like the "hook" in a microsoft windows.

thank for any tips.

2008-04-21
Ian Collins
Guest
 
Posts: n/a
#2: Jun 27 '08

re: How to Get Text&Event in a window of another running process(linuxgtk)?


Darwin Lalo wrote:
Quote:
I have read a lot of document.
But I can't find a little clue.
>
I want get the text & event in a window of a running process.
>
I have not the source code of the process,of course.
>
It is like the "hook" in a microsoft windows.
>
Ask on a linux/GTK group or forum.

--
Ian Collins.
Darwin Lalo
Guest
 
Posts: n/a
#3: Jun 27 '08

re: How to Get Text&Event in a window of another running process(linuxgtk)?


On 4月22日, 上午11时28分, Ian Collins <ian-n...@hotmail.comwrote:
Quote:
Darwin Lalo wrote:
Quote:
I have read a lot of document.
But I can't find a little clue.
>
Quote:
I want get the text & event in a window of a running process.
>
Quote:
I have not the source code of the process,of course.
>
Quote:
It is like the "hook" in a microsoft windows.
>
Ask on a linux/GTK group or forum.
>
--
Ian Collins.
I have google a lot,But does not find a good "linux/GTK group or
forum".
can you tell me one? thanks a lot.
Jim Langston
Guest
 
Posts: n/a
#4: Jun 27 '08

re: How to Get Text&Event in a window of another running process(linuxgtk)?


Darwin Lalo wrote:
Quote:
On 4月22日, 上午11时28分, Ian Collins <ian-n...@hotmail.comwrote:
Quote:
>Darwin Lalo wrote:
Quote:
>>I have read a lot of document.
>>But I can't find a little clue.
>>
Quote:
>>I want get the text & event in a window of a running process.
>>
Quote:
>>I have not the source code of the process,of course.
>>
Quote:
>>It is like the "hook" in a microsoft windows.
>>
>Ask on a linux/GTK group or forum.
>>
>--
>Ian Collins.
>
I have google a lot,But does not find a good "linux/GTK group or
forum".
can you tell me one? thanks a lot.
Very windows specific. Try microsoft.public.vc.language even if you aren't
using it.

They'll probably point you at some combination of FindWindow and
EnumChildWindows.


--
Jim Langston
tazmaster@rocketmail.com


Lionel B
Guest
 
Posts: n/a
#5: Jun 27 '08

re: How to Get Text&Event in a window of another running process(linuxgtk)?


On Tue, 22 Apr 2008 02:33:19 -0700, Jim Langston wrote:
Quote:
Darwin Lalo wrote:
Quote:
>On 4脭脗22脠脮, 脡脧脦莽11脢卤28路脰, Ian Collins <ian-n...@hotmail.comwrote:
Quote:
>>Darwin Lalo wrote:
>>>I have read a lot of document.
>>>But I can't find a little clue.
>>>
>>>I want get the text & event in a window of a running process.
>>>
>>>I have not the source code of the process,of course.
>>>
>>>It is like the "hook" in a microsoft windows.
>>>
>>Ask on a linux/GTK group or forum.
>>
>I have google a lot,But does not find a good "linux/GTK group or
>forum". can you tell me one? thanks a lot.
Try the GTK+ mailing lists:

http://www.gtk.org/mailing-lists.html
Quote:
Very windows specific.
??? Did you miss the linux/GTK bit?

--
Lionel B
Closed Thread