What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] C#.net dll and ActiveXObject

[?] C#.net dll and ActiveXObject
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: [?] C#.net dll and ActiveXObject
quote:
Originally posted by Deco
If I make a dll out of that..

var msg = Interop.Call("c:\\Projects\\sendMsg\\teste.dll","DoSearch","feio",2);

Calling it like that...

Interop.Call failed to locate function "DoSearch"

is what I get.

:-/ thats for a COM dll though, Interop.Call is for dlls which export their functions.

you use the following for COM

code:
var obj = new ActiveXObject("name.id");

[Image: dt2.0v2.png]      Happy Birthday, WDZ
12-14-2006 01:44 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] C#.net dll and ActiveXObject - by Felu on 12-14-2006 at 12:39 PM
RE: [?] C#.net dll and ActiveXObject - by Deco on 12-14-2006 at 12:57 PM
RE: [?] C#.net dll and ActiveXObject - by Felu on 12-14-2006 at 01:06 PM
RE: [?] C#.net dll and ActiveXObject - by Deco on 12-14-2006 at 01:07 PM
RE: [?] C#.net dll and ActiveXObject - by Chestah on 12-14-2006 at 01:16 PM
RE: [?] C#.net dll and ActiveXObject - by Deco on 12-14-2006 at 01:34 PM
RE: [?] C#.net dll and ActiveXObject - by -dt- on 12-14-2006 at 01:44 PM
RE: [?] C#.net dll and ActiveXObject - by Deco on 12-14-2006 at 02:00 PM
RE: [?] C#.net dll and ActiveXObject - by Felu on 12-16-2006 at 05:00 AM
RE: [?] C#.net dll and ActiveXObject - by ShawnZ on 12-16-2006 at 05:05 AM
RE: [?] C#.net dll and ActiveXObject - by RaceProUK on 12-16-2006 at 11:07 AM
RE: [?] C#.net dll and ActiveXObject - by Felu on 12-17-2006 at 05:23 AM
RE: [?] C#.net dll and ActiveXObject - by Chestah on 12-17-2006 at 08:02 AM
RE: [?] C#.net dll and ActiveXObject - by Felu on 12-17-2006 at 08:04 AM
RE: [?] C#.net dll and ActiveXObject - by Chestah on 12-17-2006 at 08:10 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