Click here to Skip to main content
16,005,037 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiondatabase schema design question Pin
ppp00115-Nov-05 6:43
ppp00115-Nov-05 6:43 
AnswerRe: database schema design question Pin
Mayur Mahajan15-Nov-05 14:36
Mayur Mahajan15-Nov-05 14:36 
Questiondo not show MFC Window Pin
inf00915-Nov-05 6:30
inf00915-Nov-05 6:30 
AnswerRe: do not show MFC Window Pin
David Crow15-Nov-05 7:18
David Crow15-Nov-05 7:18 
AnswerRe: do not show MFC Window Pin
__yb15-Nov-05 10:56
__yb15-Nov-05 10:56 
GeneralRe: do not show MFC Window Pin
inf00916-Nov-05 6:13
inf00916-Nov-05 6:13 
QuestionDrawText !! Pin
hatemtaleb15-Nov-05 6:24
hatemtaleb15-Nov-05 6:24 
AnswerRe: DrawText !! Pin
Mike Dimmick15-Nov-05 6:30
Mike Dimmick15-Nov-05 6:30 
Either double the & character, or use the DT_NOPREFIX flag (i.e. specify DT_LEFT | DT_NOPREFIX).

This feature is intended for use by various Windows functions to indicate accelerator keys for activating controls. Windows 2000 and higher, by default, hide the accelerator key indicators until the Alt key is pressed, so you may not have seen this behaviour.

Stability. What an interesting concept. -- Chris Maunder
AnswerRe: DrawText !! Pin
mikanu15-Nov-05 6:31
mikanu15-Nov-05 6:31 
GeneralRe: DrawText !! Pin
hatemtaleb15-Nov-05 7:09
hatemtaleb15-Nov-05 7:09 
QuestionVS6: Enabling breakpoints per thread Pin
Chintoo72315-Nov-05 6:04
Chintoo72315-Nov-05 6:04 
AnswerRe: VS6: Enabling breakpoints per thread Pin
David Crow15-Nov-05 7:22
David Crow15-Nov-05 7:22 
QuestionLNK2001 error Pin
yongwpi15-Nov-05 4:50
yongwpi15-Nov-05 4:50 
QuestionRe: LNK2001 error Pin
David Crow15-Nov-05 4:55
David Crow15-Nov-05 4:55 
AnswerRe: LNK2001 error Pin
Michael Dunn15-Nov-05 8:25
sitebuilderMichael Dunn15-Nov-05 8:25 
Questionhow to retrieve a HANDLE from a pointer? Pin
ewighell15-Nov-05 4:49
ewighell15-Nov-05 4:49 
QuestionRe: how to retrieve a HANDLE from a pointer? Pin
David Crow15-Nov-05 4:57
David Crow15-Nov-05 4:57 
AnswerRe: how to retrieve a HANDLE from a pointer? Pin
ewighell15-Nov-05 15:44
ewighell15-Nov-05 15:44 
GeneralRe: how to retrieve a HANDLE from a pointer? Pin
Steen Krogsgaard15-Nov-05 22:44
Steen Krogsgaard15-Nov-05 22:44 
AnswerRe: how to retrieve a HANDLE from a pointer? Pin
Cedric Moonen15-Nov-05 5:02
Cedric Moonen15-Nov-05 5:02 
Questiondebugging locals not matching Pin
simaneal15-Nov-05 3:35
simaneal15-Nov-05 3:35 
AnswerRe: debugging locals not matching Pin
Russell'15-Nov-05 3:50
Russell'15-Nov-05 3:50 
AnswerRe: debugging locals not matching Pin
Cedric Moonen15-Nov-05 3:51
Cedric Moonen15-Nov-05 3:51 
GeneralRe: debugging locals not matching Pin
simaneal15-Nov-05 4:22
simaneal15-Nov-05 4:22 
GeneralRe: debugging locals not matching Pin
Russell'15-Nov-05 4:41
Russell'15-Nov-05 4:41 

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.