Re: [python-win32] win32gui.GetOpenFileName()

2007-03-06 Thread Gabriel Genellina
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.

Re: [python-win32] win32gui.GetOpenFileName()

2007-03-04 Thread Kelie
Tony Cappellini cappy2112 at gmail.com writes: GetOpenFileName() This function takes one argument, but there is no info in the help for this. What is the argument and the type of the argument? Tony, maybe this page is helpful