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

Search Results
Subject Author Forum Time
RE: Installing with .NET Framework
There's a better way to get the path of regasm, without scanning the registry: string regasmPath=System.Runtime.InteropServices.RuntimeE nvironment.GetRuntimeDirectory()+@"\regasm.exe" ; Of course it only works if you write the installer with .NET,...
fasPlug-Ins03-08-2006 at 11:51 AM
RE: Weird problem with installing my plugin
Ok, it does work when I use regasm. But in my installer-program, I use System.Runtime.InteropServices.RegistrationService s.RegisterAssembly, and this doesn't work 8o|
fasPlug-Ins03-06-2006 at 11:57 AM
RE: Weird problem with installing my plugin
Well I unregistered the assembly in the \bin dir and registered the assembly in the \plugins dir, didn't help unfortunately. I read your tutorial, thank you. But I don't get the Strong Name stuff. I don't know what it is and how to use it, and i...
fasPlug-Ins03-05-2006 at 07:45 PM
Weird problem with installing my plugin
Hello, I wrote a plugin using C# 2005. To get it work, I created an entry in the registry in HKEY_LOCAL_MACHINE\SOFTWARE\Patchou\MsgPlus2\R egisteredPlugins. It works, but the problem is, that i never moved the DLL into the plugins directory of Me...
fasPlug-Ins02-27-2006 at 05:50 PM
RE: Receive the text
All i can tell you is, that you can't access the control by hwnd, cause it doesn't have one... It's a 'windowless' control. And I doubt that it's a RichTextBox, a normal RichTextBox can't contain progressbars etc...
fasPlug-Ins07-14-2004 at 01:26 AM
RE: Sound Plugins
Thanks for helping @all. Does MSN Plus has official promotion of MSN that it can for example extend the maximal length of a message? I don't have an idea of how i would manage to do this...
fasPlug-Ins07-12-2004 at 10:41 PM
RE: Sound Plugins
Where to find it? Thanks! Bye
fasPlug-Ins07-12-2004 at 01:04 PM
RE: Sound Plugins
Not to open a new thread, here another question: How does MSN Plus work? I mean even with the Messenger Lib I couldn't catch the text the user is sending (I tried to, but I can't find any controls/handles inside DirectUIHWND...). Does it have any o...
fasPlug-Ins07-12-2004 at 02:43 AM
Sound Plugins
Hi all, I'm just wondering how the sound-plugins work (e.g. Audiator). I mean, I know how to play a sound. But how does the plugin send a sound/recognize a received sound? Thanks!
fasPlug-Ins07-12-2004 at 02:36 AM
RE: How To Call The MSN API using VB
Cool, thanks for helping! Unfortunately i still don't know how to send an instant message to a user by using the Messenger Api Type Lib or a different easy way. Does somebody know, how? Another thing I'd like to know is: I wanted to add a Menu/Cont...
fasPlug-Ins07-11-2004 at 04:59 PM
RE: How To Call The MSN API using VB
Okay, I have MSN, but it supports whiteboard, remote assistance, ... Anyway, I'm installing now. I remember times i had problems with uninstalling it... So may somebody tell me what is better? MSN Messenger or Windows Messenge? Msn look better ;)
fasPlug-Ins07-11-2004 at 04:22 PM
RE: How To Call The MSN API using VB
Sure, MSN Messenger 6.2.0137.
fasPlug-Ins07-11-2004 at 03:08 PM
RE: How To Call The MSN API using VB
Em, where can I get this lib? I don't find it...
fasPlug-Ins07-11-2004 at 01:04 PM
Send Message
Hi, Im using VB.NET. Is there a way/a function, which allow me to send a message to a user? Like Send(Text,hwnd) or Send(Text,Username).. Thanks a lot!
fasPlug-Ins07-11-2004 at 12:33 PM
[Hide Excerpts]