What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » can't call my dll's function

can't call my dll's function
Author: Message:
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: can't call my dll's function
Since you're using VB.net, you'll need to use regasm to register your DLL and use the following code to call your Display function:

var vbDotNetObject=new ActiveXObject("Namespace.Msg");
vbDotNetObject.Display();

where Namespace is the name of the namespace which your Msg class is in.
09-07-2006 12:21 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
can't call my dll's function - by graphicsxp on 09-03-2006 at 09:51 PM
RE: can't call my dll's function - by Mnjul on 09-07-2006 at 12:21 PM
RE: can't call my dll's function - by graphicsxp on 09-08-2006 at 10:04 PM
RE: can't call my dll's function - by ShawnZ on 09-08-2006 at 10:06 PM
RE: can't call my dll's function - by graphicsxp on 09-08-2006 at 10:09 PM


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