What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » [Suggestion] *.LNK Plugin

[Suggestion] *.LNK Plugin
Author: Message:
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
RE: [Suggestion] *.LNK Plugin
bah cant you just Register the "MessengerPlus_SetName" message and use SendMessage API to send your new nick without it being a plugin?

this is the Visual Basic source code im talking bout.

code:
Public Function SetNewName(ByVal sMessage As String) As Boolean
    Dim nMsg As Long
    nMsg = RegisterWindowMessage("MessengerPlus_SetName")

    Dim nResult As Long
    nResult = SendMessage(HWND_BROADCAST, nMsg, StrPtr(sMessage), 1)
    If (nResult = 0) Then
        SetNewName = False 'Can happen if the user if offline
    Else
        SetNewName = True 'There is no absolute way to detect if the function was successful
    End If
End Function


then like use the commandline way Stigmata mentioned and use like "Addnick=- Brb Playin teh Gamez"
and call the function with a nick thats already in a preset variable?

otherwise someone has to do some IMessenger pointer finding :P
[Image: jeansiger5.jpg]
12-31-2004 03:32 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Suggestion] *.LNK Plugin - by John on 12-21-2004 at 07:21 PM
RE: [Suggestion] *.LNK Plugin - by Millenium_edition on 12-21-2004 at 07:28 PM
RE: [Suggestion] *.LNK Plugin - by user27089 on 12-21-2004 at 07:49 PM
RE: [Suggestion] *.LNK Plugin - by John on 12-28-2004 at 07:54 PM
RE: [Suggestion] *.LNK Plugin - by L. Coyote on 12-28-2004 at 08:30 PM
RE: [Suggestion] *.LNK Plugin - by azn angel on 12-29-2004 at 11:49 AM
RE: [Suggestion] *.LNK Plugin - by (CyBeRDuDe) on 12-29-2004 at 10:09 PM
RE: [Suggestion] *.LNK Plugin - by John on 12-30-2004 at 11:17 AM
RE: [Suggestion] *.LNK Plugin - by Menthix on 12-30-2004 at 04:13 PM
RE: [Suggestion] *.LNK Plugin - by Tarry on 12-30-2004 at 04:21 PM
RE: [Suggestion] *.LNK Plugin - by Menthix on 12-30-2004 at 04:29 PM
RE: [Suggestion] *.LNK Plugin - by Stigmata on 12-30-2004 at 04:56 PM
RE: [Suggestion] *.LNK Plugin - by (CyBeRDuDe) on 12-30-2004 at 06:39 PM
RE: [Suggestion] *.LNK Plugin - by Plik on 12-30-2004 at 06:43 PM
RE: [Suggestion] *.LNK Plugin - by (CyBeRDuDe) on 12-30-2004 at 06:46 PM
RE: RE: [Suggestion] *.LNK Plugin - by John on 12-31-2004 at 03:31 PM
RE: [Suggestion] *.LNK Plugin - by Ash_ on 12-31-2004 at 03:32 PM
RE: [Suggestion] *.LNK Plugin - by Plik on 12-31-2004 at 04:11 PM
RE: [Suggestion] *.LNK Plugin - by Ash_ on 12-31-2004 at 04:19 PM
RE: [Suggestion] *.LNK Plugin - by Menthix on 12-31-2004 at 07:18 PM
RE: [Suggestion] *.LNK Plugin - by John on 01-01-2005 at 07:16 AM
RE: [Suggestion] *.LNK Plugin - by L. Coyote on 01-01-2005 at 07:21 AM
RE: [Suggestion] *.LNK Plugin - by John on 01-01-2005 at 07:25 AM
RE: [Suggestion] *.LNK Plugin - by John on 01-11-2005 at 10:51 AM
RE: [Suggestion] *.LNK Plugin - by (CyBeRDuDe) on 01-11-2005 at 12:42 PM
RE: [Suggestion] *.LNK Plugin - by John on 01-11-2005 at 02:07 PM
RE: [Suggestion] *.LNK Plugin - by Ash_ on 01-18-2005 at 01:34 AM
RE: [Suggestion] *.LNK Plugin - by (CyBeRDuDe) on 01-18-2005 at 07:24 AM
RE: [Suggestion] *.LNK Plugin - by Ash_ on 01-18-2005 at 07:35 AM
RE: [Suggestion] *.LNK Plugin - by John on 01-18-2005 at 09:12 AM
RE: RE: [Suggestion] *.LNK Plugin - by Ash_ on 01-18-2005 at 01:39 PM
RE: [Suggestion] *.LNK Plugin - by (CyBeRDuDe) on 01-18-2005 at 06:18 PM
RE: RE: [Suggestion] *.LNK Plugin - by Ash_ on 01-19-2005 at 12:51 PM
RE: [Suggestion] *.LNK Plugin - by (CyBeRDuDe) on 01-19-2005 at 09:49 PM
RE: RE: [Suggestion] *.LNK Plugin - by Ash_ on 01-20-2005 at 11:32 AM
RE: [Suggestion] *.LNK Plugin - by (CyBeRDuDe) on 01-20-2005 at 03:00 PM
RE: [Suggestion] *.LNK Plugin - by Yousef on 02-07-2005 at 09:31 PM
RE: [Suggestion] *.LNK Plugin - by Tochjo on 02-07-2005 at 09:36 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On