Results 1 to 5 of 5
  1. #1
    Shadfx's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Talking [help] remove part of something[solved]

    so i have this in a listbox
    Code:
     "https://www.google.com/imgres?imgurl=https://www.grimmemennesker.dk/data/media/2/LOL.jpg&imgrefurl=https://www.grimmemennesker.dk/ugly-people-299.htm&usg=__ZJUoy4doVHjQU0YpSAvqoVQZDEM=&h=350&w=464&sz=54&hl=en&start=0&sig2=2YioTPBKcFId4-zI-29kEQ&zoom=1&tbnid=BJAJQHBfmC_koM:&tbnh=133&tbnw=154&ei=uq6iTLPkIYOksQO4jdX6Bg&prev=/images%3Fq%3Dlol%26hl%3Den%26biw%3D1229%26bih%3D704%26gbv%3D2%26tbs%3Disch:1&itbs=1&iact=rc&dur=126&oei=sK-iTOr-MJTSsAP7l_T6Bg&esq=1&page=1&ndsp=31&ved=1t:429,r:0,s:0&tx=93&ty=84"
    and id like to remove the first part (the "https://www.google.com/imgres?imgurl=" part and just have the rest of the url.

    Also i have alot of the urls so i need it to do alot

    thanks in advance

  2. #2
    conman1136's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    348
    Reputation
    10
    Thanks
    89
    My Mood
    Inspired
    Can u be elaborate a little more, please? What are you coding?





    [img]https://www.danasof*****m/sig/The******KnowsAll.jpg[/img]


    highlight here for a secret message ----> if u see this, you are gay

  3. #3
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Shadfx View Post
    so i have this in a listbox
    Code:
     "https://www.google.com/imgres?imgurl=https://www.grimmemennesker.dk/data/media/2/LOL.jpg&imgrefurl=https://www.grimmemennesker.dk/ugly-people-299.htm&usg=__ZJUoy4doVHjQU0YpSAvqoVQZDEM=&h=350&w=464&sz=54&hl=en&start=0&sig2=2YioTPBKcFId4-zI-29kEQ&zoom=1&tbnid=BJAJQHBfmC_koM:&tbnh=133&tbnw=154&ei=uq6iTLPkIYOksQO4jdX6Bg&prev=/images%3Fq%3Dlol%26hl%3Den%26biw%3D1229%26bih%3D704%26gbv%3D2%26tbs%3Disch:1&itbs=1&iact=rc&dur=126&oei=sK-iTOr-MJTSsAP7l_T6Bg&esq=1&page=1&ndsp=31&ved=1t:429,r:0,s:0&tx=93&ty=84"
    and id like to remove the first part (the "https://www.google.com/imgres?imgurl=" part and just have the rest of the url.

    Also i have alot of the urls so i need it to do alot

    thanks in advance
    Code:
    Dim i as string= "https://www.google.com/imgres?imgurl=https://www.grimmemennesker.dk/data/media/2/LOL.jpg&imgrefurl=https://www.grimmemennesker.dk/ugly-people-299.htm&usg=__ZJUoy4doVHjQU0YpSAvqoVQZDEM=&h=350&w=464&sz=54&hl=en&start=0&sig2=2YioTPBKcFId4-zI-29kEQ&zoom=1&tbnid=BJAJQHBfmC_koM:&tbnh=133&tbnw=154&ei=uq6iTLPkIYOksQO4jdX6Bg&prev=/images%3Fq%3Dlol%26hl%3Den%26biw%3D1229%26bih%3D704%26gbv%3D2%26tbs%3Disch:1&itbs=1&iact=rc&dur=126&oei=sK-iTOr-MJTSsAP7l_T6Bg&esq=1&page=1&ndsp=31&ved=1t:429,r:0,s:0&tx=93&ty=84"
    
    i = i.replace ("https://www.google.com/imgres?imgurl=","")
    msgbox (i)

  4. The Following User Says Thank You to Hassan For This Useful Post:

    conman1136 (09-28-2010)

  5. #4
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    /solved

    also, didn't i write a string manipulation tut?


     


     


     



    The Most complete application MPGH will ever offer - 68%




  6. #5
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by NextGen1 View Post
    /solved

    also, didn't i write a string manipulation tut?
    You're under the assumption that people actually search before posting a thread

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  7. The Following User Says Thank You to Jason For This Useful Post:

    Hassan (09-29-2010)

Similar Threads

  1. [Help Request] Removing parts from gun models
    By adoramereku in forum Combat Arms Mod Help
    Replies: 7
    Last Post: 09-29-2011, 10:57 PM
  2. [Help]Removing item from listbox [solved]
    By pushdis15 in forum Visual Basic Programming
    Replies: 9
    Last Post: 04-14-2011, 08:47 PM
  3. [Help]Removing items from ListViewEx? [Solved]
    By Invidus in forum Visual Basic Programming
    Replies: 5
    Last Post: 09-24-2010, 02:57 PM
  4. I need help removing the TnT hack.
    By ghost fr3ak in forum Combat Arms Hacks & Cheats
    Replies: 22
    Last Post: 08-23-2009, 04:35 PM
  5. Registry help (removing proof of hacks)
    By DarkDreth in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 08-18-2009, 11:40 AM