[python-win32] Post Message

2008-12-15 Thread Ferdinand Sousa
Greetings everyone, My config is: python 2.5.1 pywin32 build 212 Win Xp I have written a small script to automate a process. The issue is that a Save As pops up at the end. Using Winspector, I could come up with this: win32gui.PostMessage(win_hdl,con.WM_COMMAND,1,0) # handle to the Save As

Re: [python-win32] Post Message

2008-12-15 Thread Tim Roberts
Ferdinand Sousa wrote: I have written a small script to automate a process. The issue is that a Save As pops up at the end. Using Winspector, I could come up with this: win32gui.PostMessage(win_hdl,con.WM_COMMAND,1,0) # handle to the Save As window, message type, Control ID of the Save