View Single Post
  #2 (permalink)  
Old March 24th, 2005, 01:22 AM
Alan-LB Alan-LB is offline
Authorized User
 
Join Date: Mar 2005
Posts: 58
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to Alan-LB Send a message via Yahoo to Alan-LB
Default

It sounds like you should have your program write out a text .INI file with the various key value entries in it.

The user can then use any text editor (such as Notepad) to edit the .INI file.

When your program starts up, it can read the .INI file as a text file and check all the entries to see if they are acceptable.

Look up a manual of text book to find out how to open, write to, read from and close text files. Check out any code examples. This should give you a good start for your program.

Alan

Reply With Quote