Click here to Skip to main content
15,898,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: encryption and description functions in C++ on sunOS Pin
Rajesh R Subramanian16-Feb-09 18:38
professionalRajesh R Subramanian16-Feb-09 18:38 
GeneralRe: encryption and description functions in C++ on sunOS Pin
Stuart Dootson16-Feb-09 19:38
professionalStuart Dootson16-Feb-09 19:38 
GeneralRe: encryption and description functions in C++ on sunOS Pin
Rajesh R Subramanian16-Feb-09 22:48
professionalRajesh R Subramanian16-Feb-09 22:48 
GeneralRe: encryption and description functions in C++ on sunOS Pin
Stuart Dootson16-Feb-09 23:17
professionalStuart Dootson16-Feb-09 23:17 
QuestionCtreectrl problem Pin
bhanu_reddy0916-Feb-09 1:40
bhanu_reddy0916-Feb-09 1:40 
AnswerRe: Ctreectrl problem Pin
Iain Clarke, Warrior Programmer16-Feb-09 2:00
Iain Clarke, Warrior Programmer16-Feb-09 2:00 
QuestionSetting Font with Rich Edit Pin
ForNow16-Feb-09 1:16
ForNow16-Feb-09 1:16 
AnswerRe: Setting Font with Rich Edit Pin
Iain Clarke, Warrior Programmer16-Feb-09 2:03
Iain Clarke, Warrior Programmer16-Feb-09 2:03 
You don't set a font of a control by getting a temporary HDC and setting the font of that. At best you're wasting your time - at worst your corrupting the DC pool.

Have a look at http://www.codeproject.com/KB/edit/rulerricheditctrl.aspx[^]. Good article on rich edit stuff, with formatting buttons, etc.

Iain.

Codeproject MVP for C++, I can't believe it's for my lounge posts...

GeneralRe: Setting Font with Rich Edit Pin
ForNow16-Feb-09 7:46
ForNow16-Feb-09 7:46 
GeneralRe: Setting Font with Rich Edit Pin
Iain Clarke, Warrior Programmer17-Feb-09 22:47
Iain Clarke, Warrior Programmer17-Feb-09 22:47 
Questionproblem with adding items using CTreeCtrl class Pin
bhanu_reddy0916-Feb-09 1:00
bhanu_reddy0916-Feb-09 1:00 
AnswerRe: problem with adding items using CTreeCtrl class - PREPOST! Pin
Iain Clarke, Warrior Programmer16-Feb-09 2:14
Iain Clarke, Warrior Programmer16-Feb-09 2:14 
JokeRe: problem with adding items using CTreeCtrl class - PREPOST! Pin
SandipG 16-Feb-09 4:38
SandipG 16-Feb-09 4:38 
QuestionCombo box problem Pin
SRKSHOME16-Feb-09 0:58
SRKSHOME16-Feb-09 0:58 
AnswerRe: Combo box problem Pin
CPallini16-Feb-09 1:45
mveCPallini16-Feb-09 1:45 
AnswerRe: Combo box problem Pin
perle116-Feb-09 4:44
perle116-Feb-09 4:44 
QuestionERROR_OPERATION_ABORTED with serial comms Pin
jimjim73316-Feb-09 0:28
jimjim73316-Feb-09 0:28 
QuestionAfxMessageBox with Bold text Pin
sunny_vc16-Feb-09 0:04
sunny_vc16-Feb-09 0:04 
JokeRe: AfxMessageBox with Bold text Pin
CPallini16-Feb-09 0:28
mveCPallini16-Feb-09 0:28 
GeneralRe: AfxMessageBox with Bold text Pin
sunny_vc16-Feb-09 0:31
sunny_vc16-Feb-09 0:31 
AnswerRe: AfxMessageBox with Bold text Pin
Code-o-mat16-Feb-09 0:42
Code-o-mat16-Feb-09 0:42 
AnswerRe: AfxMessageBox with Bold text Pin
Hamid_RT16-Feb-09 0:58
Hamid_RT16-Feb-09 0:58 
GeneralRe: AfxMessageBox with Bold text Pin
sunny_vc16-Feb-09 1:20
sunny_vc16-Feb-09 1:20 
AnswerRe: AfxMessageBox with Bold text Pin
Iain Clarke, Warrior Programmer16-Feb-09 2:25
Iain Clarke, Warrior Programmer16-Feb-09 2:25 
QuestionUsing CMFCMenuBar with CDialog Pin
Shashikant_200615-Feb-09 23:10
Shashikant_200615-Feb-09 23:10 

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.