My.Settings = (file)
SaveSetting = (registry)
SQL-DataBase = (file)
config, ini, txt ... = (file)
How do i save the settings without using the above (or Save the Text in the TextBox) ?
I want the application to have only one .exe file and I don't want to write it in the registry.
Is there anything else ?
Thanks.
SaveSetting = (registry)
SQL-DataBase = (file)
config, ini, txt ... = (file)
How do i save the settings without using the above (or Save the Text in the TextBox) ?
I want the application to have only one .exe file and I don't want to write it in the registry.
Is there anything else ?
Thanks.