I want to make a URL shortener that uses and online URL shortener API.
I want to use this API here -> http:// cut2.tk/api-about.php
So the API code is this:
http://cut2.tk/api.php?url= LONG URL HERE
I want to use an user form with two text boxes and two buttons.
The first button is to short URL and the second to copy the short URL from the second textbox.
The first text box is where I'm going to paste the long URL, and the second textbox is where I'm going to get the short URL after I press the short URL button.
Like this:
How can I make the project or the code?
I'm using Microsoft Excel Developer Visual Basic.