2009-06-20 82 views

回答

1

這裏是放置在Skype通話與vb.net,inculding申報代碼。

Imports SKYPE4COMLib 
Public class form 1 
Public WithEvents skype As New SKYPE4COMLib.Skype 
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load 
    'check if the skype client is running 
    If Not skype.Client.IsRunning Then 
     skype.Client.Start() 
    End If 
end sub 
'use a button or other control to place a call to the test account of skype 
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click 
    skype.PlaceCall("echo123") 
End Sub 

放置到有人爲呼叫其他人只需更換echo123,不要忘記了「引號」