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

Search Results
Subject Author Forum Time
RE: How to make a menu and commands?
Wow I guess I should look at my coding before posting it... Ok first things first in __commands.js we need to edit a line [code=js](typeof sParameter === 'undefined' ? '' : '<Parameters>&lt;'+LoadString('CommandDelay')+ '&gt;</Parameters>')+...
mattyScripting02-12-2009 at 01:56 PM
RE: How to make a menu and commands?
Yes you are correct!
mattyScripting02-11-2009 at 03:18 PM
RE: How to make a menu and commands?
Shouldn't that be: [code=js] function OnGetScriptCommands(){ var oCommand = new Commands(); with (oCommand) { AddCommand('mycommand1', 'My command without parameter'); AddCommand('mycommand1', 'My command with paramet...
SpunkyScripting02-11-2009 at 02:35 PM
RE: How to make a menu and commands?
Menu functions: [list] [*][url=http://mpscripts.net/docs/ref-plusevents-g etscriptmenu.php]OnGetScriptMenu[/url] [*][url=http://mpscripts.net/docs/ref-plusevents-m enuclicked.php]OnEvent_MenuClicked[/url] [/list] [code=js]function OnGetScriptMenu(nLoca...
mattyScripting02-11-2009 at 01:46 PM
RE: WLM Safe 4.0 - What is this!
I'm fairly sure the script works as wincy described, but this doesn't take away the problem: several virus scanners will throw alerts when installing the script. It will be hard for users to trust something that is supposed to remove viruses, while...
MenthixScripting02-10-2009 at 07:53 PM
RE: [solved] CreateThread/GetCallbackPtr issues
I gave it a shot and made a simple example DLL. It exports a function which calls CreateThread (the callback function is in the DLL, too, of course), which I can call in my script. Seems to work well. :D Thanks, everyone!
Danny22Scripting12-25-2008 at 12:19 AM
[released] | [beta] Video Converter Plus!
That's right: [align=center][size=10]Video Converter Plus![/size] [size=1]Version 2.60.016 and 2.70.017 beta[/size][/align] Easily convert video and audio files to whatever format you like. You may store your conversion queues for later use, export ...
SmokingCookieScripting11-05-2008 at 08:44 PM
RE: [?] Script editor
I reformatted last night however now Office 2007 and VS 2008 Professional wont install... looks like I have some troubleshooting to do... I also am thinking that I want to add the ability to export and pack the script. This would be pretty slick. Hav...
mattyScripting11-05-2008 at 03:12 PM
RE: Interop.GetCallbackPtr
Okay I got it working But I get a warning.. Bad calling convention detected for .......... The function must be declared with __stdcall and called with the appropriate number of parameter. My function is defined as: extern "C" _declspec(dllexport)i...
paulspiteriScripting10-25-2008 at 11:43 PM
RE: Trouble creating a DLL that works in Plus
:-/ the documentation says you must use __stdcall calling convention. [quote] [b]FunctionName[/b] [string] Name of the function as specified in the export table of the library. The function must use the [url=http://msdn.microsoft.com/en-us/library/z...
MnjulScripting10-13-2008 at 11:24 AM
RE: Trouble creating a DLL that works in Plus
I had to use: [code=c]__declspec(dllexport) int GetScreenSize(int avar)[/code] [code=jscript] Debug.Trace(Interop.Call(MsgPlus.Sc riptFilesPath + "\\test.dll", "GetScreenSize", 16 /* or any value*/ )) Interop.FreeDll(MsgPlus.ScriptFilesPath + ...
felipExScripting10-12-2008 at 11:13 PM
Trouble creating a DLL that works in Plus
I've spent quite some time trying to get a DLL file to work by using the Interop.Call function, but it just won't accept it. Here's what I have so far. [code=c] #include "stdafx.h" #ifdef __cplusplus // If used by C++ code, extern "C" { ...
a0369Scripting10-12-2008 at 08:18 PM
RE: [Release] FileServer Script v1.1.2
I suggest an atualization... A menu called Backup, same as Messenger Plus! ... Import/Export users. If the owner of this script would did this... everybody thanks \o/ PS.: I'm do not very good in english ^^'
phelippemScripting08-28-2008 at 04:32 AM
RE: * Stat Center 1.5* [NEW] [Performance Issues Fixed]
Thanks for that comment! I'm sorry guys i haven't had time to further develop this script! I had lots of great ideas for this script as i was making it. A lot of them i had to leave out to get it submitted in time for the old scripting competition...
ChestahScripting04-30-2008 at 02:03 PM
Export Messenger Settings
Is there a script (or for that matter, any way) to export ALL the Messenger settings (not just those of Plus!)? I run Messenger on multiple computers and it's a pain having to enter the Messenger settings each time. Thanks in advance, Jams
jmoo2Scripting04-22-2008 at 12:12 PM
RE: C# dll?
shouldn't matter as long as you export everything for COM, which i can't seem to get to work. anyone who has done this please help me :)
effectionScripting03-23-2008 at 05:23 PM
C# dll?
I can't get my C# dll to work, i've done all the necessary stuff (i think) to get my functions exported. [code]namespace Effection { [InterfaceType(ComInterfaceType.InterfaceIsIDispat ch)] public interface iFunctions { [DispId(1)...
effectionScripting03-23-2008 at 12:04 AM
RE: Function dll C# in scripts ( Msg+ )
C# is dotNet, which means that the executable-format is way different. It doesn't have anything such as exports, so you cannot use any Interop method to call it. DotNet is managed code, so you there's not a chance you can call it just like it would...
vikkeScripting03-02-2008 at 11:40 PM
RE: Function dll C# in scripts ( Msg+ )
Interop::Call can also call from custom libraries, the only difference is that Interop::Call2 returns a string. Melliott, you will need to make sure the function you want to call is exported from the dll. Then just put the path of the library, name o...
deAdScripting03-02-2008 at 10:48 PM
RE: [Request] New msgplus sounds options
To recap... and clarify and repeat a few things.... Please do not ask the same question over and over again in different threads.[/size]
CookieRevisedScripting12-11-2007 at 09:00 PM
RE: [release] Status Icon Version 1.02
[url]http://svn.veggie.thedt.net/web/scripts/expor t/zip/1/plus______Status__Icon___[/url] revision 1 has the icons unpacked :)
-dt-Scripting11-17-2007 at 09:54 AM
RE: [BETA] YASS 0.5
heh you're not running php5
-dt-Scripting10-16-2007 at 10:29 AM
RE: [BETA] YASS 0.5
i configured the bot etc uploaded all and got this Fatal error: Call to undefined function: default_timezone_set() in /usr/export/www/vhosts/funnetwork/hosting/binaryin c/yass/index.php on line 17 i changed the time zone to GMT+1 in the php file what...
snAke_LeAderScripting10-16-2007 at 10:20 AM
RE: [Updated] Live Notifier V1.10 (formerly Convo Notifier)
After upgrading to WLM 8.5 beta 2 ,I'm experiencing some strange behaviour of my messenger with this script. I'm running it on Vista. Links in conversation windows stopped work - web page won't open when I click them. I can't export my plus! set...
triniScripting09-18-2007 at 10:55 PM
RE: newbie wants to call C++ program
You were quicker than me in 10seconds... :-) I just updated my reply.... By the way, what's excatly the difference between <OleFiles> and <DotNetFiles> ? Thanks!
HenScripting08-29-2007 at 01:05 PM
[Hide Excerpts] Pages: (9): « First « 1 2 [ 3 ] 4 5 6 7 » Last »