Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have a class project and need solution.

The problem is:

I have to take user preference for software settings as input.
And according to the input apply those input for setting in another software such as MS Office, Powerpoint, etc.

I need code how to explicitly do that .

Can you help me.

Thanks

Asif
Posted

Many ways to archive that.
If I have caught your question, you could use XML, register table, .ini file ,little database, ....
 
Share this answer
 
And according to the input apply those input for setting in another software such as MS Office, Powerpoint, etc.
And why do you want to do that? To make your application "one for all" ?

This may work for particular version of target software, but not the other. Better let user control those settings for those software applications.
 
Share this answer
 
If you want to make it portable, you will need to use either an ini file for you config, which you can then copy to another machine, or store these user settings in a database. It should, however, be possible to connect to this database from any machine the user is going to use.
 
Share this answer
 
v2
What settings are you talking about?Can you be more explicit.

Atleast give samples of your user preference.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900