I want to make a skype auto answearer whit disable and enable button or checkbox.( In Visual Studio ) Language = VB.net
i have this;
But i cant disable this, it runs all the time :/ Anyone wants to help me please?
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?