Click here to Skip to main content
16,006,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSafe Array and COM + Pin
13-Feb-02 3:13
suss13-Feb-02 3:13 
GeneralRe: Safe Array and COM + Pin
Matt Philmon13-Feb-02 15:47
Matt Philmon13-Feb-02 15:47 
QuestionInterupts...???? Pin
alex.barylski13-Feb-02 2:58
alex.barylski13-Feb-02 2:58 
AnswerRe: Interupts...???? Pin
Nish Nishant13-Feb-02 3:11
sitebuilderNish Nishant13-Feb-02 3:11 
GeneralRe: Interupts...???? Pin
alex.barylski13-Feb-02 4:12
alex.barylski13-Feb-02 4:12 
QuestionFont size? Pin
JCY13-Feb-02 2:52
JCY13-Feb-02 2:52 
AnswerRe: Font size? Pin
alex.barylski13-Feb-02 2:59
alex.barylski13-Feb-02 2:59 
AnswerRe: Font size? Pin
Ravi Bhavnani13-Feb-02 3:00
professionalRavi Bhavnani13-Feb-02 3:00 
The relation between lfHeight and the font's point size is:

    lfHeight = -MulDiv(PointSize, GetDeviceCaps(hDC, LOGPIXELSY), 72);

/ravi

"There is always one more bug..."
http://www.ravib.com
ravib@ravib.com
GeneralRenaming a file Pin
13-Feb-02 1:58
suss13-Feb-02 1:58 
GeneralRe: Renaming a file Pin
alex.barylski13-Feb-02 2:03
alex.barylski13-Feb-02 2:03 
GeneralRe: Renaming a file Pin
Mazdak13-Feb-02 2:13
Mazdak13-Feb-02 2:13 
GeneralRe: Renaming a file Pin
Nish Nishant13-Feb-02 2:18
sitebuilderNish Nishant13-Feb-02 2:18 
GeneralCommand Line and GUI Pin
13-Feb-02 1:46
suss13-Feb-02 1:46 
GeneralRe: Command Line and GUI Pin
alex.barylski13-Feb-02 2:02
alex.barylski13-Feb-02 2:02 
GeneralRe: Command Line and GUI Pin
Josh Knox (disabled)13-Feb-02 6:43
Josh Knox (disabled)13-Feb-02 6:43 
General::OpenPrinter() - Help !!! Pin
13-Feb-02 1:09
suss13-Feb-02 1:09 
GeneralRe: ::OpenPrinter() - Help !!! Pin
Shog913-Feb-02 7:16
sitebuilderShog913-Feb-02 7:16 
GeneralRe: ::OpenPrinter() - Help !!! Pin
13-Feb-02 21:36
suss13-Feb-02 21:36 
GeneralProblem getting to Event Procedure for a SubClassed Control Pin
MJ_Karas12-Feb-02 19:47
MJ_Karas12-Feb-02 19:47 
GeneralRe: Problem getting to Event Procedure for a SubClassed Control Pin
Kashif Manzoor12-Feb-02 22:33
Kashif Manzoor12-Feb-02 22:33 
GeneralRe: Problem getting to Event Procedure for a SubClassed Control Pin
Joaquín M López Muñoz12-Feb-02 23:20
Joaquín M López Muñoz12-Feb-02 23:20 
GeneralRe: Problem getting to Event Procedure for a SubClassed Control Pin
13-Feb-02 3:26
suss13-Feb-02 3:26 
GeneralRe: Problem getting to Event Procedure for a SubClassed Control Pin
Joaquín M López Muñoz13-Feb-02 3:39
Joaquín M López Muñoz13-Feb-02 3:39 
GeneralRe: Problem getting to Event Procedure for a SubClassed Control Pin
MJ_Karas13-Feb-02 4:11
MJ_Karas13-Feb-02 4:11 
GeneralRe: Problem getting to Event Procedure for a SubClassed Control Pin
MJ_Karas13-Feb-02 4:25
MJ_Karas13-Feb-02 4:25 

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.