Created an application in which there are several checkboxes. For example, I chose several of them. When I re-open this form with checkboxes, the selected values disappear. I need to somehow save the selected checkboxes.
- Save info to DB, for example - YuriySPb ♦
- Created an application in which there are several checkboxes. For example, I chose several of them. When I re-open this form with checkboxes, the selected values disappear. I need to somehow save the selected checkboxes. - Vitaliy
- You have a lot of options. Base (SQLite if the application is desktop or android), serialization to file, xml serialization, right-file. - rvit34
- And indicate the language? Well, in general, the problem is extremely banal. It is reduced to storing a variable in memory. On this account countless lessons. @ rvit34 described where to go. Well, or more specifics in the question. What language, platform, etc. - Aksenov Vladimir
|