saving setting
-
Hi all... i have an application,which include, checkboxes, radio buttons and tree controls that's act like window explore. i want to save the user current setting so next time when the user rebrowse the folder he/she browsed last time. how can i do that.???? thanks Win
-
Hi all... i have an application,which include, checkboxes, radio buttons and tree controls that's act like window explore. i want to save the user current setting so next time when the user rebrowse the folder he/she browsed last time. how can i do that.???? thanks Win
Save them in a file or the registry.
-
Save them in a file or the registry.
-
Have a look at the articals on CP for streaming to the registry... just make up values that mean certain thing and then check from them in your program. Or just output to a file. Have a look at MSDN under
Now taking suggestionsfor a new sig. please email me all suggestions.
-
Have a look at the articals on CP for streaming to the registry... just make up values that mean certain thing and then check from them in your program. Or just output to a file. Have a look at MSDN under
Now taking suggestionsfor a new sig. please email me all suggestions.
-
Hi all... i have an application,which include, checkboxes, radio buttons and tree controls that's act like window explore. i want to save the user current setting so next time when the user rebrowse the folder he/she browsed last time. how can i do that.???? thanks Win
If you are using MFC, then have a look at CWinApp::WriteProfileString. If you are not using MFC then have a look at http://www.codeproject.com/system/cregistrykey.asp or http://www.codeproject.com/system/registry_class.asp or some of the other classes at http://www.codeproject.com/system/ Michael :-) Communication is the first step towards enlightenment.