I'm using CVI 6.0 FULL and Windows 2K, here is my problem, I wold like to be able to print my (ActiveX) CWGraph in high resolution, but I don't know how.
You can use SetPrintAttribute to set the X and Y resolution in dots per inch. Some printer drivers do NOT support setting the resolution outside the print dialog like this though. The easiest way to set up the printer for hires printing is to invoke the print dialog and change the printer settings from the dialog. Then just call PrintCtrl on the ActiveX control to print it, or you can print the whole panel with PrintPanel. I would recommend using bitmap printing mode (SetPrintAttribute) which is more reliable on different printer drivers.