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 enabl

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

2007-03-04 Thread Kelie
Tony Cappellini 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 http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq21.013.htp __

[python-win32] win32gui.GetOpenFileName()

2007-03-02 Thread Tony Cappellini
Hello I'm using Python 2.5, and PythonWin build 210. 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? win32gui.GetOpenFileNameW() takes several args, but there is lots of help GetOpenFileNameW(hwndO