--- In [email protected], "jbkilian" <[EMAIL PROTECTED]> wrote:
>
> Hi,
> 
> I want to achieve the following:
> While my mouse is NOT on the desktop background, the desktop icons
> should be hidden. When my mouse moves on the desktop background the
> icons should be shown automatically.
> 
> I've figured out how to show/hide the desktop icons via
> ----------
> Desktop HideShowIcons
> ----------
> but I cannot figure out, how to determine whether the mouse is on
> desktop background or not using PPro

if(Win.MainHandleFromPoint(xmouse,ymouse).class == "Progman")

Sean

Reply via email to