Re: [python-win32] VB Com object problem

2006-03-15 Thread Tim Roberts
On Tue, 14 Mar 2006 07:47:35 -0800, "Gary Scorby" <[EMAIL PROTECTED]> wrote: >I have a visual basic com object I am trying to use, so far >unsuccessfully. I am happily VB ignorant but will do my best to >describe the problem. > > > >>> import win32com.client >>> biff = win32com.client.

[python-win32] VB Com object problem

2006-03-14 Thread Gary Scorby
I have a visual basic com object I am trying to use, so far unsuccessfully.  I am happily VB ignorant but will do my best to describe the problem.   >>> import win32com.client>>> biff = win32com.client.Dispatch("OBName.Main")>>> biff.LoggedIn0>>> biff.TelLogin("Login", "Password", -1, App)