What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: can't call my dll's function
arf... you are right, I got it now.../ thanks What about my dll issue, can someone help ? The error I get is: An ActiveX component cannot create an object
graphicsxpScripting09-08-2006 at 10:09 PM
RE: can't call my dll's function
Hi, Thanks for helping! I've registered the dll using regasm. Now my code looks like this: [code] Namespace myMSN Public Class Msg Public Sub New() End Sub Public Function Display() As Boolean MsgBox("hello w...
graphicsxpScripting09-08-2006 at 10:04 PM
can't call my dll's function
Hi, I'm using the script editor in Messenger Plus to load a dll I created using Visual Studio (class library project in vb.net). The code of the dll looks like this: [code]Public Class Msg Public Sub New() End Sub Public Function Display...
graphicsxpScripting09-03-2006 at 09:51 PM
RE: quick development using visual studio
I'm actually proficient in vb.net, is it possible to write scripts in vb.net and then 'convert' them to jscript ? do you write scripts using vb.net ?
graphicsxpScripting09-03-2006 at 12:25 PM
RE: quick development using visual studio
Thanks, but that would only work if I'm doing vb or c# but that won't work with JScript (imports is not even a JScript keyword, is it?)
graphicsxpScripting09-03-2006 at 12:09 PM
quick development using visual studio
Hello I want to use visual studio to develop scripts but I can't figure out which kind of project I should create. Also, how can i reference the Messenger Plus dll so that I can use the intellisense functionnality of visual studio when writing scrip...
graphicsxpScripting09-03-2006 at 11:45 AM
[Hide Excerpts]