Re: How to set directory in save as combo box

2008-06-13 Thread Tim Golden
Couple of things, Gopal, which you might want to remember when posting to mailing lists etc. One is that it's *much* better (and more considerate) to post in plain text, not in HTML. (You should be able to tell Outlook to use plain text). *Especially* when posting code. And even *more* especiall

Re: How to set directory in save as combo box

2008-06-13 Thread Gabriel Genellina
En Fri, 13 Jun 2008 01:55:58 -0300, gopal mishra <[EMAIL PROTECTED]> escribió: I am trying to save a file, it is working fine. But if the file is not on the foreground while setting combo box directory, changing the value in the combo box by setLookIn() appear on the foreground window.

Re: How to set directory in save as combo box

2008-06-12 Thread Tim Golden
gopal mishra wrote: In 'save as' dialog of window application, I am trying to set the path in 'save in' combo box using python win32 programming. How we can set the directory in the 'save in' combo box. There are several ways to display a "Save As" dialog. Can you post [a minimal version of]