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

C / C++ / MFC

 
GeneralRe: Print Preview - Sanity Check Please Pin
Roman Nurik30-Jul-02 19:02
Roman Nurik30-Jul-02 19:02 
GeneralMultiple Line Edit Box Pin
Stew30-Jul-02 17:33
Stew30-Jul-02 17:33 
GeneralRe: Multiple Line Edit Box Pin
Chris Losinger30-Jul-02 18:45
professionalChris Losinger30-Jul-02 18:45 
GeneralRe: Multiple Line Edit Box Pin
Stew31-Jul-02 8:11
Stew31-Jul-02 8:11 
GeneralRe: Multiple Line Edit Box Pin
Chris Losinger31-Jul-02 8:15
professionalChris Losinger31-Jul-02 8:15 
GeneralRe: Multiple Line Edit Box Pin
Roman Nurik30-Jul-02 19:03
Roman Nurik30-Jul-02 19:03 
GeneralRe: Multiple Line Edit Box Pin
Rage30-Jul-02 23:05
professionalRage30-Jul-02 23:05 
GeneralRe: Multiple Line Edit Box Pin
Stew31-Jul-02 8:25
Stew31-Jul-02 8:25 
here is the code if it helps:

pDC->SetTextColor(Color);
pOldFont = pDC->SelectObject(&m_TextFont);
pDC->TextOut(m_StartPoint.x, m_StartPoint.y, m_String);
pDC->SelectObject(pOldFont);
GeneralMFC CDC Help Pin
Stew30-Jul-02 17:29
Stew30-Jul-02 17:29 
QuestionHow hard is it to mix win 32 api & MFC Pin
Raskolnikov30-Jul-02 16:34
Raskolnikov30-Jul-02 16:34 
AnswerRe: How hard is it to mix win 32 api & MFC Pin
Nish Nishant30-Jul-02 17:19
sitebuilderNish Nishant30-Jul-02 17:19 
Generalwant to call MFC from win32api program Pin
Raskolnikov31-Jul-02 5:19
Raskolnikov31-Jul-02 5:19 
AnswerRe: How hard is it to mix win 32 api & MFC Pin
Michael Dunn30-Jul-02 19:04
sitebuilderMichael Dunn30-Jul-02 19:04 
GeneralRe: How hard is it to mix win 32 api & MFC Pin
Raskolnikov31-Jul-02 16:09
Raskolnikov31-Jul-02 16:09 
GeneralTraining Project for C++ Pin
onn30-Jul-02 16:16
onn30-Jul-02 16:16 
GeneralRe: Training Project for C++ Pin
Roman Nurik30-Jul-02 19:09
Roman Nurik30-Jul-02 19:09 
GeneralTraining Project for C++ Pin
onn30-Jul-02 16:14
onn30-Jul-02 16:14 
GeneralRe: Training Project for C++ Pin
Raskolnikov30-Jul-02 17:03
Raskolnikov30-Jul-02 17:03 
GeneralSome ATL Problems ?? Ask for help Pin
Leesen30-Jul-02 16:04
Leesen30-Jul-02 16:04 
GeneralRe: Some ATL Problems ?? Ask for help Pin
Dudi Avramov30-Jul-02 22:24
Dudi Avramov30-Jul-02 22:24 
GeneralRe: Some ATL Problems ?? Ask for help Pin
Leesen31-Jul-02 1:50
Leesen31-Jul-02 1:50 
GeneralRe: Some ATL Problems ?? Ask for help Pin
Dudi Avramov1-Aug-02 0:24
Dudi Avramov1-Aug-02 0:24 
GeneralRe: Some ATL Problems ?? Ask for help Pin
Leesen3-Aug-02 22:57
Leesen3-Aug-02 22:57 
GeneralRe: Some ATL Problems ?? Ask for help Pin
Dudi Avramov4-Aug-02 2:48
Dudi Avramov4-Aug-02 2:48 
Generalvery basic questions about databases and MFC Pin
nss30-Jul-02 15:41
nss30-Jul-02 15: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.