Click here to Skip to main content
16,016,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMore help needed VC++ with MS Word Pin
Barm11-Aug-05 17:41
Barm11-Aug-05 17:41 
GeneralExit codes Pin
#realJSOP11-Aug-05 15:45
professional#realJSOP11-Aug-05 15:45 
GeneralRe: Exit codes Pin
Christian Graus11-Aug-05 15:52
protectorChristian Graus11-Aug-05 15:52 
GeneralRe: Exit codes Pin
Jose Lamas Rios11-Aug-05 16:33
Jose Lamas Rios11-Aug-05 16:33 
GeneralRe: Exit codes Pin
#realJSOP11-Aug-05 23:14
professional#realJSOP11-Aug-05 23:14 
GeneralRe: Exit codes Pin
David Crow12-Aug-05 3:35
David Crow12-Aug-05 3:35 
Generalproblem about password editbox does not show "******" on Windows xp Pin
mike shen11-Aug-05 15:43
mike shen11-Aug-05 15:43 
GeneralRe: problem about password editbox does not show "******" on Windows xp Pin
Jose Lamas Rios11-Aug-05 16:05
Jose Lamas Rios11-Aug-05 16:05 
Maybe this note in the help for Edit Control Styles[^] can help:

ES_PASSWORD
Displays an asterisk (*) for each character typed into the edit control.
This style is valid only for single-line edit controls.

Windows XP: If the edit control is from user32.dll, the default password character is an asterisk. However, if the edit control is from comctl32.dll version 6, the default character is a black circle.

To change the characters that is displayed, or set or clear this style, use the EM_SETPASSWORDCHAR message.





--
jlr
http://jlamas.blogspot.com/[^]
GeneralRe: problem about password editbox does not show "******" on Windows xp Pin
mike shen11-Aug-05 18:08
mike shen11-Aug-05 18:08 
GeneralRe: problem about password editbox does not show "******" on Windows xp Pin
Jose Lamas Rios11-Aug-05 18:38
Jose Lamas Rios11-Aug-05 18:38 
GeneralRe: problem about password editbox does not show "******" on Windows xp Pin
toxcct11-Aug-05 21:24
toxcct11-Aug-05 21:24 
GeneralProblem passing bitmap paths from C++ to .NET DLL Pin
mpastchenko11-Aug-05 14:39
mpastchenko11-Aug-05 14:39 
GeneralRe: Problem passing bitmap paths from C++ to .NET DLL Pin
Christian Graus11-Aug-05 14:49
protectorChristian Graus11-Aug-05 14:49 
GeneralRe: Problem passing bitmap paths from C++ to .NET DLL Pin
mpastchenko12-Aug-05 14:22
mpastchenko12-Aug-05 14:22 
GeneralPass message for the parent to handle Pin
DarkLizener11-Aug-05 12:50
DarkLizener11-Aug-05 12:50 
GeneraliSeries AS400 APIs Pin
Camron11-Aug-05 11:34
Camron11-Aug-05 11:34 
GeneralRe: iSeries AS400 APIs Pin
David Crow12-Aug-05 3:38
David Crow12-Aug-05 3:38 
GeneralRe: iSeries AS400 APIs Pin
Camron12-Aug-05 5:03
Camron12-Aug-05 5:03 
GeneralRe: iSeries AS400 APIs Pin
David Crow12-Aug-05 5:14
David Crow12-Aug-05 5:14 
Questionsend/recv help? Pin
KellyR11-Aug-05 10:55
KellyR11-Aug-05 10:55 
AnswerRe: send/recv help? Pin
fakefur11-Aug-05 13:46
fakefur11-Aug-05 13:46 
GeneralRe: send/recv help? Pin
KellyR11-Aug-05 14:20
KellyR11-Aug-05 14:20 
GeneralRe: send/recv help? Pin
KellyR11-Aug-05 15:52
KellyR11-Aug-05 15:52 
GeneralRe: send/recv help? Pin
Jose Lamas Rios11-Aug-05 15:53
Jose Lamas Rios11-Aug-05 15:53 
GeneralPrevent CDialog activation. Pin
mintguy11-Aug-05 10:51
mintguy11-Aug-05 10:51 

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.