Click here to Skip to main content
15,902,492 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralGenerate report using C++ (MFC) Pin
xiAoYJia4-Jul-04 22:36
xiAoYJia4-Jul-04 22:36 
GeneralRe: Generate report using C++ (MFC) Pin
Antony M Kancidrowski4-Jul-04 23:31
Antony M Kancidrowski4-Jul-04 23:31 
GeneralRe: Generate report using C++ (MFC) Pin
Jose Cezar S. Ynion5-Jul-04 17:48
Jose Cezar S. Ynion5-Jul-04 17:48 
GeneralRe: Generate report using C++ (MFC) Pin
xiAoYJia5-Jul-04 18:17
xiAoYJia5-Jul-04 18:17 
GeneralRe: Generate report using C++ (MFC) Pin
Jose Cezar S. Ynion5-Jul-04 19:41
Jose Cezar S. Ynion5-Jul-04 19:41 
GeneralCreateFont() Pin
Poorniselva4-Jul-04 21:38
Poorniselva4-Jul-04 21:38 
GeneralRe: CreateFont() Pin
Antti Keskinen4-Jul-04 22:44
Antti Keskinen4-Jul-04 22:44 
GeneralRe: CreateFont() Pin
Sumit Kapoor4-Jul-04 22:55
Sumit Kapoor4-Jul-04 22:55 
Hi...



forget abt this method to create font..
Use my method..

CFont *nFont = new CFont;
n_Font->CreatePointFont(200, "Batang");

CFont* pOldFont=(CFont *)pDC->SelectObject(&nFont);
pDC->TextOut(50,50,buffer);
pDC->SelectObject(&pOldFont);

I think it would work fine..also this font must be present in your system..

OK! Good bye..



GeneralRe: CreateFont() Pin
Poorniselva4-Jul-04 23:58
Poorniselva4-Jul-04 23:58 
GeneralRe: CreateFont() Pin
Poorniselva5-Jul-04 0:04
Poorniselva5-Jul-04 0:04 
QuestionCPropertySheet: How to add a maximize button only? Pin
mcbain4-Jul-04 21:38
mcbain4-Jul-04 21:38 
GeneralSniffing Net Usage Pin
Tarundeep Singh Kalra4-Jul-04 21:20
Tarundeep Singh Kalra4-Jul-04 21:20 
GeneralRe: Sniffing Net Usage Pin
Antony M Kancidrowski4-Jul-04 23:36
Antony M Kancidrowski4-Jul-04 23:36 
GeneralRe: Sniffing Net Usage Pin
Mayank Goyal5-Jul-04 0:28
Mayank Goyal5-Jul-04 0:28 
QuestionPainting: Thread and OnTimer OR Thread and DC ? Pin
Danoo4-Jul-04 21:10
Danoo4-Jul-04 21:10 
AnswerRe: Painting: Thread and OnTimer OR Thread and DC ? Pin
Johann Gerell4-Jul-04 22:07
Johann Gerell4-Jul-04 22:07 
AnswerRe: Painting: Thread and OnTimer OR Thread and DC ? Pin
Antti Keskinen4-Jul-04 22:13
Antti Keskinen4-Jul-04 22:13 
GeneralExplorer volume information Pin
Pheonix4-Jul-04 20:30
Pheonix4-Jul-04 20:30 
GeneralRe: Explorer volume information Pin
Graham Bradshaw4-Jul-04 23:51
Graham Bradshaw4-Jul-04 23:51 
GeneralRe: Explorer volume information Pin
Pheonix5-Jul-04 3:12
Pheonix5-Jul-04 3:12 
GeneralRe: Explorer volume information Pin
Graham Bradshaw5-Jul-04 3:14
Graham Bradshaw5-Jul-04 3:14 
GeneralRe: Explorer volume information Pin
Pheonix5-Jul-04 4:14
Pheonix5-Jul-04 4:14 
GeneralRe: Explorer volume information Pin
Graham Bradshaw5-Jul-04 3:23
Graham Bradshaw5-Jul-04 3:23 
QuestionHow to add control on a Button? Pin
Rajesh_K_Sharma4-Jul-04 20:07
Rajesh_K_Sharma4-Jul-04 20:07 
AnswerRe: How to add control on a Button? Pin
Antti Keskinen4-Jul-04 21:09
Antti Keskinen4-Jul-04 21:09 

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.