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, [email protected]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to