[python-win32] Problem with win32gui and WM_CREATE

Tim Roberts timr at probo.com
Sat Jan 14 01:12:54 CET 2012


pierre baral wrote:
> ARGH, too bad :)
>
> Does anyone know a message which is send only one time during the life
> of an application, just after the createwindow call? ;-p

WM_ACTIVATE is sent when your application becomes the topmost app.  You
can use a global to do something the first time you see it.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list