Originally posted by QuantumCipher
Basically I want to know how someone would go about doing this. C-sharp
You must login or register to view this content.
What I want the tool to do.
1) Button 1 will openfiledialog and choose the file I want to move.
2) once selected It loads the file destination name to the text box.
3) then Simply Click the install button to move the selected file to a destination folder on my computer.
Say It moves a file I chose from my desktop to a file in my programs files.
I'm not familiar with how to do this anyone have any ideas?
Did a bit of c# last year, wasn't the best but I will give a try.
1. You have to make the visual part so how the program is going to look
2. Assign names to each button/speech box
3. Give it commands corresponding to what they are suppose to do
4. Test it, or let someone who is experienced at it have a look, take their advice
To find codes search the official Microsoft site. There is a library there for all the codes and such