That's really strange... MSN Hooks up, even when the nickname shoud be changed.
I change the nickname with this Code:
code:
strNewUserName = GetSetting("HolidayCounter", "Nickname", "Nickname") & " " & Timestring
blnNameChange = SetNewName(strNewUserName)
now. If I replace the
code:
blnNameChange = SetNewName(strNewUserName)
with
code:
msgbox strNewUserName
the MsgBox appears and MSN doesn't hook up.
So, I don't think so, but could it be that I produce an error with this SetNewName sub?
Greeeeez
@Mentality: hehe, the Question wasn't only for you
@all: If someone knows the answer, please Post!