![]() |
| | #1 |
| Registered User Join Date: Jul 2003
Posts: 53
| Configuration file JMD |
| nbo10 is offline | |
| | #2 |
| Registered User Join Date: Nov 2001
Posts: 1,348
| C# features several solutions for saving/restoring settings. One solution is simply save the settings to the module directory. Another solution is the registry. You can also get Windows default saving directory and store the settings there. The latest solution is called isolated storage. You pass it the level of seperation such as assembly, username, domain, and roaming. It saves and restores the settings without you needing to know where. Kuphryn |
| kuphryn is offline | |
| | #3 |
| Registered User Join Date: Jul 2003
Posts: 53
| I tried creating a XML .config file. I don't get any error's but the string that holds the Key value is null. Does anyone have an example program? Thanks JMD |
| nbo10 is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A development process | Noir | C Programming | 32 | 12-19-2009 10:15 AM |
| opening empty file causes access violation | trevordunstan | C Programming | 10 | 10-21-2008 11:19 PM |
| Need Help Fixing My C Program. Deals with File I/O | Matus | C Programming | 7 | 04-29-2008 07:51 PM |
| System | drdroid | C++ Programming | 3 | 06-28-2002 10:12 PM |
| Need a suggestion on a school project.. | Screwz Luse | C Programming | 5 | 11-27-2001 02:58 AM |