On Jun 30, 2005, at 4:42 PM, O.H. wrote:
0 means there is no handle. Anything else means there is one, and
by nature it should be a positive number.
Is there ever a circumstance where a current instance of a window
would not
have a handle?
Also, I was under the mistaken impression I could pass the window
function a
handle and it would return a reference to the window with that
handle...
After re-reading the Language Reference, I realize that I was
misunderstood
that function. Is there already a function that will return a
reference to
a window when passed the window's handle, or do I need to just make my
own
that will loop through all the windows and check their handles for a
match?
You'll need to write your own function.
--------------
Charles Yeomans
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|