I want to update an application I have made in VB 6.0 without having to reinstall it. (Similar to how Microsoft has Service Packs.)How can I do that?
Printable View
I want to update an application I have made in VB 6.0 without having to reinstall it. (Similar to how Microsoft has Service Packs.)How can I do that?
Hey Shanea! long time no see :)
Well, If you have made no changes to any of the custom controls that are needed and the only change is the EXE, that is all you have to replace, If they are anyothers you will have to sort them, but another install would be best overall
Nice to see you too!
The only changes that I have made is adjusting some of the tooltips notes, changed the caption of a label, and changed 1 line of code. How much trouble will that cause?
Just replace the EXE, should be fine (hopefully!)