Click here to Skip to main content
15,914,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: overloading new & delete operators Pin
Joaquín M López Muñoz23-May-03 10:17
Joaquín M López Muñoz23-May-03 10:17 
GeneralMDI Project Pin
MemLeak23-May-03 9:14
MemLeak23-May-03 9:14 
GeneralATL Error when builing release version Pin
Matt Gates23-May-03 8:54
Matt Gates23-May-03 8:54 
GeneralRe: ATL Error when builing release version Pin
peterchen23-May-03 19:55
peterchen23-May-03 19:55 
GeneralRe: ATL Error when builing release version Pin
Ryan Binns24-May-03 22:04
Ryan Binns24-May-03 22:04 
GeneralAutomating Word2002 Pin
Matt Gates23-May-03 8:51
Matt Gates23-May-03 8:51 
GeneralRe: Automating Word2002 Pin
David Crow23-May-03 13:11
David Crow23-May-03 13:11 
QuestionHow to set Terminal font in CEdit? Pin
kydfru23-May-03 8:02
kydfru23-May-03 8:02 
I'm trying to set Terminal font in my CEdti control using the follow code:
[code]
font.CreateFont(8, 0, 0, 0, FW_DONTCARE,
0, 0, 0,
OEM_CHARSET, OUT_DEFAULT_PRECIS,
CLIP_DEFAULT_PRECIS, DEFAULT_QUALITY,
FIXED_PITCH, "Terminal"
);
[/code]

The font chages to some Courier like font and lines is ovelap each other.
But how to get the Terminal font worked?
I did google and this site search but no luck. If I chage Terminal to Courier all seems to wark fine but I need exactly Terminal font which surely installed on my system.
AnswerRe: How to set Terminal font in CEdit? Pin
kydfru23-May-03 8:06
kydfru23-May-03 8:06 
QuestionDifference between child window and sibling window? Pin
MemLeak23-May-03 7:26
MemLeak23-May-03 7:26 
AnswerRe: Difference between child window and sibling window? Pin
Ravi Bhavnani23-May-03 7:30
professionalRavi Bhavnani23-May-03 7:30 
GeneralRe: Difference between child window and sibling window? Pin
MemLeak23-May-03 7:33
MemLeak23-May-03 7:33 
QuestionHow do I open SQL database using DAO?? Pin
IrishSonic23-May-03 7:22
IrishSonic23-May-03 7:22 
AnswerRe: How do I open SQL database using DAO?? Pin
zakarias24-May-03 7:38
zakarias24-May-03 7:38 
Generalmerge mpeg Pin
grv57523-May-03 6:21
grv57523-May-03 6:21 
GeneralRe: merge mpeg --> COPY Pin
Anonymous23-May-03 8:00
Anonymous23-May-03 8:00 
GeneralRe: merge mpeg --> COPY. NOOOOOO Pin
Anonymous23-May-03 8:03
Anonymous23-May-03 8:03 
GeneralRe: merge mpeg --> COPY. NOOOOOO Pin
grv57523-May-03 8:18
grv57523-May-03 8:18 
GeneralRe: merge mpeg --> COPY Pin
Phil Hamer23-May-03 12:27
Phil Hamer23-May-03 12:27 
GeneralC1189: #error : MFC requires C++ compilation (use a .cpp suffix) Pin
zakarias23-May-03 6:05
zakarias23-May-03 6:05 
GeneralRe: C1189: #error : MFC requires C++ compilation (use a .cpp suffix) Pin
valikac23-May-03 9:15
valikac23-May-03 9:15 
GeneralRe: C1189: #error : MFC requires C++ compilation (use a .cpp suffix) Pin
peterchen23-May-03 20:03
peterchen23-May-03 20:03 
GeneralRe: C1189: #error : MFC requires C++ compilation (use a .cpp suffix) Pin
zakarias24-May-03 21:51
zakarias24-May-03 21:51 
GeneralDrawing in Visual C++ Pin
ewhite23-May-03 5:45
ewhite23-May-03 5:45 
GeneralRe: Drawing in Visual C++ Pin
73Zeppelin23-May-03 5:58
73Zeppelin23-May-03 5:58 

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.