Re: [python-win32] IEControler and Navigate method

2008-12-22 Thread Romain Gilles
No I have found something but I don't know if it is the reason ;) When I'm opening a IE with the classique dispatch technique : ie = Dispatch("InternetExplorer.Application") ie.Navigate("http://www.google.fr";) A new IE is created but if I do it like this: ie = Dispatch("InternetExplorer.Applicatio

Re: [python-win32] Hello and first question

2008-12-22 Thread Tim Golden
Andrea wrote: Hi folks, I'm new to the list and also to the python word! I want to write a script to exchange messages with a win32 application. I have a sample code in VB but I want to do it using python. The problem is that I have no experience on comunication between application in win. Look

[python-win32] Hello and first question

2008-12-22 Thread Andrea
Hi folks, I'm new to the list and also to the python word! I want to write a script to exchange messages with a win32 application. I have a sample code in VB but I want to do it using python. The problem is that I have no experience on comunication between application in win. Here there is the code