PDA

View Full Version : Saving user info in custompage into a file (*.cfg)


msdarmawan
5th December 2005, 04:22
Dear all,

I have produce a custompage to get user information such as username, fullname, age, sex, etc.

Then how can I save this info into a configuration file ? this cfg file will be read by the software.

Your information is really valuable for me...
Best regards,
Darmawan, MS

HiranChaudhuri
5th December 2005, 12:17
You need a custom page to get the settings from the user. Examples for custom pages are in the distribution.
Then you need to write those values to a file. I had a similar problem and posted sample code here: http://forums.winamp.com/showthread.php?s=&threadid=232489

msdarmawan
6th December 2005, 05:33
Thanks for the link and suggestion.
Finally, it work now.
I'm referring to installoption provided example.
Thanks again.