I have two questsions.
The first being is it possible in VB to have a user input information during the file setup and have that information be used in the source code, then compiled, and then used after the setup is complete?
Say I want to have the user input their name, the user does and when the setup is complete and he/she opens the end result program their name appears as the title of the form.
Question number 2.
Is it possible to have a program, recreate itself with another name? So it's sort of like a name change?
Like say I have name1 and when I click on the .exe it will copy itself and make name2 or randomly generated letters or numbers.
Any help is appreciated.