hi all,
i have created a MS chart in my vb project. now i want to save the chart in TIFF image or EPS format. pls guide me how to do that.
regards,
prakash
Printable View
hi all,
i have created a MS chart in my vb project. now i want to save the chart in TIFF image or EPS format. pls guide me how to do that.
regards,
prakash
i dont really know why you would want to save it as tiff and not jpg or bmp or something, but anyway, try looking for a DLL that is able to save images into TIFF format, and use an API call to capture the chart off the screen initially
search www.pscode.com
i've found some good libs there...
in my 2d animator you can get code for saving and opening jpg, pcx, tga, and avi, if you want that :)
www.geocities.com/mp_crew2001
http://www.thevbzone.com/
Go to the std. modules section, there is a module called 'modfreeimage.bas'. This allows importing and exporting of TIFF files, however I don't think it supports EPS.