Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: About Mulithreaded option in Project Settings Pin
Paul M Watt13-Sep-02 21:09
mentorPaul M Watt13-Sep-02 21:09 
GeneralNT Services Pin
Mazdak13-Sep-02 18:45
Mazdak13-Sep-02 18:45 
GeneralRe: NT Services Pin
Pavel Klocek13-Sep-02 22:07
Pavel Klocek13-Sep-02 22:07 
QuestionCreate popup menu, across desktop border (no repositioning)? Pin
Anonymous13-Sep-02 17:44
Anonymous13-Sep-02 17:44 
AnswerRe: Create popup menu, across desktop border (no repositioning)? Pin
Michael Dunn14-Sep-02 6:01
sitebuilderMichael Dunn14-Sep-02 6:01 
GeneralRe: Create popup menu, across desktop border (no repositioning)? Pin
Anonymous14-Sep-02 14:02
Anonymous14-Sep-02 14:02 
QuestionOwnerdraw with bold text? Pin
Anonymous13-Sep-02 17:00
Anonymous13-Sep-02 17:00 
AnswerRe: Ownerdraw with bold text? Pin
Daniel Ferguson13-Sep-02 17:31
Daniel Ferguson13-Sep-02 17:31 
From MSDN:

lfWeight
Specifies the weight of the font in the range 0 through 1000. For example, 400 is normal and 700 is bold. If this value is zero, a default weight is used.

The following values are defined for convenience:
Value          Weight
FW_DONTCARE    0 
FW_THIN        100 
FW_EXTRALIGHT  200 
FW_ULTRALIGHT  200 
FW_LIGHT       300 
FW_NORMAL      400 
FW_REGULAR     400 
FW_MEDIUM      500 
FW_SEMIBOLD    600 
FW_DEMIBOLD    600 
FW_BOLD        700 
FW_EXTRABOLD   800 
FW_ULTRABOLD   800 
FW_HEAVY       900 
FW_BLACK       900 



_____________________
"So in the interests of survival, they trained themselves to be agreeing machines instead of thinking machines. All their minds had to do was to discover what other people were thinking, and then they thought that, too."
Breakfast of Champions, Kurt Vonnegut

GeneralRe: Ownerdraw with bold text? Pin
Anonymous13-Sep-02 17:39
Anonymous13-Sep-02 17:39 
GeneralRe: Ownerdraw with bold text? Pin
Daniel Ferguson13-Sep-02 19:13
Daniel Ferguson13-Sep-02 19:13 
GeneralPolymorphism & Overloaded Operators :: C++ Pin
valikac13-Sep-02 15:44
valikac13-Sep-02 15:44 
GeneralRe: Polymorphism & Overloaded Operators :: C++ Pin
Paul M Watt13-Sep-02 21:13
mentorPaul M Watt13-Sep-02 21:13 
GeneralRe: Polymorphism & Overloaded Operators :: C++ Pin
valikac14-Sep-02 7:09
valikac14-Sep-02 7:09 
GeneralWanted: POP3 Proxy sample in C++ Pin
b_p_smith13-Sep-02 15:43
b_p_smith13-Sep-02 15:43 
GeneralRe: Wanted: POP3 Proxy sample in C++ Pin
Roger Wright14-Sep-02 4:12
professionalRoger Wright14-Sep-02 4:12 
GeneralRe: Wanted: POP3 Proxy sample in C++ Pin
b_p_smith14-Sep-02 4:17
b_p_smith14-Sep-02 4:17 
GeneralSDI dummy question Pin
RobJones13-Sep-02 15:37
RobJones13-Sep-02 15:37 
GeneralRe: SDI dummy question Pin
RobJones13-Sep-02 16:34
RobJones13-Sep-02 16:34 
GeneralWarning level four? Holy sh*... Pin
Paul Oss13-Sep-02 13:23
Paul Oss13-Sep-02 13:23 
GeneralRe: Warning level four? Holy sh*... Pin
Tim Smith13-Sep-02 14:38
Tim Smith13-Sep-02 14:38 
GeneralRe: Warning level four? Holy sh*... Pin
Simon.W13-Sep-02 15:09
Simon.W13-Sep-02 15:09 
GeneralRe: Warning level four? Holy sh*... Pin
Michael Dunn13-Sep-02 16:37
sitebuilderMichael Dunn13-Sep-02 16:37 
Generalpeculiar positioning of image control Pin
ns13-Sep-02 11:42
ns13-Sep-02 11:42 
QuestionMSDN Doc. bug or Control bug with ListView? Pin
Member 91813-Sep-02 11:24
Member 91813-Sep-02 11:24 
QuestionWhere is this ID coming from? Pin
ns13-Sep-02 11:02
ns13-Sep-02 11:02 

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.