What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » C# Dlls in scripts

C# Dlls in scripts
Author: Message:
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: C# Dlls in scripts
You need to use regasm, which allows .net classes to be used like COM classes, to register your dll, and in your Javascript, just do this:

var classInstanceVar=new ActiveXObject("NamespaceName.ClassName");

to instantitate your class. Then you can manipulate the instance, object-orientedly :)

This post was edited on 07-31-2006 at 10:57 AM by Mnjul.
07-31-2006 10:55 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
C# Dlls in scripts - by Hilikus on 07-31-2006 at 04:21 AM
RE: C# Dlls in scripts - by Mnjul on 07-31-2006 at 10:55 AM
RE: C# Dlls in scripts - by Hilikus on 08-01-2006 at 02:00 AM
RE: C# Dlls in scripts - by Adeptus on 08-01-2006 at 02:58 AM


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