ChangeNickname MethodChangeNickname Method*
*Contents  *Index  *Topic Contents
*Previous Topic: CancelConnectLogin Method
*Next Topic: ChangeUserProperty Method

ChangeNickname Method

Asynchronously changes the user's Nickname.

Syntax

object.ChangeNickname NewNickname

Parameters

objectRequired. An object expression that evaluates to an MsChatPr control.
NewNicknameRequired. A string expression containing the user's new nickname.

Remarks

A successful call to ChangeNickname results in an OnUserPropertyChanged event.

Example

MsChatPr1.ChangeNickname "NaomiH"
'This is a shortcut for:
MsChatPr1.ChangeUserProperty "Nickname", "NaomiH"

See Also

ChangeUserProperty


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.