I programmer here wrote a COM object with a non-Microsoft platform (Delphi-Borland). I'm using it in VB 6 and can't get intellisense.
I use:
Dim Obj as Object
Set Obj = CreateObject("GwapiAutoMail.SendEmail")
He says:
"My sample script is using late binding (because most vb scripts vars default to variant)."
Any help is appreciated.
I use:
Dim Obj as Object
Set Obj = CreateObject("GwapiAutoMail.SendEmail")
He says:
"My sample script is using late binding (because most vb scripts vars default to variant)."
Any help is appreciated.