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] IEControler and Navigate method

2008-12-20 Thread Michel Claveau
Hi! when I call the Navigate method on a IEControler a new instance of IE is created Not for me (Vista / XP / 2000). Perhaps your code is special? Perhaps a parameter on your IE? @-salutations -- Michel Claveau ___ python-win32 mailing list pytho

[python-win32] IEControler and Navigate method

2008-12-20 Thread Romain Gilles
Hi, I do not understand why when I call the Navigate method on a IEControler a new instance of IE is created. This is occuring on vista but not on XP. does Somebody know why ? Romain. ___ python-win32 mailing list python-win32@python.org http://mail.pyth