Re: [IronPython] [python] Re: Getting window properties

2008-01-09 Thread Srivatsn N
IronPython Subject: Re: [IronPython] [python] Re: Getting window properties Im back!!! What do I need to change in the example to get the active window?? Im using an example where word is opened and then the document is wrote in then is attempted to be saved. The example below finds the parent

Re: [IronPython] [python] Re: Getting window properties

2008-01-09 Thread Marcus Patino Pan
L PROTECTED] On Behalf Of Marcus Patino Pan Sent: 09 January 2008 09:56 To: Discussion of IronPython Subject: Re: [IronPython] [python] Re: Getting window properties That's brilliant!! Thanks everyone for your help. I'll probably be back for more advice soon. Marcus -Original

Re: [IronPython] [python] Re: Getting window properties

2008-01-09 Thread Marcus Patino Pan
IronPython] [python] Re: Getting window properties Jim Hugunin wrote: > Another option would be to use the System.Windows.Automation library - new in .NET 3.0. It's a lot easier to use than the native APIs when it works for you. This sample will print the titles of all the

Re: [IronPython] [python] Re: Getting window properties

2008-01-08 Thread Michael Foord
Jim Hugunin wrote: > Another option would be to use the System.Windows.Automation library - new in > .NET 3.0. It's a lot easier to use than the native APIs when it works for > you. This sample will print the titles of all the top-level windows. > > -- > impo