I am wondering how to implement I would implement a “Dont show again” checkbox, that when checked and the form is closed, it wont show again on startup. Do I need to store it in the registry? Or a config file maybe that on application startup it checks for the boolean value? I am just wondering the best approach. I am using vb.net.
Share
I have used MS Access database for this, I deploy mdf file with the exe, but yes you can use Registry as well, when you use “Settings” Section within VB to save values, it creates an entry into Registry.