Sep 3 2006, 08:49 AM
Post
#1
|
|
|
Mess.beanie ![]() Group: Members Posts: 18 Joined: 28-August 05 Member No.: 12,016 |
Hi!
How is it possible to get the contacts in a Listbox with the Live Messenger? CODE Public WithEvents msn As MessengerAPI.Messenger Private Sub Form_Load() Set msn = New MessengerAPI.Messenger End Sub Private Sub command1_click() Dim msncontact As IMessengerContact Dim msncontacts As IMessengerContacts Set msncontacts = msn.MyContacts For Each msncontact In msncontacts List1.AddItem (msncontact.SigninName) Next Will not work... "Method MyContacts in Object IMessenger3 failed." Can you help me? |
|
|
|
FlAsH MSNContacts Sep 3 2006, 08:49 AM
fry010 dunno.... try it by opening a new enviroment Sep 3 2006, 11:11 AM
kings_on_steeds you could just install Plus... there is a MyContac... Sep 3 2006, 10:44 PM
davidpolitis It's simple, heres the code:
________________... Sep 15 2006, 06:37 AM
FlAsH Hi.
Look at my post...
This code will not work. Oct 16 2006, 09:42 AM
davidpolitis Did you try the source I gave you? (It workd for m... Oct 24 2006, 03:17 AM![]() ![]() |
|
Lo-Fi Version | Time is now: 31st July 2010 - 08:40 PM |