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.
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)