Re: Finding 3rd-party child window/button state (enabled/disabled)



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.


.



Relevant Pages

  • Re: newbie questions on OpenGL and C#. I am using NeHe example code
    ... > and 2) you can have the window covered by another window ... This implies that read pixels is not ... to put a red square down on the drawing surface. ... >> graphics card then you're rendering in software. ...
    (comp.graphics.api.opengl)
  • Re: Filtering kernel width
    ... , how wide should the window be, ... function leaves a realizable filter of finite size: ... becomes when it is convoluted with the function as more pixels ... Well I didn't see a problem with performing the convolution, ...
    (comp.graphics.algorithms)
  • Re: Filtering kernel width
    ... , how wide should the window be, ... function leaves a realizable filter of finite size: ... becomes when it is convoluted with the function as more pixels ... Well I didn't see a problem with performing the convolution, ...
    (comp.graphics.algorithms)
  • Re: Filtering kernel width
    ... , how wide should the window be, ... function leaves a realizable filter of finite size: ... However it doesn't seem to really explain how many pixels you ... Assume a 1D binomial kernel ...
    (comp.graphics.algorithms)
  • Re: A "slanted edge" analysis program
    ... The range used by Imatest is from -6 to +10 in quarter pixel increments, and thus allows to handle at least a symmetrical PSF with a support of 13 pixels, which would be for a *very* blurry image. ... Wouldn't this avoid the change of LSF shape that using a single, ... you take the windowed DFT of the first 16 values ... Also, do you think a Hanning window is a reasonable choice for my purposes, or should I choose a different window type? ...
    (comp.periphs.scanners)