Click here to Skip to main content
15,881,803 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Edit Control Problem Pin
Chandrasekharan P11-May-09 1:26
Chandrasekharan P11-May-09 1:26 
GeneralRe: Edit Control Problem Pin
Padmanabha_M11-May-09 1:30
Padmanabha_M11-May-09 1:30 
GeneralRe: Edit Control Problem Pin
SudharsanC11-May-09 1:41
SudharsanC11-May-09 1:41 
GeneralRe: Edit Control Problem Pin
Padmanabha_M11-May-09 19:58
Padmanabha_M11-May-09 19:58 
QuestionBlind out the Effects, color, Script, underline , struck through in CFontDialog Pin
susanne110-May-09 23:54
susanne110-May-09 23:54 
AnswerRe: Blind out the Effects, color, Script, underline , struck through in CFontDialog Pin
«_Superman_»11-May-09 2:17
professional«_Superman_»11-May-09 2:17 
GeneralRe: Blind out the Effects, color, Script, underline , struck through in CFontDialog Pin
susanne111-May-09 2:51
susanne111-May-09 2:51 
GeneralRe: Blind out the Effects, color, Script, underline , struck through in CFontDialog Pin
«_Superman_»11-May-09 16:06
professional«_Superman_»11-May-09 16:06 
The fact that it did not work could be related to the flag not being the right one.

The example shows the following.
Assume the m_nFlags variable currently contains the value 0x99999999.
Further assume the CF_EFFECTS field is the value 1.

To remove CF_EFFECTS from the m_nFlags variable,

Do a bitwise NOT of the CF_EFFECTS.
~CF_EFFECTS will give the value 0xFFFFFFFE.

ANDing m_nFlags and ~CF_EFFECTS will now give you 0x99999998, which is then re-assigned back to m_nFlags.

«_Superman
I love work. It gives me something to do between weekends.

GeneralRe: Blind out the Effects, color, Script, underline , struck through in CFontDialog Pin
susanne111-May-09 21:57
susanne111-May-09 21:57 
QuestionC2664 error Pin
subramanyeswari10-May-09 23:47
subramanyeswari10-May-09 23:47 
AnswerRe: C2664 error Pin
Madhu Nair11-May-09 0:02
Madhu Nair11-May-09 0:02 
AnswerRe: C2664 error Pin
Andre_J11-May-09 2:24
Andre_J11-May-09 2:24 
QuestionChange text over image. Pin
Purish Dwivedi10-May-09 22:32
Purish Dwivedi10-May-09 22:32 
AnswerRe: Change text over image. Pin
Madhu Nair10-May-09 22:55
Madhu Nair10-May-09 22:55 
GeneralRe: Change text over image. Pin
Purish Dwivedi10-May-09 23:10
Purish Dwivedi10-May-09 23:10 
AnswerRe: Change text over image. Pin
Madhu Nair10-May-09 23:50
Madhu Nair10-May-09 23:50 
GeneralRe: Change text over image. Pin
Purish Dwivedi11-May-09 0:12
Purish Dwivedi11-May-09 0:12 
AnswerRe: Change text over image. Pin
Madhu Nair11-May-09 1:03
Madhu Nair11-May-09 1:03 
GeneralRe: Change text over image. Pin
Purish Dwivedi11-May-09 18:30
Purish Dwivedi11-May-09 18:30 
AnswerRe: Change text over image. Pin
Madhu Nair11-May-09 18:48
Madhu Nair11-May-09 18:48 
AnswerRe: Change text over image. Pin
Purish Dwivedi12-May-09 0:17
Purish Dwivedi12-May-09 0:17 
AnswerRe: Change text over image. Pin
Madhu Nair12-May-09 8:40
Madhu Nair12-May-09 8:40 
QuestionShellExectute problem Pin
ilgale10-May-09 22:08
ilgale10-May-09 22:08 
AnswerRe: ShellExectute problem Pin
Madhu Nair10-May-09 22:28
Madhu Nair10-May-09 22:28 
GeneralRe: ShellExectute problem Pin
ilgale10-May-09 23:34
ilgale10-May-09 23:34 

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.