Results 1 to 2 of 2

Thread: Is this possible. Newbie needs help

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2004
    Posts
    1

    Is this possible. Newbie needs help

    Hi everyone i need a hand with the code of a program im trying to make.

    Basically It just a program which gets an image and saves to this other location.

    But to get the image the user has to select their name from a drop-down combo box.

    So depending on the name they select a different image is selected.

    I want the user to be able to choose the loacation it is saved to and maybee even have it automatically opened (kind of how owrd goes straight to my documents when u click save as)

    Ive definned everything and everythign is ready. Any help will be greatly appreciated.

  2. #2
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    Re: Is this possible. Newbie needs help

    Hi
    To get a list if files use this method
    Code:
    System.IO.Directory.Getfiles(path,filter)
    To copy files use
    Code:
    System.IO.File.Copy(source,dest)
    Regards
    Jorge
    "The dark side clouds everything. Impossible to see the future is."

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