How can I make a URL Shortener in Visual Basic that uses and URL Shortener API?
        Posted  
        
            by 
                Andrew
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Andrew
        
        
        
        Published on 2012-12-16T16:37:59Z
        Indexed on 
            2012/12/16
            17:03 UTC
        
        
        Read the original article
        Hit count: 357
        
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
© Stack Overflow or respective owner