> 1) Does win32 have a "native" type of password dialog? Any guesses on
> how OmniPass recognizes a dialog as a "password dialog"?

As far as I am aware, there is no standard "password" dialog - however,
windows edit controls can have the ES_PASSWORD style.

My guess is that Tk implements its own password control, but OmniPass is
looking for this style on a control in the dialog to recognize the dialog as
a "password dialog"

Mark

_______________________________________________
Python-win32 mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to