Click here to Skip to main content
16,012,843 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalsetting truetype font height in a special way Pin
JP GOBLET26-Aug-03 22:06
JP GOBLET26-Aug-03 22:06 
GeneralCPropertyPage Pin
hph26-Aug-03 21:54
hph26-Aug-03 21:54 
GeneralRe: CPropertyPage Pin
Member 42425926-Aug-03 22:05
Member 42425926-Aug-03 22:05 
Generalrestricting to type in CEdit Pin
Ph@ntom26-Aug-03 21:30
Ph@ntom26-Aug-03 21:30 
GeneralRe: restricting to type in CEdit Pin
iceage26-Aug-03 21:53
iceage26-Aug-03 21:53 
GeneralRe: restricting to type in CEdit Pin
Member 42425926-Aug-03 22:10
Member 42425926-Aug-03 22:10 
GeneralRe: restricting to type in CEdit Pin
henchook26-Aug-03 22:11
henchook26-Aug-03 22:11 
GeneralRe: restricting to type in CEdit Pin
David Crow27-Aug-03 4:24
David Crow27-Aug-03 4:24 
Use the CEdit::SetLimitText(). You can use DDX for this but it's better to restrict the text length as you are typing rather than wait until the OK button has been clicked (i.e., validating in the OnOK() handler is too little too late).
GeneralProgramatically copying files Pin
Scozturk26-Aug-03 21:16
professionalScozturk26-Aug-03 21:16 
GeneralRe: Programatically copying files Pin
Johnny ²26-Aug-03 21:25
Johnny ²26-Aug-03 21:25 
GeneralRe: Programatically copying files Pin
henchook26-Aug-03 22:21
henchook26-Aug-03 22:21 
GeneralGenerate Ctrl-Alt-Del programmatically Pin
Chintan26-Aug-03 20:58
Chintan26-Aug-03 20:58 
GeneralRe: Generate Ctrl-Alt-Del programmatically Pin
David Crow27-Aug-03 4:33
David Crow27-Aug-03 4:33 
GeneralAdd/Remove Programs under XP Pin
HeiniBlad26-Aug-03 20:48
HeiniBlad26-Aug-03 20:48 
GeneralRe: Add/Remove Programs under XP Pin
Michael P Butler27-Aug-03 1:42
Michael P Butler27-Aug-03 1:42 
GeneralUse VS .Net to Write & Compile old MFC42 code Pin
HeiniBlad26-Aug-03 20:38
HeiniBlad26-Aug-03 20:38 
GeneralRe: Use VS .Net to Write & Compile old MFC42 code Pin
igor196026-Aug-03 21:14
igor196026-Aug-03 21:14 
Generalstatic const data member -> Compiler error C2057. Pin
Neville Franks26-Aug-03 20:37
Neville Franks26-Aug-03 20:37 
GeneralRe: static const data member -> Compiler error C2057. Pin
Michael Dunn26-Aug-03 21:57
sitebuilderMichael Dunn26-Aug-03 21:57 
GeneralRe: static const data member -> Compiler error C2057. Pin
Neville Franks27-Aug-03 1:24
Neville Franks27-Aug-03 1:24 
GeneralRe: static const data member -> Compiler error C2057. Pin
Serge Krynine26-Aug-03 22:56
Serge Krynine26-Aug-03 22:56 
GeneralRe: static const data member -> Compiler error C2057. Pin
Neville Franks27-Aug-03 1:21
Neville Franks27-Aug-03 1:21 
QuestionActiveX keeps running after closing IE ? Pin
suninwater26-Aug-03 20:33
suninwater26-Aug-03 20:33 
AnswerRe: ActiveX keeps running after closing IE ? Pin
suninwater27-Aug-03 14:39
suninwater27-Aug-03 14:39 
GeneralAdding existing files to a DLL Pin
Marina Aronchik26-Aug-03 20:08
Marina Aronchik26-Aug-03 20:08 

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.