[pywin32-bugs] [ pywin32-Bugs-1246207 ] GetMessage/PeekMessage not found in win32api
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2005-09-27 01:59:00
|
Bugs item #1246207, was opened at 2005-07-28 03:45 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1246207&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 Submitted By: Justin Johnson (justincjohnson) Assigned to: Nobody/Anonymous (nobody) Summary: GetMessage/PeekMessage not found in win32api Initial Comment: PostThreadMessage exists in win32api, but not GetMessage/PeekMessage. I'm not sure why this is, but I need access to those functions. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2005-09-27 11:58 Message: Logged In: YES user_id=14198 These functions are now in win32gui - but dubnerm is correct in that in general, you should use the Pump functions. ---------------------------------------------------------------------- Comment By: Michael Dubner (dubnerm) Date: 2005-09-27 09:40 Message: Logged In: YES user_id=39274 You should use PumpMessages/PumpWaitingMessages in win32api or servicemanager. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1246207&group_id=78018 |