Skype Profile Image Downloader in Visual Basic
Introduction:
In this tutorial we are going to be making a simple program in Visual Basic to download someones Skype profile picture.
How It Works:
We are going to use the Skype API to act as a link to get the profile picture, from that we can use a simple download function within Visual Basic .NET to download the returned image through the link.
Design:
This program will take two components;
Button, named 'skypeButton', text set as 'Download Profile Image'
Textbox, named 'skypeText', where the user will enter the skype profile username.