quote:
Originally posted by hmaster
i dont know vb6 but if you removed
code:
ElseIf pMContact.Status = MISTATUS_OFFLINE Then
Status = "offline"
then it wouldnt notify you the offline contacts
don't do that
the sign in process consists of:
<notifications of every contact list item on "offline">
<OnSignIn event>
<every contact gets his initial status (list of online contacts)>
so you could use the onsignin event and a boolean to avoid all those "offline" popups