is there a way to update your program, without making the user download it all again??
like for example, you have a program, which has a text box,
and you want to add another text box through an update, how would you do it? :confused:
Printable View
is there a way to update your program, without making the user download it all again??
like for example, you have a program, which has a text box,
and you want to add another text box through an update, how would you do it? :confused:
If you add a new control or change the code in your EXE, then you would need to recompile your EXE, thus the user will have to get a new version of it.