CRegKey RegKey;
RegKey.Create(HKEY_LOCAL_MACHINE , "SOFTWARE\\TestProg");
RegKey.SetValue(rInstalledDate , "Date");
RegKey.Close();
#include <atlbase.h>
'NativeCode > mfc' 카테고리의 다른 글
TrackPopup (0) | 2010.03.18 |
---|---|
Registry 값 읽어오기 (0) | 2010.03.18 |
Static Control 일반적 내용 (0) | 2010.03.18 |
Static Control Font 설정 (0) | 2010.03.18 |
SystemParametersInfo (0) | 2010.03.18 |