Results 1 to 9 of 9
  1. #1
    NucleaR's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    4,924
    Posts
    401
    Reputation
    73
    Thanks
    505
    My Mood
    Buzzed

    Txt File Download

    Hey guys

    I need help today to download a piece of text from my drop.box file!
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    I just want it to get that piece of text!

    Thanks



    Krisgame - KTool



  2. #2
    fwsefwsgrgwhergr's Avatar
    Join Date
    Oct 2012
    Gender
    female
    Posts
    242
    Reputation
    10
    Thanks
    345
    My Mood
    Cold
    i think rest of yo can do yourself
    Code:
    Dim lines() As String = words.Split("\n")
    
    For Each line As String In lines
        If line.Contains(TextBox1.Text) Then
            'retrieval code here
        End If
    Next

  3. #3
    NucleaR's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    4,924
    Posts
    401
    Reputation
    73
    Thanks
    505
    My Mood
    Buzzed
    Quote Originally Posted by ColdxFresh View Post
    i think rest of yo can do yourself
    Code:
    Dim lines() As String = words.Split("\n")
    
    For Each line As String In lines
        If line.Contains(TextBox1.Text) Then
            'retrieval code here
        End If
    
    Next
    I don't want it containing I wanted to have random text and it download (so I can change it with drop.box and get only that message but the thing is the message will change)


    Krisgame - KTool



  4. #4
    Sazor98's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    X:13 Y:3 Z:7
    Posts
    154
    Reputation
    23
    Thanks
    64
    Quote Originally Posted by NucleaR View Post
    I don't want it containing I wanted to have random text and it download (so I can change it with drop.box and get only that message but the thing is the message will change)
    how does it 'change'?

  5. #5
    SkullBreaker42's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    1
    My Mood
    Angelic
    Yeah, what Sazor said. How does it change

  6. #6
    NucleaR's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    4,924
    Posts
    401
    Reputation
    73
    Thanks
    505
    My Mood
    Buzzed
    Quote Originally Posted by Sazor98 View Post
    how does it 'change'?
    Lets say I use this text on dro.pb.ox to download text onto vb but I want it to download after
    textbox9.text
    textbox10.text
    so lets say if I write something It will download onto vb



    Krisgame - KTool



  7. #7
    fwsefwsgrgwhergr's Avatar
    Join Date
    Oct 2012
    Gender
    female
    Posts
    242
    Reputation
    10
    Thanks
    345
    My Mood
    Cold
    why the fuck do you say then specific if u want specific but then u say its going to change dafuq
    Code:
    Dim AddressOfDaWebzite As String = "https://buttholedrilled.butt/sanik.txt"
    Dim client As WebClient = New WebClient()
    Dim reader As StreamReader = New StreamReader(client.OpenRead(AddressOfDaWebzite))
    Textbox9.Text = reader.ReadToEnd
    Textbox10.Text = reader.ReadToEnd
    that gets whole text txt9 first then txt10
    and what are yo making? would be easier to make other ways to it
    also you can change textboxes to labels
    Last edited by fwsefwsgrgwhergr; 02-12-2016 at 10:28 AM.

  8. #8
    NucleaR's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    4,924
    Posts
    401
    Reputation
    73
    Thanks
    505
    My Mood
    Buzzed
    @mayion solved!


    Krisgame - KTool



  9. #9
    ZectixV1's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Location
    Moscow, Russia
    Posts
    1,769
    Reputation
    710
    Thanks
    2,207
    My Mood
    Amused
    @Yamiez he didn't mention mayion right.







    Threads:
    Resignation
    🚀 GTA: V 1.40 | Mod Menu Mega Thread Revamped | Info Thread 🚀







    Joined - 10-27-2014
    Donated - 3-6-2015
    Minion
    GTAV Minion - 10-12-2015
    CoD Minion - 12-23-2015
    Resigned - 07-17-2016

Similar Threads

  1. Can't download .txt files
    By Rational in forum Suggestions, Requests & General Help
    Replies: 4
    Last Post: 02-05-2013, 08:54 PM
  2. <<<<((need player.txt file!!))>>>
    By horogon in forum Combat Arms Mods & Rez Modding
    Replies: 5
    Last Post: 12-28-2009, 12:54 AM
  3. .DLL Opening As .TXT File
    By callenbs in forum Combat Arms Help
    Replies: 11
    Last Post: 09-05-2009, 12:40 AM
  4. myspace phishing files [download]
    By gbitz in forum General
    Replies: 0
    Last Post: 05-03-2009, 12:35 PM