+ 1
How can I do that my app know the first time the user enter? C#
I need that my app checks the first time the user enters the app to display a video tutorial
1 ответ
+ 4
This is usually done by saving the information in a dat file, settings, reg key etc so that when the app is started it looks for this information and if it doesn't exist or match with what is expected then the app should react accordingly.