Re: [python-win32] GetOpenFileNameW & InitialDir

2007-05-10 Thread Michel Claveau
Hi! >>> fname=win32gui.GetOpenFileNameW(InitialDir="C:\\dev")[0] >>> The InitialDir is not set > I can't reproduce the behaviour you describe. Sorry. I found that the problem come from the software Stardock/windows_blinds/Enhanced_file_dialog (a skin manager). Yesterday, I try on anothers CP

Re: [python-win32] GetOpenFileNameW & InitialDir

2007-05-09 Thread Paul Moore
On 09/05/07, Michel Claveau <[EMAIL PROTECTED]> wrote: > I'have a problem with this code : > > import win32gui > fname=win32gui.GetOpenFileNameW(InitialDir="C:\\dev")[0] > print fname > > The InitialDir is not set. It's already the last dir opened, and not my > request. > > Any idea ?

[python-win32] GetOpenFileNameW & InitialDir

2007-05-09 Thread Michel Claveau
Hi! I'have a problem with this code : import win32gui fname=win32gui.GetOpenFileNameW(InitialDir="C:\\dev")[0] print fname The InitialDir is not set. It's already the last dir opened, and not my request. Any idea ? Thanks by advance. Michel Claveau _