[python-win32] "native" password dialog?

Chris R. Martin bluedust at swbell.net
Thu Dec 9 03:01:13 CET 2004


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.


More information about the Python-win32 mailing list