CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Arjay

Search: Search took 0.10 seconds.

  1. Re: Can CWinApp::SetRegistryKey() setup application registry under HKEY_LOCAL_MACHINE

    If you change the file to point to HKLM and recompiled the MFC source files, the data would be redirected to HKLM. But then you would have to distribute the recompiled MFC dll with your app and that...
  2. Re: Can CWinApp::SetRegistryKey() setup application registry under HKEY_LOCAL_MACHINE

    You have to open the appui3.cpp file to see it. Order to do this, you needed to install the mfc sources when you installed VS. If you didn't, try searching the files in the VS install folder for...
  3. Re: Can CWinApp::SetRegistryKey() setup application registry under HKEY_LOCAL_MACHINE

    SetRegistryKey was designed to store read/write user specific data, so that's why HKCU was chosen. You can step into the SetRegistryKey call and look at the appui3.cpp file in the mfc sources....
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured