On 21 Mai, 16:36, "Mr. X." <
nospam....@gmail.com> wrote:
> I have tried that.
> It seems there are situation thats I cannot get the handle of inner controls
> at all (maybe not all the controls can be exposed with that search. maybe I
> can get them through Device-Contents handle / HDC ....).
> Isn't any other way (searchControl ... or some tricky way to resolve the
> inner controls)?
You can use Spy++ to see if the child controls
are really children of your dialog "hWnd".
Maybe they are grand children.
Or you show us some code here, so that we can see
where your problems come from. Maybe a small demo
program.
HTH