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

C / C++ / MFC

 
GeneralRe: Opening a file of any type using the proper program Pin
Michael Dunn3-Dec-03 12:58
sitebuilderMichael Dunn3-Dec-03 12:58 
GeneralRight align toolbar Pin
Anonymous3-Dec-03 4:10
Anonymous3-Dec-03 4:10 
Generalcapture program Pin
styve3-Dec-03 3:38
styve3-Dec-03 3:38 
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 
Looking back at your question, I still think my answer was valid. But maybe that's my ego talking.

Anyway, I would lay *really* big odds that HKEY_USERS\...(numbers ommited)...\etc is the key that
is aliased by HKEY_CURRENT_USER\etc. Try changing a value in one, and see if that change is
reflected in the other.

HKCU is set when a user logs on, so it is safe on other machine, logins etc.

If you are unsure about specific keys, just get the RegMon[^] program from www.sysinternals.com[^].

A little bad news though. It is possible that the setting you are after is read when the explorer
control is created, rather than when used, which would ruin your plan. But its worth a go!

Iain.
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 
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 

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.