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

Search Results
Subject Author Forum Time
RE: Trouble creating a DLL that works in Plus
i know the documentation says you need to use the __stdcall, but it still doesn't accept, is there something that needs to be changed? I'm using Visual Studio 2005 btw
a0369Scripting10-13-2008 at 04:52 PM
RE: Trouble creating a DLL that works in Plus
thanks for the screen resolution code, if I ever need to create a DLL, I'll try following what that tutorial says.
a0369Scripting10-13-2008 at 01:22 AM
RE: Trouble creating a DLL that works in Plus
find the screen resolution, if I can just get the function to be able to be called, I should be good to go from there. I tried taking out the __stdcall, but it still can't be called
a0369Scripting10-12-2008 at 11:22 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: Active Dialog Window?
I think i'm going to have the main window be disabled when a dialog box comes up and have the dialog box set to always on top so that the main window will never become on top of it.
a0369Scripting09-22-2008 at 09:32 PM
RE: Active Dialog Window?
there's only one tiny problem with disabling the main window while a dialog is open though. If that main window somehow goes on top of the dialog, then there is no way to get control back. Since the main window is disabled no messages get sent to it...
a0369Scripting09-22-2008 at 05:50 PM
RE: Active Dialog Window?
That's what I'm currently doing for right now. It's the only thing I could think of to prevent the user from clicking the main window while a dialog box is open.
a0369Scripting09-22-2008 at 05:44 PM
Active Dialog Window?
Here's what I'm trying to do, but have no clue how to do it. In some windows on Messenger Plus, you can click a button and it will bring up a dialog and while that dialog is on the screen you are not allowed to click the main window until you close...
a0369Scripting09-22-2008 at 05:21 PM
RE: Software Not Loaded...with a twist
I figured this out! Do any of you have WindowBlinds 6 installed? If so, please exclude WLM and Messenger Plus should work with WLM. I'm glad that I've finally figured this out.
a0369WLM Plus! Help10-01-2007 at 05:13 PM
RE: Software Not Loaded...with a twist
Yes it would be nice to have this fixed, I've tried everything to get Messenger plus to work, but everything I've tried has failed. I even restored the computer with the retail vista CD and\ with nothing else installed, messenger plus still does n...
a0369WLM Plus! Help09-26-2007 at 02:33 AM
RE: Can't Create a Window
ok i did that now it comes up, thanks for the help
a0369Scripting09-15-2007 at 02:49 PM
RE: Can't Create a Window
editplus
a0369Scripting09-15-2007 at 02:41 PM
Can't Create a Window
I followed the manual and even Copy and Pasted the code and it still will not create a window. I don't know why, it just won't do it no matter what I do. Script: [code] function OnEvent_Initialize(MessengerStart) { var Wnd = MsgPlus.CreateWnd("In...
a0369Scripting09-15-2007 at 02:20 PM
RE: Scripting Bug
ok, I made the change and it worked, I thought that was a global object
a0369Scripting01-02-2007 at 05:27 AM
RE: Scripting Bug
here's where the error occures [code] function OnEvent_ChatWndReceiveMessage(chatwin,origin,txt_m sg,kind) { var msg_back=""; switch (Messenger.MyStatus) { case '6': msg_back="Be aware that I haven't been on my computer for longer than...
a0369Scripting01-02-2007 at 05:24 AM
Scripting Bug
I think I found a bug while I was scripting in Messenger Plus. A part of my script is supposed to check my status and if my status is away any conversation message that is received after that is supposed to get an auto response, problem is that it wo...
a0369Scripting01-02-2007 at 05:09 AM
[Hide Excerpts]