Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAlignment Pin
gregs13-Jul-03 9:18
gregs13-Jul-03 9:18 
GeneralRe: Alignment Pin
Joaquín M López Muñoz13-Jul-03 11:47
Joaquín M López Muñoz13-Jul-03 11:47 
GeneralRe: Alignment Pin
gregs13-Jul-03 12:31
gregs13-Jul-03 12:31 
GeneralRe: Alignment Pin
Joaquín M López Muñoz14-Jul-03 10:07
Joaquín M López Muñoz14-Jul-03 10:07 
GeneralRe: Alignment Pin
gregs14-Jul-03 10:32
gregs14-Jul-03 10:32 
GeneralWeb cam help Pin
just_Albert13-Jul-03 8:59
sussjust_Albert13-Jul-03 8:59 
GeneralRe: Web cam help Pin
Ted Ferenc13-Jul-03 9:31
Ted Ferenc13-Jul-03 9:31 
QuestionStore SYSTEMTIME in registry - how? Pin
Anonymous13-Jul-03 8:48
Anonymous13-Jul-03 8:48 
SYSTEMTIME structure looks like this:

typedef struct _SYSTEMTIME
{
WORD wYear;
WORD wMonth;
WORD wDayOfWeek;
WORD wDay;
WORD wHour;
WORD wMinute;
WORD wSecond;
WORD wMilliseconds;
} SYSTEMTIME;

I have a SYSTEMTIME object I want to store in the registry. What is the best way of doing this? Must I add each member to the registry or is there an easier (more elegant) way?

Thanks

AnswerRe: Store SYSTEMTIME in registry - how? Pin
User 665813-Jul-03 8:55
User 665813-Jul-03 8:55 
GeneralRe: Store SYSTEMTIME in registry - how? Pin
Anonymous13-Jul-03 10:28
Anonymous13-Jul-03 10:28 
GeneralRe: Store SYSTEMTIME in registry - how? Pin
User 665813-Jul-03 11:11
User 665813-Jul-03 11:11 
AnswerRe: Store SYSTEMTIME in registry - how? Pin
Toni7813-Jul-03 10:57
Toni7813-Jul-03 10:57 
AnswerRe: Store SYSTEMTIME in registry - how? Pin
PJ Arends13-Jul-03 13:59
professionalPJ Arends13-Jul-03 13:59 
GeneralRe: Store SYSTEMTIME in registry - how? Pin
Anonymous14-Jul-03 5:12
Anonymous14-Jul-03 5:12 
GeneralRe: Store SYSTEMTIME in registry - how? Pin
Toni7814-Jul-03 20:09
Toni7814-Jul-03 20:09 
Generaladding a color list box in a dialog MFC Pin
mcguile25713-Jul-03 7:31
mcguile25713-Jul-03 7:31 
GeneralRe: adding a color list box in a dialog MFC Pin
adamUK13-Jul-03 11:43
adamUK13-Jul-03 11:43 
GeneralCDC::DrawText() vs TextOur() Pin
adamUK13-Jul-03 7:02
adamUK13-Jul-03 7:02 
GeneralRe: CDC::DrawText() vs TextOur() Pin
PJ Arends13-Jul-03 7:33
professionalPJ Arends13-Jul-03 7:33 
GeneralRe: CDC::DrawText() vs TextOur() Pin
adamUK13-Jul-03 8:45
adamUK13-Jul-03 8:45 
GeneralRe: CDC::DrawText() vs TextOur() Pin
Tim Smith13-Jul-03 15:33
Tim Smith13-Jul-03 15:33 
GeneralQuestion about Minimize, Restore, Close Button in Right Corner Pin
DanYELL13-Jul-03 4:56
DanYELL13-Jul-03 4:56 
GeneralRe: Question about Minimize, Restore, Close Button in Right Corner Pin
valikac13-Jul-03 5:40
valikac13-Jul-03 5:40 
GeneralRe: Question about Minimize, Restore, Close Button in Right Corner Pin
DanYELL13-Jul-03 6:08
DanYELL13-Jul-03 6:08 
GeneralRe: Question about Minimize, Restore, Close Button in Right Corner Pin
Mike Dimmick13-Jul-03 6:50
Mike Dimmick13-Jul-03 6:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.