quote:
Originally posted by piepiepie
since the plugin DLL is an ActiveX thingy, and its been registered with regsrv32, you can use:
dim oObject as object
set oObject = createobject("projectname.classname")
in another program, and it will create an object of that activeX.. just as you would with the MSN objects, WScript, or whatever else. if you get errors, you know that you either havent registered the DLL right, or you have the projectname/classname wrong.
ah, i see; i thought you meant in the same DLL, where you don't need to do that , hehehe, i was an other program where you do that to test the dll; it's ok
quote:
Originally posted by piepiepie
Ah.. hehe, it just needed a higher version of msg plus! to work.. *feels like a fool*
heh, nevermind.. thanks for your help anyway
nice to see that it works with plus 3
; however i don't see why it didn't work with 2.54.75