Jump to content

Storing preferneces of my little app


pippi
 Share

Recommended Posts

Hello,

i wrote a little application, everything works fine so far. The user can set some options, and i want to save them somewhere so that he doesn't have to set it every time he starts the program.

Ideally, this would be in the .exe itself, but i don't know if this is possible. Id like to avoid creating a separate *.ini file or write stuff into the registry. Whats the best way to go about this, can someone point me to example .au3s?

Link to comment
Share on other sites

  • Developers

Ideally, this would be in the .exe itself, but i don't know if this is possible. Id like to avoid creating a separate *.ini file or write stuff into the registry. Whats the best way to go about this, can someone point me to example .au3s?

You need to install the magic interface!

What is the problem with an INI or Registry ?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

You need to install the magic interface!

What is the problem with an INI or Registry ?

Well nothing really, except that im a newbie and dont want to fiddle with the registry ;)

I may screw something.

If storing prefs in the .exe isn't possible, ill make an ini file then i guess. Its just i move my progs around sometimes and ini files tend to be left behind. And i like it compact:)

But its not a huge problem really.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...