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

Search Results
Subject Author Forum Time
RE: Problem loading C# Class
Nobody an idea?
Sh4wnScripting03-03-2007 at 02:58 PM
Problem loading C# Class
I'm trying to load a C# class into a Messenger Live Script, but the Debuuger sais it can't create the object. [code] var source = new ActiveXObject('SourceServer.Protocols.Source'); [/code] The C# is just a normal C# Class library project, but I...
Sh4wnScripting03-01-2007 at 03:44 PM
RE: [Release] File Sender
Well, it does send a file with me :P
Sh4wnScripting09-11-2006 at 06:29 AM
RE: [Release] File Sender
Your contact can say it, or you can say it. :) Thanks btw :)
Sh4wnScripting09-10-2006 at 02:03 PM
[Release] File Sender
File Sender is a script, that can send specific files on command. E.g. when you or your contact says the command, the file will be automaticly sent to your contact. This is handy when you're away, and you still want people can request files from you...
Sh4wnScripting09-10-2006 at 01:57 PM
RE: ActiveX objects reference
Hmm ok thnx :)
Sh4wnScripting08-14-2006 at 02:43 PM
RE: ActiveX objects reference
Yes, I know how to create such an object, but is there a list or something with clsid's?
Sh4wnScripting08-14-2006 at 02:29 PM
Problem with ActiveWinamp
Hi, I'm trying to create a winamp msn control, with the [url=http://www.myplugins.info/activewinamp/doku.p hp]ActiveWinamp[/url] plugin voor winamp. The plugin creates a COM object named ActiveWinamp.Application So i'm trying this: [code][noparse] v...
Sh4wnScripting08-14-2006 at 02:16 PM
ActiveX objects reference
Is there any reference about all ActiveX Objects you can use within your script? I'm not really new to Javascript/Jscript, but I know a very few ActiveX objects.
Sh4wnScripting08-14-2006 at 12:44 PM
RE: Problem with class
Yes, I've got it from your RSS reader, I'm sorry for that. I've changed it. :)
Sh4wnScripting07-18-2006 at 11:29 AM
Problem with class
I have this code: FileSender.js [code] /************************************************* ***************** * Script made by Lucas van dijk * * This script sends a specific file on command ************************************************** **********...
Sh4wnScripting07-18-2006 at 11:11 AM
Open File Dialog
How can I create a 'Open file..' Dialog, so a user can select a file, and my script kan get the full path. I'm sure it can be done with Interop, but which DLL do I have to use, and which function? And how can I get the full path then?
Sh4wnScripting07-14-2006 at 04:45 PM
RE: Window does not show up
Ah great thanks! Got it working. :D
Sh4wnScripting07-14-2006 at 09:10 AM
Window does not show up
I'm making a script, and I want a configuration window. But the problem is, when I click the menu entry of my script, no window shows up. I've added some Debug.Trace() in the same event, and they appear in the debugger console. My interface.xml fil...
Sh4wnScripting07-14-2006 at 08:47 AM
[Hide Excerpts]