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.

Search found 6 matches

by Roamin
Mon Mar 07, 2011 5:54 pm
Forum: General Support
Topic: Findwindow / use PID to track a window that changes name?
Replies: 8
Views: 4550

Re: Findwindow / use PID to track a window that changes name

Thanks once more Pako! I modified my event sheet to use your method and it works just as well, but with fewer statements so it should be more efficient. I'm still proud i had managed to get it working without asking too much. I guess the reason assigning eg.result inside a python script wasn't ...
by Roamin
Sun Mar 06, 2011 11:34 pm
Forum: General Support
Topic: Findwindow / use PID to track a window that changes name?
Replies: 8
Views: 4550

Re: Findwindow / use PID to track a window that changes name

Thank you very very much Pako! I've used what you showed me to do all that i wanted to do. I can now keep track of every single explorer.exe i launch, pressing the same button will either launch a specific windows explorer, or bring the already existing one to front. Also whenever a windows explorer ...
by Roamin
Fri Mar 04, 2011 7:21 pm
Forum: General Support
Topic: Findwindow / use PID to track a window that changes name?
Replies: 8
Views: 4550

Re: Findwindow / use PID to track a window that changes name

Thanks a lot for your support Pako, unfortunately, i don't know anything about python scripting to make anything usefull with the info you gave me. I only know a bit of C++, and i've programmed PIC microcontrollers in ASM before. If I try to run your 2 lines of code as a python script, i receive a ...
by Roamin
Fri Mar 04, 2011 12:06 am
Forum: General Support
Topic: Findwindow / use PID to track a window that changes name?
Replies: 8
Views: 4550

Findwindow / use PID to track a window that changes name?

I'm looking for a way to track the same window, now the problem is that the process is explorer.exe . I have set events so that when a specific remote control button is pressed, either my Videos library or my Music library is accessed via windows explorer. Now regularly i would just use findwindow ...
by Roamin
Mon Jan 26, 2009 4:18 am
Forum: Plugin Support
Topic: Generic HID
Replies: 150
Views: 124749

Re: Generic HID

Turns out someone found newer drivers and now the play/pause button is assigned to a normal hid button so now i can remap all keys successfully.
by Roamin
Sat Dec 27, 2008 6:26 am
Forum: Plugin Support
Topic: Generic HID
Replies: 150
Views: 124749

HID Device / Remapping / etc

Hi,

first of all, Eventghost is great!

Second i am using 0.3.5c build 908 on windows XP SP2 on a dv5 hp notebook with a ENE CIR HID integrated device with a MCE remote.

Because this remote is limited, i am mainly using EG to monitor HID activity in order to figure out what is happening. First ...