PDA

View Full Version : Saving Configurations even for another PC



AlexSugar
01-11-2007, 04:49 PM
The task is: :eek:

I built a program and want to make some changes in the listbox in it (I'll change some EXTERN [of the project] files).
But I want to work direct with the program (not to make changes with AMS).
Everything must be saved and ready for burn, so that the end user opens the program with my changed configurations.

A big question? Make it possible please! :rolleyes :huh

__________________________________________________ ___________
I don't know how to work with the Registry Keys, but I think it must be.

RizlaUK
01-11-2007, 05:19 PM
Hi Alex, you will be needing to save the changes to file, ini, db, or text and burn it with the app, without knowing what changes you need i couldent even be able to help, if you could send me a sample of your app and explain what changes you need to save then i might be able to come up with something

registry keys will be no good, when you burn the app the keys will remain on your system and any changes made will not reach the end user

AlexSugar
01-11-2007, 05:26 PM
Hi RizlaUK,
Of course, I can send you, but you don't need it - There're just movie (avi) files

They are extern of the exe file (you know it already)

TristanD
01-12-2007, 12:00 AM
im kindawondering how to save to a text file and get values from it to..

RizlaUK
01-12-2007, 09:17 AM
@TristanD

i have made a few apps the use ini files, i was supprized how easy it was to do

iv attached a example i got from http://www.amsuser.com/

it should get you started

TristanD
01-12-2007, 02:24 PM
you can never have enough examples ;)