Re: [IronPython] IronPython and C# not giving the same result

2010-06-17 Thread yngipy hernan
translated the ControlType (1st word; 2nd = > name) to english. > > The output ist created from the tool UISpy, witch shows all > AutomationElements from all application curently running as child beneath > the 'desktop' window. > > UISpy come from MS and can be downloaded

Re: [IronPython] IronPython and C# not giving the same result

2010-06-17 Thread Stanger, Wolfram
ication curently running as child beneath the 'desktop' window. UISpy come from MS and can be downloaded free. Greetings Wolfram Von: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] Im Auftrag von Lukas Cenovsky G

Re: [IronPython] IronPython and C# not giving the same result

2010-06-17 Thread Lukas Cenovsky
oun...@lists.ironpython.com>] *On Behalf Of *yngipy hernan *Sent:* Tuesday, June 15, 2010 10:09 PM *To:* Discussion of IronPython *Subject:* [IronPython] IronPython and C# not giving the same result Hi All, I have tried to transliterate

Re: [IronPython] IronPython and C# not giving the same result

2010-06-16 Thread yngipy hernan
*On Behalf Of *yngipy hernan > *Sent:* Tuesday, June 15, 2010 10:09 PM > *To:* Discussion of IronPython > *Subject:* [IronPython] IronPython and C# not giving the same result > > > > Hi All, > > > > I have tried to transliterate the following C# code to IronP

Re: [IronPython] IronPython and C# not giving the same result

2010-06-16 Thread Lepisto, Stephen P
ee what was actually being found. Note: I'm running Windows XP SP3. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of yngipy hernan Sent: Tuesday, June 15, 2010 10:09 PM To: Discussion of IronPython Subject: [IronPython] IronPython and C# not givin

[IronPython] IronPython and C# not giving the same result

2010-06-15 Thread yngipy hernan
Hi All, I have tried to transliterate the following C# code to IronPython: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Automation; namespace ConsoleApplication1 { class Program { static void Main(string[] args)