Hi
Can you actually use COM+ in VB6 or do you have to use VB .NET
Because I am trying to get this code to work below but I can't get ctxObject to work.
Dim ctxObject As ObjectContext
Dim objAddress As address.clsAddress
Set ctxObject = GetObjectContext()
Set objAddress = ctxObject.CreateInstance("address.clsAddress")
