Re: Finding 3rd-party child window/button state (enabled/disabled)
- From: "Tom Serface" <tserface@xxxxxxx>
- Date: Thu, 25 Aug 2005 17:53:51 -0700
Take a look at BringWindowToTop() or SetForegroundWindow(). Maybe one of
those will pop up your window the way you need.
Tom
"ultranet" <ultranet@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C8BC72A7-4485-4F34-8E37-AE546F0367D4@xxxxxxxxxxxxxxxx
> wnd->ShowWindow(SW_SHOW);
> doesn't help either. The bottleneck now is that i am not able to activate
> the window, and w/o it there won't be any pixels to look at is they are
> covered by another window.
>
> Perhaps i need to call ShowWindow, then start another thread that will
> check
> the pixels, and then return from the callback, so that main thread
> executes
> the ShowWindow. Then the worker thread can do the pixel work.
.
- Follow-Ups:
- References:
- Finding 3rd-party child window/button state (enabled/disabled)
- From: ultranet
- RE: Finding 3rd-party child window/button state (enabled/disabled)
- From: ultranet
- RE: Finding 3rd-party child window/button state (enabled/disabled)
- From: ultranet
- Re: Finding 3rd-party child window/button state (enabled/disabled)
- From: Joe Butler
- Re: Finding 3rd-party child window/button state (enabled/disabled)
- From: ultranet
- Re: Finding 3rd-party child window/button state (enabled/disabled)
- From: Joseph M . Newcomer
- Re: Finding 3rd-party child window/button state (enabled/disabled)
- From: ultranet
- Re: Finding 3rd-party child window/button state (enabled/disabled)
- From: Joseph M . Newcomer
- Re: Finding 3rd-party child window/button state (enabled/disabled)
- From: ultranet
- Re: Finding 3rd-party child window/button state (enabled/disabled)
- From: ultranet
- Re: Finding 3rd-party child window/button state (enabled/disabled)
- From: ultranet
- Re: Finding 3rd-party child window/button state (enabled/disabled)
- From: Tom Serface
- Re: Finding 3rd-party child window/button state (enabled/disabled)
- From: ultranet
- Re: Finding 3rd-party child window/button state (enabled/disabled)
- From: ultranet
- Finding 3rd-party child window/button state (enabled/disabled)
- Prev by Date: Re: Finding 3rd-party child window/button state (enabled/disabled)
- Next by Date: Re: Finding 3rd-party child window/button state (enabled/disabled)
- Previous by thread: Re: Finding 3rd-party child window/button state (enabled/disabled)
- Next by thread: Re: Finding 3rd-party child window/button state (enabled/disabled)
- Index(es):
Relevant Pages
|