Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Apr : Remote object inspector
| Subject: | Remote object inspector |
| Posted by: | "Paul Endersby" (..@somewhere.com) |
| Date: | Wed, 25 Apr 2007 15:25:51 |
I have a delphi 7 application that uses a custom button control. I do not
want to change the code of this application, but instead write a remote
application (again written in Delphi) that can examine the properties of
this custom button (obviously I have the custome button code that can be
linked into the new remote app).
Is this possible. I've tried going down the FindWindow, EnumChildWindows
API calls, but get as far as a Hwnd handle to the custom button, but am
unable to convert or wrap that to a local instance that I can inspect.
Is there a solution to this problem using Delphi, Win32 API or other that I
can see an example of or that you fine people can point me in the direction
of?
Many Thanks,
Paul.