Remarks<br><br>The WindowFromPoint function does not retrieve the handle of a hidden <br>or disabled window, even if the point is within the window. An <br>application should use the ChildWindowFromPoint function for a <br>nonrestrictive search. <br><br>桌面上不同的window中只有一个是enabled的, 那么另外的window通过WindowFromPoint<br>无法取得handle了(尽管point在那个window中)?<br><br>是不是可以通过ChildWindowFromPoint(GetDesktopWindow,point(x,y))取得各个<br>进程的main form的handle呢?<br>