Click here to Skip to main content
15,904,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VC++ 6 enhancement Pin
Nnamdi Onyeyiri31-Dec-01 7:42
Nnamdi Onyeyiri31-Dec-01 7:42 
GeneralRe: VC++ 6 enhancement Pin
User 66581-Jan-02 3:48
User 66581-Jan-02 3:48 
GeneralSelection change notification message Pin
Yury Sulsky30-Dec-01 15:23
Yury Sulsky30-Dec-01 15:23 
GeneralLVN_ITEMCHANGED Pin
Yury Sulsky30-Dec-01 17:39
Yury Sulsky30-Dec-01 17:39 
GeneralRegistry problems. Pin
Jason Hooper30-Dec-01 15:17
Jason Hooper30-Dec-01 15:17 
GeneralRe: Registry problems. Pin
Michael Dunn30-Dec-01 19:16
sitebuilderMichael Dunn30-Dec-01 19:16 
GeneralRe: Registry problems. Pin
Jason Hooper31-Dec-01 14:17
Jason Hooper31-Dec-01 14:17 
GeneralRe: Registry problems. Pin
Michael Dunn31-Dec-01 14:33
sitebuilderMichael Dunn31-Dec-01 14:33 
hmm, two things to change. 1, remove the backslash before "software". (Case doesn't matter with registry names). 2, never use KEY_ALL_ACCESS with registry functions because they will fail if the user is not an administrator. The default access for the ATL functions I've encountered is KEY_ALL_ACCESS, which in hindsight was a bad design decision. Anyway, don't take the default access, specify exactly the access you need (KEY_WRITE or whatever). You didn't say if the XP user is running as admin, but if they're not, then the access problem is definitely making the call fail.

--Mike--
My really out-of-date homepage
Buffy's on. Gotta go, bye!
Sonork - 100.10414 AcidHelm
Big fan of Alyson Hannigan.
GeneralRe: Registry problems. Pin
Jason Hooper31-Dec-01 14:39
Jason Hooper31-Dec-01 14:39 
GeneralRe: Registry problems. Pin
Roger Wright (new)31-Dec-01 14:25
Roger Wright (new)31-Dec-01 14:25 
QuestionSTL and member functions ??? Pin
Christian Graus30-Dec-01 15:17
protectorChristian Graus30-Dec-01 15:17 
AnswerRe: STL and member functions ??? Pin
Todd Smith30-Dec-01 20:39
Todd Smith30-Dec-01 20:39 
GeneralRe: STL and member functions ??? Pin
Christian Graus31-Dec-01 1:20
protectorChristian Graus31-Dec-01 1:20 
GeneralThis is what I'm trying to achieve... Pin
Christian Graus31-Dec-01 1:24
protectorChristian Graus31-Dec-01 1:24 
GeneralRe: This is what I'm trying to achieve... Pin
Tim Smith31-Dec-01 2:25
Tim Smith31-Dec-01 2:25 
GeneralRe: This is what I'm trying to achieve... Pin
Christian Graus31-Dec-01 10:24
protectorChristian Graus31-Dec-01 10:24 
AnswerRe: STL and member functions ??? Pin
Alexander Berthold31-Dec-01 2:01
Alexander Berthold31-Dec-01 2:01 
GeneralRe: STL and member functions ??? Pin
Christian Graus31-Dec-01 10:35
protectorChristian Graus31-Dec-01 10:35 
QuestionCListCtrl - header notification ??? Pin
Christian Graus30-Dec-01 15:13
protectorChristian Graus30-Dec-01 15:13 
AnswerRe: CListCtrl - header notification ??? Pin
Michael Dunn30-Dec-01 19:20
sitebuilderMichael Dunn30-Dec-01 19:20 
GeneralRe: CListCtrl - header notification ??? Pin
Christian Graus31-Dec-01 1:05
protectorChristian Graus31-Dec-01 1:05 
GeneralRe: CListCtrl - header notification ??? Pin
Michael Dunn31-Dec-01 7:33
sitebuilderMichael Dunn31-Dec-01 7:33 
GeneralRe: CListCtrl - header notification ??? Pin
Christian Graus1-Jan-02 0:59
protectorChristian Graus1-Jan-02 0:59 
GeneralRe: CListCtrl - header notification ??? Pin
Jonas Larsson1-Jan-02 23:20
Jonas Larsson1-Jan-02 23:20 
GeneralRe: CListCtrl - header notification ??? Pin
Christian Graus2-Jan-02 0:14
protectorChristian Graus2-Jan-02 0:14 

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.