Bugs item #1838180, was opened at 2007-11-26 05:53
Message generated for change (Comment added) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1838180&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: win32
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Vano (native_api)
Assigned to: Nobody/Anonymous (nobody)
Summary: win32gui.FindWindow doesn't accept 0 as the 2nd parameter
Initial Comment:
subj.
The underlying API function does allow that. (http://msdn2.microsoft.com/en-us/library/ms633499.aspx)
----------------------------------------------------------------------
>Comment By: Mark Hammond (mhammond)
Date: 2007-11-26 10:02
Message:
Logged In: YES
user_id=14198
Originator: NO
Thanks Roger!
----------------------------------------------------------------------
Comment By: Roger Upole (rupole)
Date: 2007-11-26 09:29
Message:
Logged In: YES
user_id=771074
Originator: NO
Since the window title is a string parameter, it accepts None
instead of 0. The docs have been updated to indicate this.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1838180&group_id=78018
|