Advertisement

1 - 10 of 67 containing alltags:("CDC") (0.001 seconds)
Hi , I want to display a text info in a specific rectangle by using CDC::TextOut() fun. before calling this fun. I want to check if the string can fit into that rectangle . I am using CDC::GetText...
Zones: Windows MFCDate Answered: 04/12/1998 Grade: B Views: 0
Hi, I do my printing of a lot of print-jobs with CDC::CreateDC, StartDoc, StartPage, ... printing ..., EndPage, EndDoc, DeleteDC. Now I want to find out the state of the print-jobs, which I...
Zones: Windows MFCDate Answered: 06/27/2000 Grade: B Views: 0
Please note: I really want to understand this - don't JUST want a bit of code. Please give me the code and a simple explanation... Thank you. Summary question: How do I create a CDC object with ...
Zones: Windows MFCDate Answered: 10/08/2001 Grade: A Views: 0
I am having a graphic display for data comming in continously. The line of pixel on the top of the graph is for the latest incomming data. The graphic will grow longer every second For now I us...
Zones: Windows MFCDate Answered: 09/03/2003 Grade: B Views: 0
is there a way to draw to the screen outside of OnDraw function? I want to draw a vertical bar that scrolls across the screen but which leaves no "trace" of its previous position.
Zones: Windows MFCDate Answered: 01/15/2006 Grade: A Views: 0
Hi!! Is well known visual c++ MFC uses Device Context (CDC) for drawing text or graphics to a screen or a printer. One can print text using x,y coordinates (eg: dc.DrawText, dc.TextOut, etc) tha...
Zones: JavaDate Answered: 04/01/2005 Grade: A Views: 0
I have a CDialog class which contains a ListBox, scrollable, and a Checkbutton. When the Checkbutton isn't checked I want the ListBox to be Grayed. This shouldn't be so hard, however the only func...
Zones: Windows MFCDate Answered: 04/01/1997 Grade: B Views: 0
I would like to set up  a print option in my dialog box program. I think it should go like this, am I way off base? cprintdialog::cprintmydlg {         char* pBuf[100] //set up a char array of pt...
Zones: Windows MFCDate Answered: 04/27/1997 Grade: C Views: 0
How do I create a pointer to an array of points in a form that CDC::Polygon would like ? The on-line help tells me to pass a pointer to an array of CPoint objects or POINT structs, I created a poin...
Zones: Windows MFCDate Answered: 08/24/1998 Grade: A Views: 0
I am using CDC::TextOut successfully to draw text to the screen but I can not seem to get it to draw in word-wrap mode. Every time I try to use ExtTextOut or DrawText it always draws blank. Any...
Zones: Windows MFCDate Answered: 10/11/1998 Grade: A Views: 14