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

Search Results
Subject Author Forum Time
RE: NickChange Plugin
The file has been updated! Please install the new version and test it. See my first post for the changes(Y) I think the release of the final version will be soon(Y)
J-ThreadPlug-Ins10-10-2005 at 10:47 AM
RE: Readable Misspeller StuffPlug NG Talker
The answer is really obvisious.... But well, i'll help you, here it is. [code]function talker(input) { // Unreader written by Improfane 2005 // Please do not remove this message // original concept: http://216.239.59.104/search?q=cache:R79FQj60fnkJ. ..
J-ThreadPlug-Ins10-08-2005 at 10:34 PM
RE: Installing with .NET Framework
This is a double post to get my post back on the top. I did edit the one above but it still appears on page 3 so nobody will notice it's updated. When there are more replies this post can be deleted (it isn't nescessary, but I know the admins don'...
J-ThreadPlug-Ins10-08-2005 at 08:11 AM
RE: PHP help? // Never thought I'd ask. =p
WOW that code really hurts:|. Here's my version: [code]<?php if($_REQUEST['act'] == 'add') { // check mandatory fields if(empty($_REQUEST['lBulk'])) { echo "No emails imported (No values)."; exit; } $tmp = $_REQUE...
J-ThreadTech Talk10-08-2005 at 07:26 AM
RE: Sorry if this has been asked...
[code]Public Shared WithEvents oMessenger As MessengerAPI.MessengerClass Public Function Initialize(ByVal nVersion As Integer, ByVal sUserEmail As String, ByVal oMessenger As [u]MessengerAPI.MessengerClass[/u]) As Boolean MsgBox(sAppName ...
J-ThreadPlug-Ins10-08-2005 at 07:15 AM
RE: Easily Overwrite VB Plugin without closing Messenger
Cool, this is a really interesting post! I didn't try it, but I assume it works as you said... C#.NET plugins are also "locked", but they are registered with regasm. I hope it works for them also that would be really cool!(Y)
J-ThreadPlug-Ins10-08-2005 at 07:13 AM
RE: [idea]Games
I think it'll be very hard to make.... And not very usefull, but well, maybe somebody else will make it...
J-ThreadPlug-Ins10-07-2005 at 08:17 PM
RE: Why [someguy] Hates Apache
LOL i love such documents:D
J-ThreadTech Talk10-07-2005 at 07:46 PM
RE: Sorry if this has been asked...
When you want to use the messengerapi there are some things to do. -First, add Interop.MessengerAPI as a reference to your project. -Build your project -Copy your dll to a dir where you gonna install it -[b]Copy the Interop.MessengerAPI.dll (which wi...
J-ThreadPlug-Ins10-07-2005 at 06:34 PM
RE: [C#] Write to MsgPlus Event Log
Ok I don't have time now, add you later;)
J-ThreadPlug-Ins10-07-2005 at 06:30 PM
RE: Text in Unicode
I don't think that is possible... Although msn should know Unicode, but I doubt if it is possible for plugins to use it. It are all just ASCII strings as fas as I know...
J-ThreadPlug-Ins10-07-2005 at 08:10 AM
RE: [C#] Write to MsgPlus Event Log
Ok I did test it and this works: In Utilities.cs, make the following code: [code] [ComVisible(false)] public class Utilities { const int HWND_BROADCAST = 0xFFFF; [DllImport("user32", EntryPoint="RegisterWindowMessageA")] public static extern in...
J-ThreadPlug-Ins10-07-2005 at 08:08 AM
RE: Weird VS.NET setup problems
Just to be sure but...you are using a legal version do you? If you are using an illigal version, I don't think you'll be able to install it. MS uses strange but good ways to protect VS.NET from being copied... I've got a legal version installed an...
J-ThreadTech Talk10-07-2005 at 07:54 AM
RE: [C#] Write to MsgPlus Event Log
About that static method, it should work indeed. I don't know what the problem is... About the code you posted, I see a huge bug! [code] private bool addEventLog(string thisContact, string thisTitle, string thisArtist) { RegistryKey rootPath = Regis...
J-ThreadPlug-Ins10-06-2005 at 08:17 PM
RE: Sorry if this has been asked...
Yes I thougt of that too... I did send Patchou an email about it yesterday, so we'll wait for his answer... I hope he can improve plus, or tell us what the right way is to install .NET plugins. We'll see(Y)
J-ThreadPlug-Ins10-06-2005 at 04:17 PM
RE: 1 TB email service...
LOL Stigmata that one is HUGE!:P It would be really cool to have it as a hard disk... A TB hdd is indeed cool :D. Well...there are a lot of programmers here. Come on an make such a program:P
J-ThreadTech Talk10-06-2005 at 07:51 AM
RE: Making A Plugin
I wouldn't do VB.NET, I'd rather prefer C#.NET then to learn "good" programming. The syntax of C# does follow the "basic rules" of programming languages. It looks more like C++ or java for example. But also got VB syntaxes in it :-). So it's a...
J-ThreadPlug-Ins10-05-2005 at 05:33 PM
RE: NEW PLUGIN IN VB.NET NOT WORKING
I totally agree with that, but if it may happen, I think it is the users own fault. There always is an option to not install it... True, but it is a version that is working, the reason I let the setup download it is not to give the user the latest f...
J-ThreadPlug-Ins10-05-2005 at 04:44 PM
RE: NickChange Plugin
Thought it wouldn't be that difficult...:S I'll include a readme file in the final version. Available commands: /xncabout - displays the about window /xncadd - Adds a name to the list /xncon - Turn NickChange on /xncoff - Turn NickChange off /xncop...
J-ThreadPlug-Ins10-05-2005 at 03:29 PM
RE: NickChange Plugin
Are you sure there are some Nicknames in the list to change to? Do /xncoption and look at Nicknames if there is at least one nickname in the list. Also, the first change is actually AFTER "Interval", so not immediately. So if you set Interval to Da...
J-ThreadPlug-Ins10-05-2005 at 02:57 PM
RE: plugin to change my display name
J-ThreadPlug-Ins10-05-2005 at 11:32 AM
NickChange Plugin
[color=red]New!![/color] [url=http://shoutbox.menthix.net/showthread.php?ti d=62162]NickChange has been released as a script for Messenger Plus! Live.[/url] After a lot of research, testing, chatting and mailing with other plugin writers, I've finall...
J-ThreadPlug-Ins10-05-2005 at 11:29 AM
RE: [C#] Write to MsgPlus Event Log
Ok I'll test it myself later. I assume that patchou did test his VB.NET code, so that must be correct. If the VB.NET code works, this should also work in my opinion...[hr]Sorry I made a little mistake in my code! It does work now :-). Make sure you...
J-ThreadPlug-Ins10-05-2005 at 05:48 AM
RE: Sorry if this has been asked...
That may indeed be the problem. I've tested and regasm /codebase turned out to be the best way. And as I said before, the plugin doesn't need to be in the plugins dir, because with the codebase option the full path to the plugin is registered(Y)
J-ThreadPlug-Ins10-04-2005 at 07:32 PM
RE: [C#] Write to MsgPlus Event Log
Did you test it already? Does it work?
J-ThreadPlug-Ins10-04-2005 at 07:14 PM
[Hide Excerpts] Pages: (19): « First « 11 12 13 14 [ 15 ] 16 17 18 19 » Last »