I would like to make a C# application that displays a message when the program starts up, with a button that says "Don't show this message again".
When they click that button, how do I make it not display again the next time the program is ran.
Any and all help would be greatly appreciated.
Also, I'm unsure on how to show a message with a button in it (new to c#) so help on that would be appreciated also.
You could save this choice in the user settings.
You just need to record that setting somewhere that lives beyond the current life of the program.
You can use the Settings part of your project for this.
As for adding such a checkbox or whatever, you probably have to create a new form that looks like a message box.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With