[quote=neoknights]an exmple
Set m_skype = CreateObject("SKYPE4COM.Skype")
Set search_user = m_skype.SearchForUsers(txtcontact.Text)
For Each Users In search_user
Set vItem = lvwcontact.ListItems.Add(, , Users.FullName)
vItem.SubItems(1) = Users.Handle
vItem.SubItems(2) = Users.Country
vItem.SubItems(3) = Users.City
vItem.SubItems(4) = Users.Language
Next
...................................................................
....I search Skype users
I want add friend on my friends list.....
But i don't add firend....
friends.add <--- Isn't it right to use this method?
Help me plz...[/quote]
have you looked at this?
https://developer.skype.com/Docs/Skype4COML...rCollection#Add