can you do
Private Sub Command1_Click()
Dim dsimage As dsImageExe
Dim obj As Variant
Dim obj1 As dsimage
Set dsimage = New dsImageExe
Set obj = dsimage.DSImageObj
Set obj1 = Obj
MsgBox obj1.AutoRedraw
Set obj = Nothing
Set obj1 = Nothing
Set dsimage = Nothing
End Sub
Main Topics
Browse All Topics





by: docstarPosted on 2009-08-28 at 13:35:59ID: 25211364
Some more Information:
If my calling process has a variable type of Variant and set that variable to the out of process property no error is raised in dev or production. The problem with this is that the calling process passes its reference on to several other shared classes and change all of them to type variant would be a bear.
Select allOpen in new window