[python-win32] "native" password dialog?

Mark Hammond mhammond at skippinet.com.au
Thu Dec 9 02:22:33 CET 2004


> 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



More information about the Python-win32 mailing list