What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Help to a newbie?

Pages: (2): « First « 1 [ 2 ] Last »
Help to a newbie?
Author: Message:
Fröt
Junior Member
**

Avatar
No

Posts: 16
36 / Male / –
Joined: Feb 2005
Status: Away
O.P. RE: RE: Help to a newbie?
quote:
Originally posted by madman66
That cant be done with the Plus API but you can use the messenger API. Which is passed in initialise.
code:
oMessenger.Myfriendlyname()
gets the current users nickname


When i use
code:
oMessenger.Myfriendlyname()
in Initialise the MSN doesn't see my plugin?

Is there other ways to take the current nick of user?
02-12-2005 12:48 PM
Profile E-Mail PM Web Find Quote Report
(CyBeRDuDe)
Senior Member
****


Posts: 512
Reputation: 21
37 / Male / –
Joined: Jul 2003
RE: Help to a newbie?
Option Explicit
Public objMessenger

Public Function Initialize(ByVal nVersion As Long, ByVal sUserEmail As String, ByVal oMessenger As Object) As Boolean
Set objMessenger = oMessenger
MsgBox objMessenger.MyFriendlyName
Initialize = True
End Function


Just an example... :D..
02-12-2005 01:09 PM
Profile E-Mail PM Find Quote Report
Fröt
Junior Member
**

Avatar
No

Posts: 16
36 / Male / –
Joined: Feb 2005
Status: Away
O.P. RE: Help to a newbie?
No it dosn't work

but thanks.
02-12-2005 01:22 PM
Profile E-Mail PM Web Find Quote Report
taz030485
Junior Member
**

Avatar

Posts: 44
39 / Male / –
Joined: Jan 2005
RE: Help to a newbie?
Hey Fröt I was wandering what the progree son this plugin is going? If u'd like me to I'd be more than happy to test it for u as I've been wanting a plugin like this for some time but the best code I've ever written is a Pascal proram the randomly puts together letters till it matches a word enterd by the user and I don't think that'll help here:P
[Image: taz030485.png]
02-19-2005 12:38 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


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