What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Help.. Please?

Pages: (2): « First « 1 [ 2 ] Last »
Help.. Please?
Author: Message:
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
RE: Help.. Please?
choli, programming in VB
07-10-2004 11:10 PM
Profile E-Mail PM Find Quote Report
piepiepie
New Member
*


Posts: 7
Joined: Jul 2004
O.P. RE: RE: Help.. Please?
quote:
Originally posted by Choli
ok, no problem. Be sure you update to plus 3.01.94 beofre doing anuthing else ;)





edit:

quote:
Originally posted by Millenium_edition
You know the string in the registry, the actual object, like "MyPlugin.MyPluginClass", try using createobject on it (in a seperate project).
what?



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.
07-10-2004 11:12 PM
Profile E-Mail PM Find Quote Report
piepiepie
New Member
*


Posts: 7
Joined: Jul 2004
O.P. RE: Help.. Please?
Ah.. hehe, it just needed a higher version of msg plus! to work.. *feels like a fool*

heh, nevermind.. thanks for your help anyway :)
07-10-2004 11:17 PM
Profile E-Mail PM Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: Help.. Please?
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 :P
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:D; however i don't see why it didn't work with 2.54.75 :-/
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
07-11-2004 11:47 AM
Profile PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On