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

Search Results
Subject Author Forum Time
RE: Remember password
I'm still working on the auto login script. This all has to go automatically. So I dont want to press all the buttons myself to 'remember the password'. I'm this close to solve it!
YustmeScripting07-16-2012 at 07:16 PM
RE: Remember password
Export the registry, click the button, export the registry again, compare.
mattyScripting07-16-2012 at 03:55 PM
[in-development] Autrogo: Messenger task automator
[size=1]Now that my [url=http://shoutbox.menthix.net/showthread.php?ti d=97426]Voicemail[/url] script is pretty much done (assuming no bugs are found with the beta, I'll release it as stable on the database), I have another project underway...[/size]...
whizScripting08-22-2011 at 07:33 PM
[C++] PlusWnd to MsgPlus
I'm using a C++ DLL in which I create a PlusWnd and fill a ListViewControl with it as follows: [code]extern "C" __declspec(dllexport) void __stdcall TestWindow() { IDispatchPtr Wnd = pMsgPlus->CreateWnd("TestWindow.xml", "Form1"); _IMPPlusWn...
enoidScripting05-17-2011 at 02:52 PM
RE: [?] Calling a procedure by its address
If it is another Windows API you wanna call, then there is absolutely no reason to not directly call it by its exported name using Interop.Call. If it is not a Windows API, but some internal non-exported procedure in the process then you can (ab)use ...
CookieRevisedScripting05-01-2011 at 05:40 PM
RE: Another Title Manager don't work MP!5
If it doesn't save settings then the script is probably at fault here, not Messenger Plus! itself. In many old scripts the path to the script's files and/or settings is hard coded inside the script instead of using the proper methods. The result is...
CookieRevisedScripting04-10-2011 at 01:41 PM
RE: [Idea] Scripted dialogue Mail
Why would you want to make an e-mail client inside Messenger? I think most people would prefer a stand-alone e-mail application on the desktop or on the web, instead of reading and sending e-mail inside Messenger. On a more technical note, this would...
MattiScripting12-08-2010 at 06:11 PM
C# exports
In the thread on [url=http://shoutbox.menthix.net/showthread.php?ti d=95643]Using C# DLLs[/url], I have already posted a [url=http://sites.google.com/site/robertgiesecke/H ome/uploads/unmanagedexports]link[/url] to a C# module that allows for exporting...
SmokingCookieScripting11-06-2010 at 01:56 PM
RE: Using C# DLL
There's a .NET class for [url=http://sites.google.com/site/robertgiesecke/H ome/uploads/unmanagedexports]exporting C# methods[/url]; the only problem I have with it, is that it doesn't work *-)
SmokingCookieScripting10-28-2010 at 06:02 PM
RE: Quick Adder
I don't know if this is a glitch in Hotmail, but I've tried importing CSV files, and even though Messenger addresses are included (User 2, IIRC) in an export, they're not actually imported. I had to add the IM addresses separately. :^)
whizScripting08-21-2010 at 05:35 PM
RE: Quick Adder
Two possible reasons why: 1) It's because some stuff has changed in the new Windows Live Messenger. eg: it doesn't support using the internal Messenger API anymore in the way it was possible before. 2) It is because of how Windows 7 deals with Acti...
CookieRevisedScripting08-21-2010 at 03:08 PM
RE: Detect Minimized Window?
User32.dll is the Dynamic Link Library (which is apart of windows) where the function GetForegroundWindow is found. There are others like kernel32.dll, gdi.dll etc. But each DLL has different exported functions you can use.
mattyScripting08-15-2010 at 02:51 AM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Would it be possible to create and show a transparent window over an exported one of an unknown size (not necessarily unknown, since the user sets it, but it obviously won't be a fixed amount)? Would it be able to "attach" to a window, or would I ...
whizScripting05-26-2010 at 06:25 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Just so you know, I'm now working on version 3.0, with some additional features, plus some tidying up of other bits. The script now checks for obselete files, there's a new dialog class, and I'm working on multiple items on the clipboard (rather l...
whizScripting05-24-2010 at 08:38 PM
RE: Tutorial on How to Let a Script-Callable DLL Handle Scripting Objects
[s]I remember that regasm has some command-line argument that exports a .tlb file; could that be what you're pointing at?[/s] Doesn't Patchou have anything like a .tlb file? :P
SmokingCookieScripting05-09-2010 at 08:34 AM
RE: Tutorial on How to Let a Script-Callable DLL Handle Scripting Objects
Well, I just tried in Visual Studio to add MsgPlusLive.dll to the C# project Reference, and it refused to do so. As long as you can extract the Type Library (.tlb) from the DLL then things should be ok. You have to find a way though. Dunno if any Vi...
MnjulScripting05-09-2010 at 08:30 AM
RE: Tutorial on How to Let a Script-Callable DLL Handle Scripting Objects
Ref: [url=http://sites.google.com/site/robertgiesecke/H ome/uploads/unmanagedexports]C# DllExportAttribute[/url]. Okay, I've got absolutely no idea how the above thingy supposed to work, but can this tutorial be applied to C# as well?
SmokingCookieScripting05-09-2010 at 08:09 AM
RE: Speller Project using Plus!
[i]Problem exporting solution...[/i] In my computer the solution is running, but when i try to export it, using the ScriptPackager, it wont work... Always fails when i test the .js file. I think it is related to the Com and .Net registering part. Eve...
bacusScripting05-08-2010 at 05:42 PM
RE: Speller Project using Plus!
You will need to export the functions to be able to be used with Interop.
mattyScripting03-23-2010 at 12:12 AM
RE: create a button
I use this class [code=js]/* * ----- * Screenshot Sender - __script_menu.js * ----- * Menu creator for Screenshot Sender * ----- */ var ScriptMenu = function () { this.ScriptMenu = ''; } ScriptMenu.prototype = { /* Name: AddItem Purp...
mattyScripting02-26-2010 at 05:55 PM
RE: Help! Running a file in script folder
yeah it works! thanks ;) another thing: can I export this variable (MsgPlus.ScriptFilesPath) (or MSNexe too) to a txt or any sort of file? i need this path to be loaded by the batch file ran before (MSN.exe) and if I simply change the script it code ...
confaScripting02-22-2010 at 07:53 PM
RE: [help] Windows widths and heights...
Yes, but I know I can't physically make it. I just need the co-ordinates. I want to be able to export the window of which the user selects to add a control to, and then open it, allowing them to draw where they want the control on their window. ...
whizScripting01-07-2010 at 04:51 PM
RE: [Release] SendTo v2.2 [Final]
So as usual Cookie is right. I made a Dll that simply exported DllInvokeSend which had a message box. From there I called it using rundll32 and it failed. So Cookie looks like our only option is to do it in C++.
mattyScripting10-08-2009 at 12:45 PM
RE: Creating a Command?
[code=js]function OnGetScriptCommands() { var bEnabled = (Messenger.MyStatus > STATUS_INVISIBLE); var oCommand = new Commands(); with(oCommand) { if ( bEnabled === true ) { AddCommand('dispc', 'Displays online...
Samo502Scripting10-01-2009 at 06:12 PM
RE: Creating a Command?
Class file [code=js]/* * ----- * Screenshot Sender - command_class.js * ----- * Command class for Screenshot Sender * ----- */ var Commands = function() { this.Commands = ''; } Commands.prototype = { /* Name: AddCommand Purpose: Adds...
mattyScripting10-01-2009 at 05:44 PM
[Hide Excerpts] Pages: (9): « First [ 1 ] 2 3 4 5 » Last »