Click here to Skip to main content
15,906,947 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMFC Grid Control does not show cells content Pin
georox6-Dec-14 2:37
georox6-Dec-14 2:37 
GeneralRe: MFC Grid Control does not show cells content Pin
SoMad6-Dec-14 14:53
professionalSoMad6-Dec-14 14:53 
QuestionPrint a long CString Pin
Gagnon Claude5-Dec-14 17:32
Gagnon Claude5-Dec-14 17:32 
Hi,
I have a C++ program with MFC.

I utilize the OnPrint() mechanism to print a Cstring line by line with pDC->TextOut().

That is working the first time I print.

If I repeat the print job, the page is blank.

I don't understand why.

Here is a portion of OnPrint():

CString resToken;

I print the Cstring one line at a time.


pDC->(TextOut(pt.x, pt.y + j * m_nHautLigne, resToken);


Does it have a better way to do the printing?

Why the page is blank the second time?

Do I have to reset something?

Thanks,
AnswerRe: Print a long CString Pin
enhzflep5-Dec-14 20:26
enhzflep5-Dec-14 20:26 
AnswerRe: Print a long CString Pin
Richard MacCutchan5-Dec-14 22:18
mveRichard MacCutchan5-Dec-14 22:18 
Questionadd file version to a new text file Pin
henryh5-Dec-14 4:58
henryh5-Dec-14 4:58 
AnswerRe: add file version to a new text file Pin
den2k885-Dec-14 5:12
professionalden2k885-Dec-14 5:12 
GeneralRe: add file version to a new text file Pin
henryh5-Dec-14 5:26
henryh5-Dec-14 5:26 
GeneralRe: add file version to a new text file Pin
Richard MacCutchan5-Dec-14 6:36
mveRichard MacCutchan5-Dec-14 6:36 
GeneralRe: add file version to a new text file Pin
henryh5-Dec-14 10:42
henryh5-Dec-14 10:42 
AnswerRe: add file version to a new text file Pin
Randor 5-Dec-14 6:03
professional Randor 5-Dec-14 6:03 
AnswerRe: add file version to a new text file Pin
Richard MacCutchan5-Dec-14 6:35
mveRichard MacCutchan5-Dec-14 6:35 
GeneralRe: add file version to a new text file Pin
Randor 5-Dec-14 6:48
professional Randor 5-Dec-14 6:48 
GeneralRe: add file version to a new text file Pin
Richard MacCutchan5-Dec-14 7:17
mveRichard MacCutchan5-Dec-14 7:17 
GeneralRe: add file version to a new text file Pin
henryh5-Dec-14 10:39
henryh5-Dec-14 10:39 
GeneralRe: add file version to a new text file Pin
Richard MacCutchan5-Dec-14 11:52
mveRichard MacCutchan5-Dec-14 11:52 
AnswerRe: add file version to a new text file Pin
David Crow8-Dec-14 3:49
David Crow8-Dec-14 3:49 
QuestionPrinting with a CString Pin
Gagnon Claude5-Dec-14 3:31
Gagnon Claude5-Dec-14 3:31 
AnswerRe: Printing with a CString Pin
jeron15-Dec-14 3:59
jeron15-Dec-14 3:59 
SuggestionRe: Printing with a CString Pin
Richard MacCutchan5-Dec-14 4:05
mveRichard MacCutchan5-Dec-14 4:05 
AnswerRe: Printing with a CString Pin
Randor 5-Dec-14 6:14
professional Randor 5-Dec-14 6:14 
QuestionCS Data Struct Pin
Member 112872284-Dec-14 12:46
Member 112872284-Dec-14 12:46 
AnswerRe: CS Data Struct Pin
Richard MacCutchan4-Dec-14 21:27
mveRichard MacCutchan4-Dec-14 21:27 
AnswerRe: CS Data Struct Pin
CPallini4-Dec-14 21:46
mveCPallini4-Dec-14 21:46 
QuestionMFC app - "Encountered an improper argument" Pin
Member 112858094-Dec-14 1:08
Member 112858094-Dec-14 1:08 

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.