Click here to Skip to main content
15,907,326 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How Can I use MFC CView class in my Console application Pin
Nish Nishant20-Mar-02 14:21
sitebuilderNish Nishant20-Mar-02 14:21 
GeneralRe: How Can I use MFC CView class in my Console application Pin
Alex Talazar20-Mar-02 17:49
professionalAlex Talazar20-Mar-02 17:49 
Questionwhy is ::CreatePen() failing? Pin
moredip20-Mar-02 11:18
moredip20-Mar-02 11:18 
AnswerRe: why is ::CreatePen() failing? Pin
Joaquín M López Muñoz20-Mar-02 11:20
Joaquín M López Muñoz20-Mar-02 11:20 
GeneralRe: why is ::CreatePen() failing? Pin
moredip20-Mar-02 11:32
moredip20-Mar-02 11:32 
GeneralRe: why is ::CreatePen() failing? Pin
alex.barylski20-Mar-02 14:28
alex.barylski20-Mar-02 14:28 
Generaltesting #define with no token string Pin
20-Mar-02 10:56
suss20-Mar-02 10:56 
GeneralRe: testing #define with no token string Pin
Joaquín M López Muñoz20-Mar-02 11:03
Joaquín M López Muñoz20-Mar-02 11:03 
Very interesting problem! Try this:
#ifdef IDENTIFIER
enum {length_identifier=sizeof(#IDENTIFIER)-1};
#else
enum {length_identifier=-1};
#endif
// length_identifier should be -1 if IDENTIFIER is not defined,
// 0 if it is defined but has no associated "token string" and
// the length of the token string otherwise.


Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
Generalthe background color of CView Pin
20-Mar-02 10:19
suss20-Mar-02 10:19 
GeneralRe: the background color of CView Pin
Mazdak20-Mar-02 10:29
Mazdak20-Mar-02 10:29 
Generalan others solutions please Pin
20-Mar-02 10:43
suss20-Mar-02 10:43 
GeneralRe: an others solutions please Pin
Paul M Watt20-Mar-02 12:21
mentorPaul M Watt20-Mar-02 12:21 
GeneralThe solution is Pin
20-Mar-02 21:24
suss20-Mar-02 21:24 
QuestionColors: How To? Pin
soup20-Mar-02 9:38
soup20-Mar-02 9:38 
AnswerRe: Colors: How To? Pin
Christian Graus20-Mar-02 9:49
protectorChristian Graus20-Mar-02 9:49 
GeneralRe: Colors: How To? Pin
soup20-Mar-02 13:11
soup20-Mar-02 13:11 
AnswerRe: Colors: How To? Pin
soup20-Mar-02 13:36
soup20-Mar-02 13:36 
GeneralRe: Colors: How To? Pin
Christian Graus20-Mar-02 14:35
protectorChristian Graus20-Mar-02 14:35 
AnswerRe: Colors: How To? Pin
Michael Martin20-Mar-02 15:30
professionalMichael Martin20-Mar-02 15:30 
AnswerRe: Colors: How To? Pin
soup21-Mar-02 11:37
soup21-Mar-02 11:37 
GeneralProperty Sheets and MMC Pin
Le centriste20-Mar-02 9:35
Le centriste20-Mar-02 9:35 
GeneralRe: Property Sheets and MMC Pin
Joaquín M López Muñoz20-Mar-02 10:59
Joaquín M López Muñoz20-Mar-02 10:59 
GeneralWord 2000 & Messages Pin
20-Mar-02 9:34
suss20-Mar-02 9:34 
GeneralRe: Word 2000 & Messages Pin
Mazdak20-Mar-02 9:38
Mazdak20-Mar-02 9:38 
QuestionHow can I change docking window properties? Pin
Craig Miller20-Mar-02 9:07
Craig Miller20-Mar-02 9:07 

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.