Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Sep : Reading control values in another application
| Subject: | Reading control values in another application |
| Posted by: | "Roger Middlebrook" (roger.middlebro..@kutana.co.uk) |
| Date: | Wed, 12 Sep 2007 15:14:21 |
Using EnumChildWindows, together with SendMessage, WM_GETTEXT, BM_GETCHECK
etc, I can get a picture of dialog settings in another application.
Is there a way of identifying each control uniquely in such a dialog, so
that, no matter what is going on on the system, or which Windows version is
running, I can be sure I am reading the same values for the same controls?