Help! Application Settings

Does anyone know of an example of using applications settings in Visual C++ Express? Application settings are described in the below msdn page.

http://msdn2.microsoft.com/en-us/library/k4s6c3a0.aspx

HELP!

Todd

[363 byte] By [ToddInColorado] at [2007-12-17]
# 1

There is no designer support for settings in Visual C++ Express. For a managed C++ application, you should be able to programmatically add settings. Check out

http://msdn2.microsoft.com/en-us/library/ms171565.aspx

for an example on how to do this...

Best regards,
Johan Stenberg

MSFTJohanStenberg at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...