Click here to Skip to main content
16,011,170 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: capture program Pin
Iain Clarke, Warrior Programmer3-Dec-03 5:19
Iain Clarke, Warrior Programmer3-Dec-03 5:19 
QuestionHow to set internet explorer options in code Pin
Salvador Dali3-Dec-03 3:30
Salvador Dali3-Dec-03 3:30 
AnswerRe: How to set internet explorer options in code Pin
Iain Clarke, Warrior Programmer3-Dec-03 5:23
Iain Clarke, Warrior Programmer3-Dec-03 5:23 
GeneralRe: How to set internet explorer options in code Pin
Salvador Dali3-Dec-03 9:37
Salvador Dali3-Dec-03 9:37 
GeneralRe: How to set internet explorer options in code Pin
Iain Clarke, Warrior Programmer3-Dec-03 12:39
Iain Clarke, Warrior Programmer3-Dec-03 12:39 
GeneralRe: How to set internet explorer options in code Pin
Salvador Dali3-Dec-03 22:09
Salvador Dali3-Dec-03 22:09 
Generalet voila! Pin
Salvador Dali3-Dec-03 23:34
Salvador Dali3-Dec-03 23:34 
AnswerRe: How to set internet explorer options in code Pin
Peter Molnar3-Dec-03 14:26
Peter Molnar3-Dec-03 14:26 
Those numbers according to user names are listed -among others- under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\hivelist, but I would recommend not to bother extracting it from there since you can extract the same from where you need it.

Therefore

1.enumerate all keys of HKEY_USERS with RegEnumKeyEx
2.Construct regkeys (HKEY_USERS + ...number... + rest of key) with the data found in 1./
3.Try opening the keys with RegOpenKeyEx
4.If successful, change their value as you need.


Peter Molnar
GeneralRe: How to set internet explorer options in code Pin
Salvador Dali3-Dec-03 22:13
Salvador Dali3-Dec-03 22:13 
GeneralProblem with pTreectrl->Create(...); Pin
bilas3-Dec-03 2:33
bilas3-Dec-03 2:33 
GeneralRe: Problem with pTreectrl->Create(...); Pin
Jörgen Sigvardsson3-Dec-03 2:40
Jörgen Sigvardsson3-Dec-03 2:40 
GeneralRe: Problem with pTreectrl->Create(...); Pin
Antti Keskinen3-Dec-03 2:52
Antti Keskinen3-Dec-03 2:52 
GeneralRe: Problem with pTreectrl->Create(...); Pin
bilas3-Dec-03 3:40
bilas3-Dec-03 3:40 
GeneralRe: Problem with pTreectrl->Create(...); Pin
RChin3-Dec-03 5:14
RChin3-Dec-03 5:14 
GeneralRe: Problem with pTreectrl->Create(...); Pin
Antti Keskinen3-Dec-03 5:28
Antti Keskinen3-Dec-03 5:28 
GeneralRe: Problem with pTreectrl->Create(...); Pin
bilas3-Dec-03 10:11
bilas3-Dec-03 10:11 
GeneralGetting the Current Application Path Pin
harinat3-Dec-03 2:06
harinat3-Dec-03 2:06 
GeneralRe: Getting the Current Application Path Pin
Antti Keskinen3-Dec-03 2:21
Antti Keskinen3-Dec-03 2:21 
GeneralRe: Getting the Current Application Path Pin
David Crow3-Dec-03 3:14
David Crow3-Dec-03 3:14 
GeneralRe: Getting the Current Application Path Pin
valikac3-Dec-03 6:28
valikac3-Dec-03 6:28 
GeneralRe: Getting the Current Application Path Pin
Michael Dunn3-Dec-03 13:04
sitebuilderMichael Dunn3-Dec-03 13:04 
GeneralProblem w/ CListCtrl::SortItems Pin
De Nardis Andrea3-Dec-03 1:16
De Nardis Andrea3-Dec-03 1:16 
GeneralRe: Problem w/ CListCtrl::SortItems Pin
David Crow3-Dec-03 3:26
David Crow3-Dec-03 3:26 
GeneralPopup menus Pin
chadell3-Dec-03 1:16
chadell3-Dec-03 1:16 
GeneralRe: Popup menus Pin
De Nardis Andrea3-Dec-03 1:25
De Nardis Andrea3-Dec-03 1:25 

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.