Click here to Skip to main content
15,901,122 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to load a url or a html document? Pin
EXTEIDE2-Feb-06 16:22
EXTEIDE2-Feb-06 16:22 
GeneralRe: How to load a url or a html document? Pin
shertay2-Feb-06 21:29
shertay2-Feb-06 21:29 
AnswerRe: How to load a url or a html document? Pin
Stephen Hewitt3-Feb-06 1:31
Stephen Hewitt3-Feb-06 1:31 
QuestionEXE file Pin
greendays_012-Feb-06 14:30
greendays_012-Feb-06 14:30 
AnswerRe: EXE file Pin
EXTEIDE2-Feb-06 14:42
EXTEIDE2-Feb-06 14:42 
AnswerRe: EXE file Pin
Gary R. Wheeler2-Feb-06 14:43
Gary R. Wheeler2-Feb-06 14:43 
AnswerRe: EXE file Pin
greendays_012-Feb-06 16:05
greendays_012-Feb-06 16:05 
QuestionStoring Password in Outlook Express using "RegSetValueEx" Pin
amano8u2-Feb-06 13:48
amano8u2-Feb-06 13:48 
Hi all,

I am trying to write an application that will allow me to create a new Email account in Outlook Express.

The app has 3 fields that will need to be filled out:

- Display Name
- Username
- Password

Now, the problem that I have is, that the Password value from this field doesn't get written correctly into the Registry.

I am using the following code:

RegSetValueEx(hKey, "POP3 Password2", 0, REG_BINARY,(const BYTE *)&custpass,sizeof(custpass));

Can anyone help me out with this???

Thanks

amano
AnswerRe: Storing Password in Outlook Express using "RegSetValueEx" Pin
Stephen Hewitt2-Feb-06 14:00
Stephen Hewitt2-Feb-06 14:00 
GeneralRe: Storing Password in Outlook Express using "RegSetValueEx" Pin
amano8u2-Feb-06 14:03
amano8u2-Feb-06 14:03 
GeneralRe: Storing Password in Outlook Express using "RegSetValueEx" Pin
Stephen Hewitt2-Feb-06 14:09
Stephen Hewitt2-Feb-06 14:09 
GeneralRe: Storing Password in Outlook Express using "RegSetValueEx" Pin
amano8u2-Feb-06 14:16
amano8u2-Feb-06 14:16 
GeneralRe: Storing Password in Outlook Express using "RegSetValueEx" Pin
Stephen Hewitt2-Feb-06 14:20
Stephen Hewitt2-Feb-06 14:20 
GeneralRe: Storing Password in Outlook Express using "RegSetValueEx" Pin
amano8u2-Feb-06 16:10
amano8u2-Feb-06 16:10 
GeneralRe: Storing Password in Outlook Express using "RegSetValueEx" Pin
ThatsAlok2-Feb-06 18:10
ThatsAlok2-Feb-06 18:10 
GeneralRe: Storing Password in Outlook Express using "RegSetValueEx" Pin
amano8u2-Feb-06 18:47
amano8u2-Feb-06 18:47 
AnswerRe: Storing Password in Outlook Express using "RegSetValueEx" Pin
Ryan Binns2-Feb-06 17:27
Ryan Binns2-Feb-06 17:27 
GeneralRe: Storing Password in Outlook Express using "RegSetValueEx" Pin
amano8u2-Feb-06 17:33
amano8u2-Feb-06 17:33 
QuestionHow to program use MFC to control two monitors Pin
dli_9802-Feb-06 13:12
dli_9802-Feb-06 13:12 
AnswerRe: How to program use MFC to control two monitors Pin
EXTEIDE2-Feb-06 14:51
EXTEIDE2-Feb-06 14:51 
AnswerRe: How to program use MFC to control two monitors Pin
normanS5-Feb-06 18:46
normanS5-Feb-06 18:46 
QuestionHow to get messages from a non std keypad with joystick in the middle Pin
dli_9802-Feb-06 10:39
dli_9802-Feb-06 10:39 
AnswerRe: How to get messages from a non std keypad with joystick in the middle Pin
EXTEIDE2-Feb-06 14:55
EXTEIDE2-Feb-06 14:55 
Questionstudent Pin
first09022-Feb-06 8:42
first09022-Feb-06 8:42 
AnswerRe: student Pin
David Crow2-Feb-06 10:14
David Crow2-Feb-06 10: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.