IsWindow/IsWindow_ seems broken
Posted: Tue Jan 27, 2009 8:11 am
Ran a few searches but didn't see anyone talking about IsWindow()/IsWindow_(), it seems like its broken to me...or possibly the documentation is.
From the documentation:
If it finds a valid window its 0 otherwise its non-0.
Anyone else having this problem here, are the docs just borked, or whats going on?
From the documentation:
This function is bullet-proof and can be used with any value. If the 'Result' is not zero then the object is valid and initialized, else it returns zero. This is the correct way to ensure that a window is ready to use.
If it finds a valid window its 0 otherwise its non-0.
Code: Select all
hwnd = FindWindow_(#Null, "HTML Help")
Debug IsWindow(hwnd)