im making a program, if im going to add more options sometimes and i want the people that have the program to get like an updated version how would i do that?
like when they open it shows a msgbox asking if they want to upgrade
im making a program, if im going to add more options sometimes and i want the people that have the program to get like an updated version how would i do that?
like when they open it shows a msgbox asking if they want to upgrade
You can make your own message box just by putting command buttons on the form and write the code behind click event of each.