quote:
Originally posted by markee
This can be done. All that needs to happen is when a message is sent then you need to check for the contact you are talking to and change the following registry accordingly.
code:
HKEY_LOCAL_MACHINE\SOFTWARE\iAvatars.com\StuffPlug\{User Id}\szChatName
I would do this for you but I'm a bit busy at the moment I'm sorry.
..not necessarily. There's quite a few problems with that method. To name a few:
(1) Stuffplug probably doesn't read from the registry every time you send a message.
(2) It can sometimes take a bit to load the necessary activex and/or perform the actions you want. The message can already be modified and sent by this time.
There are of course many more problems..