<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : SOLVED: SaveAsImage does not work</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : SOLVED: SaveAsImage does not work]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 27 Apr 2026 14:19:19 +0000</pubDate>
  <lastBuildDate>Mon, 14 Mar 2011 03:35:01 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=18039</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[SOLVED: SaveAsImage does not work : Yes thanks, this works fine! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18039&amp;PID=63290&amp;title=solved-saveasimage-does-not-work#63290</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 18039<br /><strong>Posted:</strong> 14 March 2011 at 3:35am<br /><br />Yes thanks, this works fine!<div><br></div><div><br></div>]]>
   </description>
   <pubDate>Mon, 14 Mar 2011 03:35:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18039&amp;PID=63290&amp;title=solved-saveasimage-does-not-work#63290</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: SaveAsImage does not work : Hi, If .Width and .Height is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18039&amp;PID=63272&amp;title=solved-saveasimage-does-not-work#63272</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 18039<br /><strong>Posted:</strong> 12 March 2011 at 6:41am<br /><br /><P>Hi,</P><P>If .Width and .Height is too large it doesn't create image.&nbsp;Try this instead:</P><P>ChartControl.SaveAsImage "c:\test.bmp", ChartControl.Width / Screen.TwipsPerPixelX, ChartControl.Height / Screen.TwipsPerPixelY</P><DIV>&nbsp;</DIV><DIV>This way you have at least 'normal' size image (like a screenshot) </DIV><DIV>&nbsp;</DIV><DIV><BR>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 12 Mar 2011 06:41:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18039&amp;PID=63272&amp;title=solved-saveasimage-does-not-work#63272</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: SaveAsImage does not work : The scalemode of witch object...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18039&amp;PID=63271&amp;title=solved-saveasimage-does-not-work#63271</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 18039<br /><strong>Posted:</strong> 12 March 2011 at 4:37am<br /><br />The scalemode of witch object I have to set to vbPixels?]]>
   </description>
   <pubDate>Sat, 12 Mar 2011 04:37:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18039&amp;PID=63271&amp;title=solved-saveasimage-does-not-work#63271</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: SaveAsImage does not work : parameters should be in Pixels......]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18039&amp;PID=63261&amp;title=solved-saveasimage-does-not-work#63261</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 18039<br /><strong>Posted:</strong> 11 March 2011 at 12:49pm<br /><br />parameters should be in Pixels... check if you your scale mode is pixels.<div><br></div><div>Also maybe your Windows 7 just doesn't allow save directly to C:</div>]]>
   </description>
   <pubDate>Fri, 11 Mar 2011 12:49:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18039&amp;PID=63261&amp;title=solved-saveasimage-does-not-work#63261</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: SaveAsImage does not work :  are they any conditions or propertys...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18039&amp;PID=63254&amp;title=solved-saveasimage-does-not-work#63254</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 18039<br /><strong>Posted:</strong> 11 March 2011 at 9:34am<br /><br />are they any conditions or propertys if the&nbsp;SaveAsImage Funcion doesn't work? I use:<div><br></div><div><font ="apple-style-span"="" face="'Courier New', Courier, mono">ChartControl.SaveAsImage "c:\test.png",&nbsp;ChartControl.Width,&nbsp;ChartControl.Height</font></div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 11 Mar 2011 09:34:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18039&amp;PID=63254&amp;title=solved-saveasimage-does-not-work#63254</guid>
  </item> 
 </channel>
</rss>