|
-
Aug 28th, 2009, 06:57 PM
#1
Thread Starter
New Member
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)
-
Aug 28th, 2009, 07:03 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|