How can I make a URL Shortener in Visual Basic that uses and URL Shortener API?
- by Andrew
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 2 TextBoxes and two Buttons
The first button is to short URL and the second to copy the Short URL from the second textbox
The First Textbox is where Im going to paste the long url, and the second textbox is where im going to get the short url after i press the Short URL button
Like this:
Can anyone pass me the project or the code please? Thanks in advance
Im using Microsoft Excel Developer Visual Basic