[python-win32] win32gui.GetOpenFileName()

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Tue Mar 6 07:31:57 CET 2007


En Mon, 05 Mar 2007 15:41:09 -0300, Tony Cappellini <cappy2112 at gmail.com>  
escribió:

>> Is there a way I can select multiple files with either of the above
>> mentioned calls?
>> (pressing Control doesn't work)
>
>>> Pass win32con.OFN_ALLOWMULTISELECT|win32con.OFN_EXPLORER
>>> in the Flags to enable this.
>
> Thanks Roger, where did you find this information?

Look at the Microsoft site, MSDN, the primary source of information.
Many win32xxx modules are just a thin wrapper around the related Windows  
functions.
In this case, see http://msdn2.microsoft.com/en-us/library/ms646839.aspx

-- 
Gabriel Genellina



More information about the Python-win32 mailing list