Results 1 to 2 of 2

Thread: Need help with code...

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2009
    Posts
    1

    Need help with code...

    I'm new to Visual basic and don't understand any coding languages too well . I'm trying to write a program that manages aircraft repaints for Microsoft Flight Simulator X. I need code for two buttons. One that will move a folder that the user selects to a specified directory from the directory for the program. The other button needs to move a folder that the user selects from the game directory to the directory where the manager stores its files. I have things in a selection box that can be selected, so I just need the buttons to move the files. If anyone can provide code here, that would be very helpful!
    ~Thanks (I'm teh VB noob:P)

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Need help with code...

    Hey,

    Welcome to the forums!!

    Sounds like you are going to need to have a look at the System.IO namespace:

    http://msdn.microsoft.com/en-us/library/system.io.aspx

    It contains a number of classes for doing exactly what you are talking about.

    If you search these forums for System.IO, you are sure to find lots of examples.

    Hope that helps!!

    Gary

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