Shoutbox

VB.NET Plugins - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: VB.NET Plugins (/showthread.php?tid=25027)

VB.NET Plugins by Patchou on 05-09-2004 at 11:00 PM

Hello fellow developers,

how come nobody ever reported that my VB sample doesn't work if imported in VB.NET? and when I say that it doesn'T work, it really doesn't work at all lol.

Nevertheless, now that I know it, I'll make a VB.NET sample for the Plus!3 plugin documentation.

Patchou


RE: VB.NET Plugins by Choli on 05-10-2004 at 11:24 AM

quote:
Originally posted by dannyres
how come nobody ever reported that my VB sample doesn't work if imported in VB.NET? and when I say that it doesn'T work, it really doesn't work at all lol.

because noone uses (crappy) VB.NET? :rolleyes:

quote:
Originally posted by Patchou
Nevertheless, now that I know it, I'll make a VB.NET sample for the Plus!3 plugin documentation.
thank's patchou :P I'll (at least) give it a try.
RE: VB.NET Plugins by SilenceTi on 05-10-2004 at 10:09 PM

it is possible atleast in C# i have done it ones, haven't played with it much lately.

here is a previous post
http://shoutbox.menthix.net/showthread.php?tid=19088
(look at the third post from me, the regasm is also very important)

and a site with the guy who has figured it out
http://www.mscorlib.com/DesktopDefault.aspx?tabid=271


it is importent in vb.net and c# that you have to register the dll in your register just like vb plugins, AND you will have to set "Register for COM Interop" to true in the project properties.