<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Class to create thumbnail images (VB.Net, GDI.Net)</title>
	<link>http://NewtTech.net/programming/class-to-create-thumbnail-images-vbnet-gdinet/</link>
	<description>Projects, Hacks, osCommerce and SEO</description>
	<pubDate>Sun, 05 Feb 2012 18:57:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: Rob</title>
		<link>http://NewtTech.net/programming/class-to-create-thumbnail-images-vbnet-gdinet/#comment-24142</link>
		<pubDate>Tue, 07 Oct 2008 09:40:22 +0000</pubDate>
		<guid>http://NewtTech.net/programming/class-to-create-thumbnail-images-vbnet-gdinet/#comment-24142</guid>
					<description>Just used your class in one of my sites.  Works like a dream.  Thanks.</description>
		<content:encoded><![CDATA[<p>Just used your class in one of my sites.  Works like a dream.  Thanks.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: PSC</title>
		<link>http://NewtTech.net/programming/class-to-create-thumbnail-images-vbnet-gdinet/#comment-269</link>
		<pubDate>Sat, 13 Jan 2007 18:40:25 +0000</pubDate>
		<guid>http://NewtTech.net/programming/class-to-create-thumbnail-images-vbnet-gdinet/#comment-269</guid>
					<description>should change from 

 intThumbHeight = (intHeight / intWidth) * intMaxLen

to 

 intThumbHeight =CType( (intHeight / intWidth) * intMaxLen, integer) 

? 

just because option explicit is switched on.

going to test your code soon..thanks.</description>
		<content:encoded><![CDATA[<p>should change from </p>
<p> intThumbHeight = (intHeight / intWidth) * intMaxLen</p>
<p>to </p>
<p> intThumbHeight =CType( (intHeight / intWidth) * intMaxLen, integer) </p>
<p>? </p>
<p>just because option explicit is switched on.</p>
<p>going to test your code soon..thanks.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

