Re: How do I tell if another app is over my region or app ?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




Mike D Sutton wrote:
I need some way to tell if another application is lying over the
rectangular region or form that is my application.

Have a look at the oddly named GetRandomRgn() API call to get access to the current clipping region for a window:
Hope this helps,

Mike


- Microsoft Visual Basic MVP -
E-Mail: EDais@xxxxxxxx
WWW: Http://EDais.mvps.org/

How would I use this to tell if another app is over the region that I
am concerned about ?

.



Relevant Pages

  • Re: How do I tell if another app is over my region or app ?
    ... rectangular region or form that is my application. ... Have a look at the oddly named GetRandomRgn() API call to get access to the current clipping region for a window: ...
    (microsoft.public.vb.winapi.graphics)
  • Re: Empty array
    ... "Mike D Sutton" wrote in message ... > All seems to check out fine, can you post your code (including API ... declarations) so I can re-produce the problem here. ...
    (microsoft.public.vb.general.discussion)