Click here to Skip to main content
15,921,174 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ouputting a CImage bitmap to a dialog. Pin
Christian Graus4-Feb-03 15:27
protectorChristian Graus4-Feb-03 15:27 
GeneralON_WM_KEYDOWN() question Pin
trustno14-Feb-03 11:56
trustno14-Feb-03 11:56 
GeneralRe: ON_WM_KEYDOWN() question Pin
Alvaro Mendez4-Feb-03 14:54
Alvaro Mendez4-Feb-03 14:54 
GeneralWorking with decimal type in C++ Pin
paulb4-Feb-03 11:47
paulb4-Feb-03 11:47 
GeneralRe: Working with decimal type in C++ Pin
Anders Molin4-Feb-03 11:50
professionalAnders Molin4-Feb-03 11:50 
GeneralRe: Working with decimal type in C++ Pin
Nitron4-Feb-03 13:36
Nitron4-Feb-03 13:36 
QuestionDoh.. Why no 3D look!? Pin
Rickard Andersson204-Feb-03 11:27
Rickard Andersson204-Feb-03 11:27 
AnswerRe: Doh.. Why no 3D look!? Pin
Zoltan Csizmadia4-Feb-03 11:31
Zoltan Csizmadia4-Feb-03 11:31 
Set the font to the parent's font.

pYourEdit->SetFont(pYourEdit->GetParent()->GetFont());

or just simply:

pYourEdit->SetFont(GetFont());

, if you are doing it from the code of parent's window.



Zolee

GeneralRe: Doh.. Why no 3D look!? Pin
Rickard Andersson204-Feb-03 11:39
Rickard Andersson204-Feb-03 11:39 
GeneralRe: Doh.. Why no 3D look!? Pin
PJ Arends4-Feb-03 12:38
professionalPJ Arends4-Feb-03 12:38 
GeneralAvoiding UDP client-side packet loss Pin
dliberty4-Feb-03 10:51
dliberty4-Feb-03 10:51 
GeneralRe: Avoiding UDP client-side packet loss Pin
Stefan Pedersen4-Feb-03 11:17
Stefan Pedersen4-Feb-03 11:17 
GeneralRe: Avoiding UDP client-side packet loss Pin
Joaquín M López Muñoz4-Feb-03 11:41
Joaquín M López Muñoz4-Feb-03 11:41 
GeneralRe: Avoiding UDP client-side packet loss Pin
Stefan Pedersen4-Feb-03 12:37
Stefan Pedersen4-Feb-03 12:37 
GeneralRe: Avoiding UDP client-side packet loss Pin
Zoltan Csizmadia4-Feb-03 11:16
Zoltan Csizmadia4-Feb-03 11:16 
GeneralRe: Avoiding UDP client-side packet loss Pin
Zoltan Csizmadia4-Feb-03 11:18
Zoltan Csizmadia4-Feb-03 11:18 
GeneralRe: Avoiding UDP client-side packet loss Pin
Gisle Vanem5-Feb-03 0:39
Gisle Vanem5-Feb-03 0:39 
GeneralCan't use \n in my Edit box!! Pin
Rickard Andersson204-Feb-03 10:43
Rickard Andersson204-Feb-03 10:43 
GeneralRe: Can't use \n in my Edit box!! Pin
Gary Kirkham4-Feb-03 10:45
Gary Kirkham4-Feb-03 10:45 
GeneralRe: Can't use \n in my Edit box!! Pin
Alvaro Mendez4-Feb-03 10:46
Alvaro Mendez4-Feb-03 10:46 
QuestionCan somebody help me please? Pin
MemLeak4-Feb-03 10:12
MemLeak4-Feb-03 10:12 
AnswerRe: Can somebody help me please? Pin
includeh106-Feb-03 0:04
includeh106-Feb-03 0:04 
GeneralMathematical Overflow Pin
Dov Sherman4-Feb-03 10:10
Dov Sherman4-Feb-03 10:10 
GeneralRe: Mathematical Overflow Pin
Tim Smith4-Feb-03 10:25
Tim Smith4-Feb-03 10:25 
GeneralRe: Mathematical Overflow Pin
Alvaro Mendez4-Feb-03 10:39
Alvaro Mendez4-Feb-03 10:39 

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.