A simple MFC class to allow you to write values to the HKEY_LOCAL_MACHINE registry key instead of HKEY_CURRENT_USER which the MFC functions limit you to. The class is not designed to be a complete registry class, instead it provides functions similar in style to the MFC ones. Full source code is provided for those interested. A VC 5 workspace file is included which builds a simple demo console application which calls the class methods.
File List:
HKLM.CPP
9Kb
HKLM.H
2Kb
HKLM.HTM
18Kb
HKLM.RC
2Kb
RESOURCE.H
451b
StdAfx.cpp
21b
StdAfx.h
187b
TESTHKLM.CLW
245b
TESTHKLM.DSW
1Kb
TESTHKLM.H
332b
Testhklm.cpp
2Kb
testhklm.dsp
6Kb
Similar code
ASCII code lookup
(Popularity: ) : It takes a charecter entered by the user and shows its ASCII code. It is done by using type conversion, that is from a char to an int. It is useful for any purpose ASCII is used. BarrysDriveBrowsingOCX
(Popularity: ) : This is Active- X control used for browing the system drives , this can be used where ever Active controls can be hosted (eg Visual Basic , Delphi , Power Builder, HTML , ASP etc); To Use ths control 1) ...