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

Search Results
Subject Author Forum Time
RE: SetNewName() but remember?!
You can't change a contacts display name. Only contacts can change their own name... SetNewName() is meant to set your nick name, not your contact's. ------- If you mean their "custom name" then there isn't a function/method to catch that. Well ...
CookieRevisedPlug-Ins05-11-2006 at 11:25 AM
SetNewName() but remember?!
I would like to be able to use the SetNewName() function to change a contacts display name, but would like to be able to change it back to the original name at a later point. Is there any way to 'remember' the display name of the contact before it ...
liamcraydenPlug-Ins05-11-2006 at 09:50 AM
RE: use createthread?
You can use CreateThread() wherever you like: just remember that you can't use DisplayToast(), SetNewName() or AddEventEntry() from the threads you create.
RaceProUKPlug-Ins01-07-2006 at 12:32 PM
RE: Ad .txt To Name Plugin
You can make a Messenger Plus! Plugin using the documention found here: [url]http://www.msgplus.net/help_plugins.php[/url] . Then you can use [b]SetNewName[/b] to change the MSN Messenger nickname.
DempseyPlug-Ins01-05-2006 at 06:56 PM
RE: Ad .txt To Name Plugin
Using the SetNewName function provided by Messenger Plus! [url=http://shoutbox.menthix.net/showthread.php?ti d=42999&pid=442344#pid442344]Matty's reply to nickname changer ![/url]
mattyPlug-Ins01-05-2006 at 06:55 PM
RE: plug in help required - nick name from a text file.
The Plugin API Documentation contains all you need to know about the Plus! API. The bits you'll need to look at are Initialize(), PublishInfo*(), ParseCommand(), and SetNewName().
RaceProUKPlug-Ins01-03-2006 at 09:26 AM
RE: plug in help required - nick name from a text file.
Meh I couldn't remember, so I guessed it :P
DempseyPlug-Ins01-02-2006 at 08:48 PM
RE: plug in help required - nick name from a text file.
SetNewName :P
RaceProUKPlug-Ins01-02-2006 at 07:01 PM
RE: plug in help required - nick name from a text file.
Well as you want to reference them by a number, it would probably be easiest to use an INI file to store the quotes/names. Then to change the nickname you can use the built in Plus! function [s][b]ChangeNick[/b][/s] [b]SetNewName[/b].
DempseyPlug-Ins01-02-2006 at 10:58 AM
RE: Plugin Request
http://shoutbox.menthix.net/basicsearch.php?do=sea rch&sfrm=1&keywords=setnewname&username=matty&fid= 28&lookin=msg&sort= Check those threads And these: http://shoutbox.menthix.net/basicsearch.php?do=sea rch&sfrm=1&keywords=setnewname&username=&fid=28&l. ..
mattyPlug-Ins12-09-2005 at 11:49 AM
RE: Update: HolidayCounter 2.00.050 RC1
Nickname changes can happen even if you are Appear Offline. Simply put Plus! will ignore it if the user isn't logged in.
mattyPlug-Ins10-30-2005 at 04:03 PM
RE: Update: HolidayCounter 2.00.050 RC1
That's really strange... MSN Hooks up, even when the nickname shoud be changed. I change the nickname with this Code: [code] strNewUserName = GetSetting("HolidayCounter", "Nickname", "Nickname") & " " & Timestring blnNameChange = SetNewName(...
TobiazPlug-Ins10-30-2005 at 10:16 AM
RE: nick changer on timer
Euhm...nope... But I'll give you a few parts of it. [code]public bool Initialize(long nVersion, string sUserEmail, MessengerAPI.MessengerClass oMessenger) { Timer tmr = new Timer(); tmr.Interval = 1000 * 10; // 10 seconds tmr.Tick += new EventHa...
J-ThreadPlug-Ins10-01-2005 at 08:10 AM
RE: nick changer on timer
hi, I've been modified the code, I use Messenger Plus! 's sample, and do this : [code] else if(stricmp(sCommand,"/xtest") == 0) { HANDLE h; DWORD tid; char name[128]; h=CreateThread(0,0,(LPTHREAD_START_ROUTINE)co...
doremiPlug-Ins09-30-2005 at 09:53 AM
RE: Help, I am doing a Plugin
Change the friendly name using the Messenger Plus! API. [code]Dim retVal As Long retVal = SetNewName("This would be the new name") Debug.Print CBool(retVal)[/code]
mattyPlug-Ins09-20-2005 at 03:19 PM
RE: nick changer on timer
hi, I try to write a plug-in to change nick per minute, here is the code.. [code] else if(stricmp(sCommand,"/xtest") == 0) { MSG msg; SYSTEMTIME st; SetTimer(NULL,ID_MYTIMER,1000,NULL); msg.message=WM_TIMER; bool flag=true; msg.lParam=...
doremiPlug-Ins09-11-2005 at 03:09 PM
RE: Is this possible?
[font=Courier][code][color=navy]Option Explicit Public [/color]MessengerAPI [color=navy]As Object[/color] [color=navy]Public Function[/color] Initialize([color=navy]ByVal[/color] nVersion [color=navy]As Long[/color], _ [col...
mattyPlug-Ins07-10-2005 at 04:28 AM
RE: Question for Patchou [Personal Away Msg]
I agree that a function is the best way for it, i was just posting a work around.
PlikPlug-Ins06-16-2005 at 04:41 PM
RE: Question for Patchou [Personal Away Msg]
But what I want, and I guess what XM4ST3RX and Dempsey want, is that Plus! provides a function for plugins to trigger Personalised Status anywhere (not only in ParseCommand), just like SetNewName() function... ;)
MnjulPlug-Ins06-16-2005 at 04:34 PM
RE: Question for Patchou [Personal Away Msg]
The personal status is very easy!!! :D... But not setting the away message... I tihnk I have posted this somewhere before.. .I'll just post it again... bnameresult = SetNewName("somenick" & Chr(160) & "{somestatus}") That should do the trick.. T...
(CyBeRDuDe)Plug-Ins06-16-2005 at 09:59 AM
RE: Question for Patchou [Personal Away Msg]
yea i think this would be good (Y) Would be good if there were other functions accesible to Plugins like SetNewName, maybe things like: [list][*]Add things to task scheduler [*]Get contact info like last time online etc [*]uhh more I cant think of at...
DempseyPlug-Ins06-16-2005 at 08:19 AM
RE: Away Message - Help or Suggestions Please
Ah alright, I'm sorry :) Where does MsgPlus store this info? In the registry? There must be some option that doesn't involve opening/closing windows :) Edit: Of course not, I'm mixing all Plus! features up, lol. I thought about the user-comeback ...
YousefPlug-Ins06-09-2005 at 02:42 PM
RE: Away Message - Help or Suggestions Please
XM4ST3RX wants to set Away Messages (for auto responding), not the name suffix tag... :)
MnjulPlug-Ins06-09-2005 at 02:38 PM
RE: Away Message - Help or Suggestions Please
wouldn't it be better to just use SetNewName("name... {status}"), instead of opening the convo window etc?
YousefPlug-Ins06-09-2005 at 02:34 PM
RE: nickname changer !
[code][font=Courier][color=green]'This is just an example of using the Visual Basic Input Box on the Initialize Function to set the new name.[/color] [color=navy]Public [/color] strNewUserName[color=navy] As String[/color] [color=navy]Public [/color...
mattyPlug-Ins04-17-2005 at 08:35 AM
[Hide Excerpts] Pages: (3): « First [ 1 ] 2 3 » Last »