I want to create a Contact Info Application in vb.net
now I am having with the trouble that how can I generate a new exe file from main file?
I design the Form:
label (1: 1stName 2:Last Name 3:nickname 4: emailid1 5:emailid2 6:skypeid 7:facebookid 8:contactno .... ... .. )
and textboxex w.r.t labels...
And one Button(Save Info)
As I click the button: This file will generate the new contactname.exe file in the samedirectory\mycontact\
so that If I want to view someones contact without opening the application then I can redirect it so...
And i also want the application to save changes...
Is this possible?
I search on youtube/google but I don't get any thread on this.
I just get the thread on how to create exe file, But I don't want to create exe file I just want to save data and create it as data.exe
THANK You in advance