Im making a small program for me and a few friends that automates the process of installing custom car files in Trackmania nations. Ive got the program to work so far and have installed a car using it but you have to type in the path of the car file manually. Is there a way to have a browse button instead of an inputbox?
^Is there a way to change that somehow so the user can press broswe and point to the file?
Only had 2 lessons on VB at college so go easy on me
Also, im using VB6, is there anyway to compile the program into a single .exe, a bit like Coretemp for example?
Thanks, Ben
Code:
strSource = InputBox("Enter the cars .zip file location")
^Is there a way to change that somehow so the user can press broswe and point to the file?
Only had 2 lessons on VB at college so go easy on me
Also, im using VB6, is there anyway to compile the program into a single .exe, a bit like Coretemp for example?
Thanks, Ben
Last edited: