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

Search Results
Subject Author Forum Time
Get image
Hi, I am developing a script for messenger plus and I need to know the event that triggers when a user clicks on an image he has received or sent and get the location of the image if it has already been downloaded. Can someone please help. Thanks.
barby850717@gmail.Scripting11-10-2010 at 03:04 AM
Parameters by reference
Hi, I was wondering if there is any way I can pass parameters by reference. I mean, I have a method A that passes a string as a parameter for the method B. I need to modify the string inside the method B and have the modified string when I return to ...
barby850717@gmail.Scripting11-05-2010 at 06:14 PM
Send File
Hi, I need to send a file as part of my script but I have been looking everywhere and I could not find anything. In the documentation it says that we can use the ChatWnd::SendFile function for this. However I tried with this function but nothing happ...
barby850717@gmail.Scripting11-04-2010 at 01:21 AM
Change Messages Font
Hi, Is there any way I can change the font for a user. I mean, I am developing a script according to which the user has the option to select one of two possible interfaces when he logs in and I want to be able to stablish a font for each interface m...
barby850717@gmail.Scripting10-27-2010 at 02:50 AM
RE: Using C# DLL
Hi, I created a new class just like the VB sample code. using System; using System.Runtime.InteropServices; namespace MyDLL { [ComVisible(true)] public class Operations { [ComVisible(true)] public string getValue1(string ...
barby850717@gmail.Scripting10-21-2010 at 01:32 PM
RE: Using C# DLL
Hi, I tested what you suggested but I get the following error: Automation server can't create object And my ActiveX Object does not get created. Any other suggestion?
barby850717@gmail.Scripting10-20-2010 at 09:26 PM
Using C# DLL
Hi, I have a DLL that I did using C# and I would like to use it from my script. I have already tried the Interop.Call method but It does not work. Can someone please point out how can this be done ? I mean, how can I use the DLL in my script. Thanks ...
barby850717@gmail.Scripting10-20-2010 at 08:48 PM
RE: Classes
yes, thanks. That link was extremely helpful :)
barby850717@gmail.Scripting10-07-2010 at 06:53 PM
Classes
Hi, I am new to JScript and I was wondering if it possible to create classes. I need to implement inheritance for a school project and therefore I need classes. Can someone please tell me if classes are supported and how is it possible to implement ...
barby850717@gmail.Scripting10-07-2010 at 06:19 PM
[Hide Excerpts]