Groups | Search | Server Info | Login | Register


Groups > comp.os.ms-windows.programmer.misc > #12

Re: Finding the inner controls, when having handle of window.

From Uwe Kotyczka <uwe.kotyczka@web.de>
Newsgroups comp.os.ms-windows.programmer.misc, comp.os.ms-windows.programmer.win32, microsoft.public.vb.winapi
Subject Re: Finding the inner controls, when having handle of window.
Date 2012-05-21 07:41 -0700
Organization http://groups.google.com
Message-ID <2852b31d-d507-499f-bcae-1a07a088201e@eh4g2000vbb.googlegroups.com> (permalink)
References <jpckt9$qpl$1@dont-email.me> <fe24fc4f-d2d7-43a2-a5f5-d733cf0d33ff@b1g2000vbb.googlegroups.com> <jpdjtg$6cr$1@dont-email.me>

Cross-posted to 3 groups.

Show all headers | View raw


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

Back to comp.os.ms-windows.programmer.misc | Previous | NextPrevious in thread | Find similar


Thread

Finding the inner controls, when having handle of window. "Mr. X." <nospam.mrx@gmail.com> - 2012-05-21 08:47 +0300
  Re: Finding the inner controls, when having handle of window. "Mr. X." <nospam.mrx@gmail.com> - 2012-05-21 08:53 +0300
    Re: Finding the inner controls, when having handle of window. Karl E. Peterson <karl@exmvps.org> - 2012-05-21 12:45 -0700
  Re: Finding the inner controls, when having handle of window. Uwe Kotyczka <uwe.kotyczka@web.de> - 2012-05-21 00:50 -0700
    Re: Finding the inner controls, when having handle of window. "Mr. X." <nospam.mrx@gmail.com> - 2012-05-21 17:36 +0300
      Re: Finding the inner controls, when having handle of window. Uwe Kotyczka <uwe.kotyczka@web.de> - 2012-05-21 07:41 -0700

csiph-web