Re: DispatchEx('.Application')

2006-06-13 Thread Roger Upole
There's a project to create a COM api for Firefox that's identical to IE: http://www.iol.ie/~locka/mozilla/mozilla.htm Roger <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > When using win32com and DispatchEx to work with a webbrowser, eg: > > from win32com.client import Dispat

Re: DispatchEx('.Application')

2006-06-13 Thread Larry Bates
[EMAIL PROTECTED] wrote: > When using win32com and DispatchEx to work with a webbrowser, eg: > > from win32com.client import DispatchEx > > ie = DispatchEx('InternetExplorer.Application') > > can anyone suggest the right answer to this? > > mf = DispatchEx('MozillaFirefox.Application') > > It

DispatchEx('.Application')

2006-06-13 Thread iainws
When using win32com and DispatchEx to work with a webbrowser, eg: from win32com.client import DispatchEx ie = DispatchEx('InternetExplorer.Application') can anyone suggest the right answer to this? mf = DispatchEx('MozillaFirefox.Application') It is an invalid class string, but I don't know ho