How can I implement this Python, and will it work within a Tkinter app?
Thanks, Chris
Mark Hammond wrote:
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
--
Guybrush: How can you see without eyeballs?
Murray: How can you walk around without a brain? Some things no one can answer.
_______________________________________________
Python-win32 mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/python-win32