PDA

View Full Version : Messenger API


Joe
December 5th 03, 02:31 PM
When using the API, I can get the contact name from an IM
conversation window if there is only 1 contact. But when
I try to get the contact collection from an IM
conversation window that has multiple people talking in
the window, VB 6.0 crashes hard (GPF). I am executing
this part during the OnIMWindowDestroyed event.

Set IMcontacts = IMwindow.Contacts

Like I said, this code works on a single contact, but not
with multiple contacts in a single conversation window.
Any Ideas on what is causing the problem?

Google