support for latest test version (19.58)
Status: Beta
Brought to you by:
noja
I prefer the latest test version of the donkey (with the new gui) but
servspy cannot detect the edit control (console) of v1958.
instead of being the child of the child of the child of the main
edonkey window it's the child of the 9th child of the main window...
I tried to get that edit "window" with windows api functions but
didn't manage to get the right one. if you know how to handle
those winAPI functions... would be nice to have. winsight should
help locating the window.
-rtf
Logged In: YES
user_id=544193
The search for the RICHEDIT control is hardcoded. A more generic
way to do it would be to do a recursive search through the child
windows until a RICHEDIT was found. This should work on all
donkeys that use a RICHEDIT for console.
winsight sounds interesting. Where can I get that?
Logged In: YES
user_id=550684
v19.58 uses a normal edit control instead of the richedit. winsight con
be found in the delphi6/bin path (ws32.exe or something like
that).
-rtf
Logged In: YES
user_id=550684
hmm, support of 19.58 isn't that important I guess. what would be
REALLY nice would be the support of the command line console. not
easy, but nice ;)
-rtf