Re: CWinApp::SetRegistryKey

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: John (zjboyguard-newsgrpsDELETETHISTOUSE_at_yahoo.com)
Date: 05/17/04


Date: Mon, 17 May 2004 18:31:43 GMT

On Fri, 14 May 2004 00:16:51 GMT, <newscorrespondent@charter.net> wrote:
> Is there a standard way to copy the entries for aprogram from one company name to another?

Judging from the response to this thread, apparently not. ;-)

All I've got is a suggestion you've probably already thought of. Find some sort of windows registry class implementation that might assist you in the copying.

Microsoft's ATL has CRegKey
        (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_atl_cregkey.asp)

There are also "a bunch of" registry wrapper classes for consideration at the various MS programmer web sites such as CodeProject, CodeGuru, et cetera. Even if you don't want to use them, they might give you some ideas.

-irrational john