What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Nick Name Changer - source

Pages: (2): « First « 1 [ 2 ] Last »
Nick Name Changer - source
Author: Message:
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
RE: Nick Name Changer - source
That would be only on XP. But since almost everyone on this forum uses XP (*sigh*), you got a point.

Also: your program would need messenger plus! to work, and since plus! fixes the API automaticly, that wouldn't change a thing.

This post was edited on 06-02-2004 at 01:04 PM by Millenium_edition.
06-02-2004 01:02 PM
Profile E-Mail PM Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: Nick Name Changer - source
Matty, what I am looking for perhaps is the source code of the DLL...inside it is how actual nickname changing works 8-) I think you are still using the method of sending "/nick" to a conversation window, right? ;)
06-02-2004 01:02 PM
Profile PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
O.P. RE: Nick Name Changer - source
quote:
Originally posted by Mnjul
Matty, what I am looking for perhaps is the source code of the DLL...inside it is how actual nickname changing works 8-) I think you are still using the method of sending "/nick" to a conversation window, right? ;)

Ya, but its not using sendkeys because that fails to send () its using PostMessage

mnjul check your pm for my email

This post was edited on 06-02-2004 at 01:07 PM by matty.
06-02-2004 01:05 PM
Profile E-Mail PM Find Quote Report
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
RE: Nick Name Changer - source
Sendkeys can send ()

code:
SendKeys "{(}{)}"
06-02-2004 01:30 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
O.P. RE: Nick Name Changer - source
quote:
Originally posted by Millenium_edition
Sendkeys can send ()

code:
SendKeys "{(}{)}"


Ya but if you tell it to sendkeys Text1

and text1 contains () then it doesn't send them, it sends everything else but the ()
06-02-2004 01:39 PM
Profile E-Mail PM Find Quote Report
R1tjuh
Junior Member
**

Avatar
I'm Dutch

Posts: 57
35 / Male / –
Joined: May 2004
RE: Nick Name Changer - source
Can you give me the source of the dll?
06-03-2004 01:43 PM
Profile E-Mail PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
O.P. RE: Nick Name Changer - source
quote:
Originally posted by R1tjuh
Can you give me the source of the dll?

You can find it on MSN Fanatic or You can just use the dll to set the name (just reference to it)
code:
Dim setNickName as Class1
Private Sub Form_Load()
Set setNickName = New Class1
06-03-2004 02:14 PM
Profile E-Mail PM Find Quote Report
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
RE: Nick Name Changer - source
ehm ever thought of using replace()?
06-03-2004 03:05 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