You are viewing our Forum Archives. To view or take place in current topics click here.
VB.net + Skype API Help?
Posted:
VB.net + Skype API Help?Posted:
Status: Offline
Joined: Jul 19, 201212Year Member
Posts: 166
Reputation Power: 7
So I tried to make a skype mass messenger, and it sends the message to ALL contacts, i just want it to send to online, and Dnd contacts,
here is my code
here is my code
Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
For Each user In skype.Friends
skype.SendMessage(user.Handle, TextBox4.Text)
Next
End Sub
#2. Posted:
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
Check if the user has the status of online, not that hard.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jul 28, 201311Year Member
Posts: 414
Reputation Power: 19
Status: Offline
Joined: Jul 28, 201311Year Member
Posts: 414
Reputation Power: 19
honestly no point in making this, they are getting rid of the API in december
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.