Click here to Skip to main content
15,921,226 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Interfacing between MATLAB and C++ Pin
led mike15-May-07 5:54
led mike15-May-07 5:54 
AnswerRe: Interfacing between MATLAB and C++ Pin
Tim Paaschen15-May-07 20:19
Tim Paaschen15-May-07 20:19 
QuestionHow to work with the registry from a limited account in windows xp Pin
jluis_hdezg15-May-07 5:18
jluis_hdezg15-May-07 5:18 
AnswerRe: How to work with the registry from a limited account in windows xp Pin
skornel15-May-07 6:33
skornel15-May-07 6:33 
GeneralRe: How to work with the registry from a limited account in windows xp Pin
jluis_hdezg15-May-07 9:28
jluis_hdezg15-May-07 9:28 
GeneralRe: How to work with the registry from a limited account in windows xp Pin
skornel15-May-07 10:18
skornel15-May-07 10:18 
QuestionRe: How to work with the registry from a limited account in windows xp Pin
David Crow15-May-07 17:12
David Crow15-May-07 17:12 
AnswerRe: How to work with the registry from a limited account in windows xp [modified] Pin
OmurOlmez13-May-09 20:34
OmurOlmez13-May-09 20:34 
It is because, actually you change value in HKCU not in HKLM.
You said, it works for first time and it fails for second time. Well, it works first because there is no key exist before and you have write access. So this is HKCU. It fails second because, you already wrote it when your first time. Probably you do not check result of ImpersonateLoggedOnUser function.

modified on Thursday, May 14, 2009 2:42 AM

GeneralRe: How to work with the registry from a limited account in windows xp Pin
David Crow14-May-09 2:30
David Crow14-May-09 2:30 
QuestionWSASend notification with IOCP Pin
shizam115-May-07 5:18
shizam115-May-07 5:18 
QuestionVC++ and MS SQL Server 2005 database Pin
phokojoe15-May-07 5:04
phokojoe15-May-07 5:04 
AnswerRe: VC++ and MS SQL Server 2005 database Pin
Mark Salsbery15-May-07 6:02
Mark Salsbery15-May-07 6:02 
AnswerRe: VC++ and MS SQL Server 2005 database Pin
Dustin Henry15-May-07 6:05
Dustin Henry15-May-07 6:05 
QuestionKeep CScrollView scrollbars visible Pin
bob1697215-May-07 4:00
bob1697215-May-07 4:00 
AnswerRe: Keep CScrollView scrollbars visible Pin
Hans Dietrich15-May-07 4:43
mentorHans Dietrich15-May-07 4:43 
GeneralRe: Keep CScrollView scrollbars visible Pin
bob1697215-May-07 5:02
bob1697215-May-07 5:02 
AnswerRe: Keep CScrollView scrollbars visible Pin
Mark Salsbery15-May-07 4:45
Mark Salsbery15-May-07 4:45 
GeneralRe: Keep CScrollView scrollbars visible Pin
bob1697215-May-07 4:51
bob1697215-May-07 4:51 
QuestionDialog Based application Pin
Kiran Pinjala15-May-07 3:56
Kiran Pinjala15-May-07 3:56 
AnswerRe: Dialog Based application Pin
Hans Dietrich15-May-07 4:14
mentorHans Dietrich15-May-07 4:14 
GeneralRe: Dialog Based application Pin
Kiran Pinjala15-May-07 4:19
Kiran Pinjala15-May-07 4:19 
AnswerRe: Dialog Based application Pin
Nelek15-May-07 21:39
protectorNelek15-May-07 21:39 
Questionget value(address) from ipaddress control Pin
prathuraj15-May-07 3:54
prathuraj15-May-07 3:54 
QuestionRe: get value(address) from ipaddress control Pin
David Crow15-May-07 4:03
David Crow15-May-07 4:03 
AnswerRe: get value(address) from ipaddress control Pin
prathuraj15-May-07 4:20
prathuraj15-May-07 4:20 

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.