En Mon, 05 Mar 2007 15:41:09 -0300, Tony Cappellini <[EMAIL PROTECTED]>  
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

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to