Click here to Skip to main content
15,919,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: "Learning" network machines. Pin
David Crow26-Jan-04 8:32
David Crow26-Jan-04 8:32 
GeneralRe: "Learning" network machines. Pin
ExtraLean26-Jan-04 8:49
ExtraLean26-Jan-04 8:49 
QuestionCDateTimeCtrl in ToolBar ? Pin
BrutalDeath026-Jan-04 5:49
sussBrutalDeath026-Jan-04 5:49 
AnswerRe: CDateTimeCtrl in ToolBar ? Pin
BrutalDeath026-Jan-04 6:02
sussBrutalDeath026-Jan-04 6:02 
GeneralPrint preview and complex shaped CRgn Pin
JezzerP26-Jan-04 5:34
JezzerP26-Jan-04 5:34 
GeneralRe: Print preview and complex shaped CRgn Pin
CodeBrain26-Jan-04 23:15
CodeBrain26-Jan-04 23:15 
GeneralRe: Print preview and complex shaped CRgn Pin
JezzerP29-Jan-04 5:50
JezzerP29-Jan-04 5:50 
GeneralRe: Print preview and complex shaped CRgn Pin
CodeBrain29-Jan-04 22:10
CodeBrain29-Jan-04 22:10 
Unfortunatly I am not a clipping path expert.
Maybe the problem is your printer which does not support complex regions. But I am not sure... You may check the caps. of your printer using GetDeviceCaps. But I don't know if GetDeviceCaps returns this information. What I know is that some printer do support only ONE clipping region. So that may be your problem, too.

So if you have the problem in print and preview it may be a printer problem.
You can try to paint your output in a memory DC (compatible to the screen DC) with a DIB first and then use StretchDIBits to copy the whole thing to your printer DC in OnPrint. I have very bad experiences when doing the output directly to the printer DC...

Sorry that I can't help you more...
GeneralRe: Print preview and complex shaped CRgn Pin
Anonymous29-Jan-04 22:29
Anonymous29-Jan-04 22:29 
Generalimporting from Gallery Pin
act_x26-Jan-04 5:12
act_x26-Jan-04 5:12 
GeneralRe: importing from Gallery Pin
Antti Keskinen26-Jan-04 5:42
Antti Keskinen26-Jan-04 5:42 
GeneralReading pixel color values from a DIB Pin
harwanegg26-Jan-04 4:51
harwanegg26-Jan-04 4:51 
GeneralRe: Reading pixel color values from a DIB Pin
John R. Shaw26-Jan-04 5:59
John R. Shaw26-Jan-04 5:59 
GeneralIPersistPropertyBag question Pin
Vermithrax26-Jan-04 4:51
Vermithrax26-Jan-04 4:51 
Generalvirtual functions and dlls Pin
Achim Mueller26-Jan-04 4:51
Achim Mueller26-Jan-04 4:51 
GeneralRe: virtual functions and dlls Pin
Diddy26-Jan-04 6:17
Diddy26-Jan-04 6:17 
GeneralRe: virtual functions and dlls Pin
Achim Mueller26-Jan-04 7:00
Achim Mueller26-Jan-04 7:00 
GeneralRe: virtual functions and dlls Pin
Diddy26-Jan-04 10:41
Diddy26-Jan-04 10:41 
Generalenum type Pin
Jerome Conus26-Jan-04 4:46
Jerome Conus26-Jan-04 4:46 
GeneralRe: enum type Pin
J. Eric Vaughan26-Jan-04 5:08
J. Eric Vaughan26-Jan-04 5:08 
GeneralRe: enum type Pin
John R. Shaw26-Jan-04 6:16
John R. Shaw26-Jan-04 6:16 
Generalexcel to C++ Pin
Goh Hui Beng26-Jan-04 3:50
Goh Hui Beng26-Jan-04 3:50 
GeneralRe: excel to C++ Pin
Carlos Antollini26-Jan-04 4:02
Carlos Antollini26-Jan-04 4:02 
GeneralRe: excel to C++ Pin
Goh Hui Beng26-Jan-04 4:24
Goh Hui Beng26-Jan-04 4:24 
GeneralRe: excel to C++ Pin
David Crow26-Jan-04 4:30
David Crow26-Jan-04 4:30 

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.