Newbie question..

I am trying to connect to a COM object.. and I can't figure how to code it..

In Makepy the name of the COM object is:

   OTA COM 9.0 Type LIbrary (1.0)

The DDL is:

   OTAClient.dll

The VB samples have stuff like this..

   Dim td as New TDConnection
   td.InitConnectionEx "http://<servername>:port/qcbin"
   etc...

What should my.....

   obj=win32com.client.Dispatch("...........

...look like?

thanks!


-- 
<admiral>

Michael F. March ----- mmarch at gmail dot com
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to