This is what I'm trying to do:
In an ActiveX server:
public property get Icon() as IPictureDisp
set Icon = loadrespicture("icon",vbresicon)
end property
In VB exe:
[standard instantiation stuff]
set me.icon = obj.Icon
Which causes this error:
Method 'Icon' of object '_obj' failed
I've seen examples in the newgroup just like this. Any idea what the problem
is? I'm not sure if it matters but the ActiveX exe is marked for unattended
execution.
Thanks,