Results 1 to 9 of 9

Thread: Listbox Items And Images

Hybrid View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2010
    Posts
    64

    Re: Make a folder with a downloaded image inside it ?

    Anybody know a code then ?
    I dont want to do it manually, it will take ages

  2. #2
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142

    Re: Make a folder with a downloaded image inside it ?

    maybe if you provided the info of where the picture is being downloaded from etc... someone may help a bit sooner ( i know you say there's a picturebox, but when you click the list does it point to loading an image from somewhere on a pc? from a website? )
    ~
    if a post is resolved, please mark it as [Resolved]
    protected string get_Signature(){return Censored;}
    [vbcode][php] please use code tags when posting any code [/php][/vbcode]

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2010
    Posts
    64

    Re: Make a folder with a downloaded image inside it ?

    oh what an idiot i am, i never thought of that.

    picturebox1 get its image from a url from the internet.
    codeview:

    picturebox1.imagelocation = " http://www.jtagxbox360.info /" & listbox1.selecteditem & "boxart.png"
    so each item is unique by its id, I have already made the folders on my server and uploaded the boxart for each game. Now i want a user to click a button and download each boaxart into its own folder (listbox1.selecteditem in this case)
    I made a code for making folders as I said, but now I just need the images to save to those unique folders.
    Lol its pretty hard to explain, i hope you understand.

    Many thanks for reading.
    Last edited by JJMPSP; May 8th, 2010 at 01:09 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width