Hey!
I have problem with use ActiveX - SkypeContactList.
I can't assigned function EndCall skype in my application programmed in Visual Basic 6 (not .NET),
function make call is:
CODE

    SkypeCommand$ = "SKYPE:" & SkypeBuddyName(List1) & "?Call"
    WebBrowser1.Navigate SkypeCommand$

Please help smile.png