How to make a skype auto answerer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MarcusSomthingC
    New Member
    • Mar 2013
    • 1

    How to make a skype auto answerer

    I want to make a skype auto answearer whit disable and enable button or checkbox.( In Visual Studio ) Language = VB.net

    i have this;


    Code:
    Private Sub Button15_Click(ByVal pCall As SKYPE4COMLib.Call, ByVal Status As SKYPE4COMLib.TCallStatus) Handles oSkype.CallStatus
            If Status = SKYPE4COMLib.TCallStatus.clsRinging Then
                pCall.Answer()
            End If
        End Sub


    But i cant disable this, it runs all the time :/ Anyone wants to help me please?
    Last edited by Rabbit; Mar 10 '13, 05:36 AM. Reason: Please use code tags when posting code.
Working...