help coding: change msn nickname |
Author: |
Message: |
Necroman
Junior Member
YUP, that's REAL blood :p
Posts: 62
39 / / –
Joined: Dec 2002
|
O.P. help coding: change msn nickname
hi there,
a lot of time when you want to write a plugin it will involve some kind of nickname change. I havent been able to do so yet, even after searching the web i didnt realy find a good explanation or a good example.
could someone help me out here
You ain't drunk till you have to grab the grass to keep from falling off the earth.
---------------------------
I'm not fat, I'm festively plump!
|
|
09-10-2004 02:51 PM |
|
|
spokes
Full Member
I <3 Rollerblading
Posts: 423 Reputation: 10
34 / /
Joined: May 2004
|
RE: help coding: change msn nickname
use the plugins tutorial on http://msgplus.net then you just set it to something like
sResult = "/nick <NICK>"
(VB Code)
not sure how to do it in C++
EDIT:I'm sure i will be corrected soon
This post was edited on 09-10-2004 at 03:29 PM by spokes.
|
|
09-10-2004 03:27 PM |
|
|
Yousef
Full Member
(previously known as Juzzi)
Posts: 487 Reputation: 19
35 / /
Joined: Jul 2004
|
RE: help coding: change msn nickname
strcpy(sResult, "/nick <NICK>");
Anyway, what's the way to change the nick when no conv window is opened ?
This post was edited on 09-10-2004 at 09:52 PM by Yousef.
|
|
09-10-2004 09:52 PM |
|
|
Necroman
Junior Member
YUP, that's REAL blood :p
Posts: 62
39 / / –
Joined: Dec 2002
|
O.P. RE: help coding: change msn nickname
acutally, i meant changing the nick without going through the plus! api ...
that way users wont be dependend on plus! to use the plugin
You ain't drunk till you have to grab the grass to keep from falling off the earth.
---------------------------
I'm not fat, I'm festively plump!
|
|
09-10-2004 10:35 PM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: help coding: change msn nickname
It's not even in the Messenger API.
|
|
09-10-2004 10:43 PM |
|
|
Millenium_edition
Veteran Member
Posts: 1787 Reputation: 57
Joined: Apr 2003
|
RE: help coding: change msn nickname
quote: Originally posted by raceprouk
It's not even in the Messenger API.
aaaaaaaaannnnnnddddddddd ? is this worth a post?
Necroman: you can do it by opening the options window and changing the nick there. what you can also do is a proxy.
there also is a third option, but you'll have to contact huuf/TB about that one
|
|
09-10-2004 10:52 PM |
|
|
Necroman
Junior Member
YUP, that's REAL blood :p
Posts: 62
39 / / –
Joined: Dec 2002
|
O.P. RE: help coding: change msn nickname
hmmm I guess I'll contact huuf/TB then for mistery option number three
You ain't drunk till you have to grab the grass to keep from falling off the earth.
---------------------------
I'm not fat, I'm festively plump!
|
|
09-11-2004 11:27 AM |
|
|
Dempsey
Scripting Contest Winner
http://AdamDempsey.net
Posts: 2395 Reputation: 53
38 / /
Joined: Jul 2003
|
RE: help coding: change msn nickname
quote: Originally posted by Necroman
acutally, i meant changing the nick without going through the plus! api ...
that way users wont be dependend on plus! to use the plugin
If you're making a Plus! plugin it's going to be dependent on the user having Plus! installed
|
|
09-11-2004 06:54 PM |
|
|
Necroman
Junior Member
YUP, that's REAL blood :p
Posts: 62
39 / / –
Joined: Dec 2002
|
O.P. RE: help coding: change msn nickname
well, thats just it
i dont want to make a plugin for plus!, i want to make a plugin for msn that doesnt have to go through plus!
right now its the only solution i can come up with cause i cant figure out how to change the friendly name
You ain't drunk till you have to grab the grass to keep from falling off the earth.
---------------------------
I'm not fat, I'm festively plump!
|
|
09-12-2004 02:12 PM |
|
|
guesswho
Junior Member
Posts: 19
36 / / –
Joined: Aug 2004
|
RE: RE: help coding: change msn nickname
quote: Originally posted by Necroman
well, thats just it
i dont want to make a plugin for plus!, i want to make a plugin for msn that doesnt have to go through plus!
Then this probably isn't the best place to be asking for help.
You could try in the MSN/Windows Messenger Section
Geoff
|
|
09-12-2004 02:15 PM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|