HELP with Printing Please (VB.NET)
-
I am trying to print an MS-Chart control off of a form. I cannot find any help to print a standard control such as this. I don't need to print any text or anything, just the MS-Chart Control. Can anyone help me with this? thanks, Josh Schneider js27195@yahoo.com
-
I am trying to print an MS-Chart control off of a form. I cannot find any help to print a standard control such as this. I don't need to print any text or anything, just the MS-Chart Control. Can anyone help me with this? thanks, Josh Schneider js27195@yahoo.com
Oops! I just noticed the subject said "VB.NET"... this may not work, but anyway: Have a look at the EditCopy method of the chart control. Something like this:
MsChart1.EditCopy
Printer.PaintPicture ClipBoard.GetData(vbCFMetafile), 0, 0Untested pseudocode by the way :) -- David Wengier Sonork ID: 100.14177 - Ch00k