|
-
May 10th, 1999, 05:44 PM
#1
CWinApp::GetProfileXX and CWinApp::WriteProfileXX
Hello everyone,
Is there a way to change CWinApp::GetProfileXX and CWinApp::WriteProfileXX default behavior from reading/writing to CURRENT_USER key to r/w to LocalMachine key? Or would I have to rewrite this functions to work this way?
Thank you in advance,
Eduardo Lara
-
May 12th, 1999, 11:06 AM
#2
Re: CWinApp::GetProfileXX and CWinApp::WriteProfileXX
I've personally had a very difficult time using GetProfileXX and WriteProfileXX. Instead, I downloaded a class off of Codeguru under System. (I think). Try a couple of them out. These work much better. Of course, if you're using VC5.0, you can also use the CRegKey class. Look it up in the documentation.
-
May 12th, 1999, 12:53 PM
#3
Re: CWinApp::GetProfileXX and CWinApp::WriteProfileXX
Hello...
Use SetRegistryKey() and set the registry key as whatever key you want to use.
Santhosh
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|