Click here to Skip to main content
15,922,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Coordinate Conversions Pin
georgiek5016-Mar-03 3:07
georgiek5016-Mar-03 3:07 
GeneralRe: Coordinate Conversions Pin
73Zeppelin16-Mar-03 3:13
73Zeppelin16-Mar-03 3:13 
GeneralRe: Coordinate Conversions Pin
georgiek5016-Mar-03 6:28
georgiek5016-Mar-03 6:28 
GeneralRe: Coordinate Conversions Pin
73Zeppelin16-Mar-03 7:03
73Zeppelin16-Mar-03 7:03 
GeneralRe: Coordinate Conversions Pin
georgiek5016-Mar-03 7:41
georgiek5016-Mar-03 7:41 
GeneralRe: Coordinate Conversions Pin
georgiek5016-Mar-03 14:38
georgiek5016-Mar-03 14:38 
GeneralRe: Coordinate Conversions Pin
73Zeppelin16-Mar-03 15:51
73Zeppelin16-Mar-03 15:51 
GeneralNeed a windows registry expert's help Pin
Abin16-Mar-03 2:18
Abin16-Mar-03 2:18 
Hi, I'm trying to develop a program which saves/loads MS Outlook Express setting information, including user preference configuration data, POP3/SMTP account(s) information etc. By knowing that OE stores all those info in Windows registry, it's quite easy to save/load the particular REG keys, and I was actually doing well on saving/loading user preference configuration data.

The problem is lying on POP3/SMTP account(s) information, at first I found out the keys that stores account(s) info was under "HKEY_CURRENT_USER\Software\Microsoft\Internet Account Manager\Accounts" and wrote my program by that way, and it worked, but while I was doing more tests by creating some dummy users on my Win2000 and logging on as them and running the application, I saw the oddness, it sometimes stores account(s) info under "HKEY_CURRENT_USER\Identities\{########-####-####-####-############}\Software\Microsoft\Internet Account Manager\Accounts" (substituting the "##..." with user main identity), so I'm confused.

I did some more tests and found out that the key location is actually random between "HKEY_CURRENT_USER\Software\Microsoft\Internet Account Manager\Accounts" and "HKEY_CURRENT_USER\Identities\{########-####-####-####-############}\Software\Microsoft\Internet Account Manager\Accounts", say, in one user's registry it's here, and in the other user's registry it's there, and both users have exactly identical privilege and other settings, why is that?

My question is, is there any way I can programatically determine which one of the above two keys stores current user's POP3/SMPT account(s) information? Thanks a lot.
QuestionHow to calculate the running time of each function? Pin
George216-Mar-03 1:24
George216-Mar-03 1:24 
GeneralMessage routing Pin
JamesLaing16-Mar-03 1:01
JamesLaing16-Mar-03 1:01 
GeneralRe: Message routing Pin
Brian Shifrin16-Mar-03 2:33
Brian Shifrin16-Mar-03 2:33 
GeneralRe: Message routing Pin
JamesLaing16-Mar-03 2:38
JamesLaing16-Mar-03 2:38 
GeneralChanging Ownership of child CView Pin
ganon15-Mar-03 17:23
ganon15-Mar-03 17:23 
GeneralRe: Changing Ownership of child CView Pin
Brian Shifrin16-Mar-03 2:41
Brian Shifrin16-Mar-03 2:41 
GeneralTimer Pin
progman15-Mar-03 13:20
progman15-Mar-03 13:20 
GeneralRe: Timer Pin
Nish Nishant15-Mar-03 15:29
sitebuilderNish Nishant15-Mar-03 15:29 
GeneralRe: Timer Pin
progman16-Mar-03 12:17
progman16-Mar-03 12:17 
GeneralRe: Timer Pin
Jambolo16-Mar-03 14:20
Jambolo16-Mar-03 14:20 
GeneralInternet connection Pin
progman15-Mar-03 13:05
progman15-Mar-03 13:05 
GeneralRe: Internet connection Pin
Nish Nishant15-Mar-03 15:32
sitebuilderNish Nishant15-Mar-03 15:32 
GeneralRe: Internet connection Pin
d_kilshtein16-Mar-03 5:51
d_kilshtein16-Mar-03 5:51 
GeneralRe: Internet connection Pin
Big Art16-Mar-03 8:39
Big Art16-Mar-03 8:39 
Generalwav resources compiling Pin
progman15-Mar-03 13:00
progman15-Mar-03 13:00 
GeneralRe: wav resources compiling Pin
Nish Nishant15-Mar-03 15:33
sitebuilderNish Nishant15-Mar-03 15:33 
GeneralRe: wav resources compiling Pin
progman16-Mar-03 12:11
progman16-Mar-03 12:11 

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.