Results 1 to 14 of 14

Hybrid View

  1. Collapse Details
     
    #1
    DogManz maks's Avatar
    Join Date
    Dec 2011
    Location
    Lud, Midworld
    Posts
    99,256
    here's the visual basic version. you'll have to unescape the img tag

    Code:
    Module Module1
    
    Sub Main()
    
    Dim sString As String
    sString = ""
    
    For i As Integer = 1 To 20
    
    sString = sString & "[IM\G]http://bayimg.com/ed52bd8d27506fc46b2b04d70a7f6d535145cd48.jpg[/IMG]"
    
    Next i
    
    My.Computer.Clipboard.SetText(sString)
    
    End Sub
    
    End Module
    Reply With Quote
     

  2. Collapse Details
     
    #2
    DogManz maks's Avatar
    Join Date
    Dec 2011
    Location
    Lud, Midworld
    Posts
    99,256
    deso can you change my image limit to something higher than 20 like maybe 2000?
    Reply With Quote
     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •