[python-win32] closing processes

2005-08-12 Thread ryan pinto
hi - need some help, Looking for some way to close processes which are open. Is there any way that a process can be detected if its running and then closed. Ryan __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around htt

Re: [python-win32] pasting from clip-board

2005-04-21 Thread ryan pinto
nshot into MSWord. If you guys have seen this somewhere before could you point me to the sources Thanks Ryan Pinto --- * William <[EMAIL PROTECTED]> wrote: > Hi everyone ... Ryan, > > There was a recent post on the list concerning this > ... not too long ago if you look in the ar

[python-win32] pasting from clip-board

2005-04-21 Thread ryan pinto
clip-board and need to paste clip-boad to MS-Word. I was wondering if anyone has done something similiar Thanks, Ryan Pinto __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[python-win32] word

2005-04-14 Thread ryan pinto
Hi Guys, I am new to Python Win 32. COuld some one send me some py code to open and process word documents. I am trying to talk to work by doing... wordApp = win32com.client.Dispatch("word.Application") wordApp.visible = 1 wordApp.CommandBars.FindControl(Id=23).Execute and it doesnt seem to wor