Salve k è k sa usare le api di MSN Messenger....Mi servirebbe un codice x inviare un msg ad un ad una finistra:|:| io ho creato il codice x far aprire la finestra..:
vi prego aiutatemi........!!!!Private Sub cmdSMS_Click()
If Not lstContacts.Text$ = vbNullString$ Then
With MSN
Call .InstantMessage(lstContacts.Text)
End With
End If
End Sub![]()