Menu

#20 support for latest test version (19.58)

Win32-GUI
open
Features (34)
3
2002-05-23
2002-05-23
rtf
No

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

Discussion

  • Esben Jensen

    Esben Jensen - 2002-05-23
    • milestone: 206757 --> Win32-GUI
     
  • Esben Jensen

    Esben Jensen - 2002-05-23
    • priority: 5 --> 3
    • assigned_to: nobody --> noja
     
  • Esben Jensen

    Esben Jensen - 2002-05-23

    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?

     
  • rtf

    rtf - 2002-05-23

    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

     
  • rtf

    rtf - 2002-05-25

    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

     

Log in to post a comment.