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:

Omaha
  • Challenger
Status: Offline
Joined: Jul 19, 201211Year Member
Posts: 166
Reputation Power: 7
Status: Offline
Joined: Jul 19, 201211Year 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

    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:
Z61
  • V5 Launch
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
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.
#3. Posted:
RIPXRPC
  • Powerhouse
Status: Offline
Joined: Jul 28, 201310Year Member
Posts: 414
Reputation Power: 19
Status: Offline
Joined: Jul 28, 201310Year Member
Posts: 414
Reputation Power: 19
honestly no point in making this, they are getting rid of the API in december
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.