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

Search Results
Subject Author Forum Time
RE: Help disabling Windows Screensaver
Yeah, you put this code in the form_load event, command1_click event etc :)
MikeTech Talk12-30-2004 at 10:57 PM
RE: Help disabling Windows Screensaver
Try this :) Put this on the top of the form code [code]'<<< CONSTANTS >>> Private Const SPI_SETSCREENSAVEACTIVE As Long = 17 Private Const SPIF_UPDATEINIFILE = &H1 Private Const SPIF_SENDWININICHANGE = &H2 '<<< DECLARES >>> Private Declare Function...
MikeTech Talk12-30-2004 at 10:37 PM
RE: How to close MSN in program?
Actually, if you want to reload the plugins, you can tell Plus! to do so with 2 api calls :) Look in the readme.txt that comes with the plugin api documentation (typo? :P) There is an example for C++.
MikePlug-Ins12-30-2004 at 08:50 AM
RE: Message color parsing problem
Hello. First, please don't double post :) Edit your first post. Secondly, you can't use tags in messages the plugin sends. You have to use the character that is used when Ctrl + K is pressed on a conversation window. I suppose you use Visual Basic....
MikePlug-Ins12-30-2004 at 08:45 AM
RE: Paris Meeting : We survived ^^
You guys had fun :( I also want that thing (dont know its name:P) wtbw, Patchou and some others had in their clothes... j/k :P By the way cookie, where was wtbw's phone uploading? :P (I mean in what server...) I didn't imagine you guys (and girls) ...
MikeWLM Plus! General12-29-2004 at 05:03 PM
RE: Windows Media Player 9 Error
Why don't you use another media player? Like [url=http://www.winamp.com]winamp[/url]? :)
MikeTech Talk12-28-2004 at 03:36 PM
RE: Paris Meeting : We survived ^^
Nice photos :) Too bad we didnt see a pic of Cookie and TB...:( By the way, did anyone recognize you Patchou? :P
MikeWLM Plus! General12-28-2004 at 08:42 AM
RE: is there anyway to clone msn messanger? or...inside
Actually, this is possible. Millenium_edition once made this, but because it was too buggy, he pulled it out of the iternet. Anyway, you can ask him if he still has it.
MikeWLM Plus! Help12-28-2004 at 07:40 AM
RE: Msn Messenger had messsed up..
Try this: Right click on the conversation window from the taskbar and then choose "Maximaze" Does this fix the problem? If not, try changing your resolution.
MikeSkype & Live Messenger12-27-2004 at 06:55 PM
RE: Cannot Uninstall MsgPlus
Well, then there is only one suggetion left: I dont know if you can uninstall programs from safe mode but you should give it a try. Restart your computer, and before the windows logo appears, press F8. Then choose safe mode. Select your or the "Admi...
MikeWLM Plus! Help12-27-2004 at 06:53 PM
RE: Cannot Uninstall MsgPlus
I updated my last reply. Did you read it?
MikeWLM Plus! Help12-27-2004 at 06:47 PM
RE: Cannot Uninstall MsgPlus
Well then, the only thing I could suggest is to try shutting down all the processes of "MsgPlus.exe", "msmsgs" and "msnmsgr" and then try to reinstall. Oh by the way, MsgPlus! needs to be uninstalled from the same account it was installed!
MikeWLM Plus! Help12-27-2004 at 06:41 PM
RE: Cannot Uninstall MsgPlus
I suggest you to try and reinstall Plus! and then uninstall it. By the way, did you install the sponsor program when installing? If yes, reinstall Plus! with the sponsor and then uninstall...
MikeWLM Plus! Help12-27-2004 at 06:36 PM
RE: Right Justify in a conversation box?
Actually, it has nothing to do with MD. It's standart Rich Text behavior. Do it it, just select the text you want to right-justify and hit Ctrl + r
MikeSkype & Live Messenger12-27-2004 at 05:36 PM
RE: What did you get for X-mas?
You guys are very lucky... :( Almost everyone of you has got a new computer... Bah, I'll stick with our Pentium II 280 Mhz computer :banana: pwnz all the other computers :P Anyway, I got nothing for Christmas by Santa Clause... :( I'll wait untill ...
MikeGeneral Chit Chat12-27-2004 at 05:21 PM
RE: Sounds in conversation
Actually, you can do it easily with a plugin by using the PlaySound api :) MsgPlus! uses the MCISendString api that works when another sound is playing. The PlaySound api is only playing a sound if another sound is playing. So when your contact sends...
MikeWLM Plus! Help12-27-2004 at 04:20 PM
RE: Best 3D Worms Game
To tell you the truth, I havent played Worms Forts: Under Siege. But I have played Worms 3D and I didnt like it... WWP was the best of all the worm games (y)
MikeGeneral Chit Chat12-27-2004 at 01:22 PM
RE: Parse incoming text
Actually I believe, you can do it in VB with packet sniffing... But, to use packet sniffing, you have to keep a form open and pass its hWnd so windows pass the messages there... :( But I don't know how to use packet sniffing in vb...
MikePlug-Ins12-24-2004 at 06:19 AM
RE: Burning copyrighted DVD
By the way, isn't copying a copyrighted DVD illegal? If so, I'm sorry, but these discussions are not allowed here... :(
MikeTech Talk12-23-2004 at 08:37 PM
RE: cant remove ad-ware/sponsor
Note: You must uninstall with the account you installed Messenger Plus! (I think) So login to the account Messenger Plus! was installed and see if it is in that list of Add/Remove programs :)
MikeWLM Plus! Help12-22-2004 at 04:31 PM
RE: XP Theme support for Richedit controls
Doesnt calling the InitCommonControlsEx api and then putting a manifest file in your program's resource, do that? I guess it doesnt... :-/
MikeTech Talk12-21-2004 at 08:46 PM
RE: Variablising the oMessenger Object passed to Initialize
Actually, the last time I used the messenger object that MsgPlus! gives me, I noticed that it passes thing like "hWnd", "Top", "Left" etc. But I'm not sure... :S
MikePlug-Ins12-21-2004 at 08:40 PM
RE: Help me please
Also, you might want to try to take out the Ram while the computer is closed, leave it out, and then put it back again. This sometimes helps :)
MikeTech Talk12-21-2004 at 05:41 AM
RE: The Windows Clock API
These are all the time apis: [img]http://shoutbox.menthix.net/attachment.php?pi d=349916[/img] Just download [url=http://www.mentalis.org/agnet/apiguide.shtml] Api Guide[/url] and update it (File -> Internet Update) to view some examples and descriptio...
MikeTech Talk12-20-2004 at 09:12 PM
RE: Your favourite Christmas song
Last Christmas by Wham. There is also a TV channel here in Greece, which most of the time, has the Last Christmas song and another Christmas song with the video clips! :DHeh. They have made some funny mods of this song :P
MikeGeneral Chit Chat12-20-2004 at 08:59 PM
[Hide Excerpts] Pages: (98): « First « 76 77 78 79 [ 80 ] 81 82 83 84 » Last »