I
I
Ilya Kuznetsov2018-06-21 19:22:48
C++ / C#
Ilya Kuznetsov, 2018-06-21 19:22:48

How to correctly implement the "remember" button in the program?

I am creating a small, but my own project, in which the site of my institution is parsed: it searches for the names of groups in the table and should display the schedule and time opposite the couples. I thought about the button "remember the group" so that each time I did not have to choose from the list. I am faced with this for the first time and would like to ask you what implementations exist today?
Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
VoidVolker, 2018-06-21
@KuzyXD

Use the standard application settings storage mechanism:
https://habr.com/post/271483/
https://stackoverflow.com/questions/453161/best-pr...

R
Roman Mirilaczvili, 2018-06-21
@2ord

Save to DBMS or just a file.
Added later:
In the Windows registry, a field of type REG_SZ.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question