Storing Settings in Program

  • Thread starter Thread starter Sabin Finateanu
  • Start date Start date
S

Sabin Finateanu

Hi! Can anyone tell me how can I store settings (e.g.. state of a check-box)
in a program without using an external configuration file?
 
Sabin Finateanu said:
Hi! Can anyone tell me how can I store settings (e.g.. state of a check-box)
in a program without using an external configuration file?

Sorry, but if you want to make something persistent, you have to write it to
disk no matter the method chosen. If it is absolutely impossible to write
anything on the local disk, you should still play with remoting (and use a
remote disk). But using remoting to store check-box state is a very overkill
approach.

Joannès
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top