<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Real-Time Image Blending/Transparency (VB6)</title>
	<atom:link href="http://www.tannerhelland.com/490/image-blending-transparency/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tannerhelland.com/490/image-blending-transparency/</link>
	<description>Home of the award-winning author, VG composer, and programmer</description>
	<lastBuildDate>Thu, 09 Feb 2012 02:43:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tanner</title>
		<link>http://www.tannerhelland.com/490/image-blending-transparency/comment-page-1/#comment-1635</link>
		<dc:creator>Tanner</dc:creator>
		<pubDate>Thu, 19 Nov 2009 21:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tannerhelland.com/?p=490#comment-1635</guid>
		<description>Yes, can use the effect on a non-DC object.  However, you&#039;ll need to use the GetDC() API call to convert the object&#039;s hWnd into a DC.  Try this:

&lt;code&gt;Declare Function GetDC Lib &quot;user32.dll&quot; (ByVal hWnd As Long) As Long&lt;/code&gt;

When you&#039;re finished with the DC, use ReleaseDC to free up resources:

&lt;code&gt;Declare Function ReleaseDC Lib &quot;user32.dll&quot; (ByVal hWnd As Long, ByVal hdc As Long) As Long&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Yes, can use the effect on a non-DC object.  However, you&#8217;ll need to use the GetDC() API call to convert the object&#8217;s hWnd into a DC.  Try this:</p>
<p><code>Declare Function GetDC Lib "user32.dll" (ByVal hWnd As Long) As Long</code></p>
<p>When you&#8217;re finished with the DC, use ReleaseDC to free up resources:</p>
<p><code>Declare Function ReleaseDC Lib "user32.dll" (ByVal hWnd As Long, ByVal hdc As Long) As Long</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joaquim</title>
		<link>http://www.tannerhelland.com/490/image-blending-transparency/comment-page-1/#comment-953</link>
		<dc:creator>Joaquim</dc:creator>
		<pubDate>Wed, 18 Nov 2009 22:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tannerhelland.com/?p=490#comment-953</guid>
		<description>i was asking if i can do it in image(pixel by pixel) or in UC(object itself)?
thanks</description>
		<content:encoded><![CDATA[<p>i was asking if i can do it in image(pixel by pixel) or in UC(object itself)?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanner</title>
		<link>http://www.tannerhelland.com/490/image-blending-transparency/comment-page-1/#comment-534</link>
		<dc:creator>Tanner</dc:creator>
		<pubDate>Sat, 28 Mar 2009 19:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tannerhelland.com/?p=490#comment-534</guid>
		<description>Hi Joaquim - I&#039;m afraid I don&#039;t fully understand your question.  The DIB code above should work on any control that has an hDC property.  You&#039;ll have to tweak the functions themselves a bit (as they currently accept Picture Boxes, then extract the hDC from there), but there is no reason that you can&#039;t use DIB sections to modify the pixel data returned from any hDC.</description>
		<content:encoded><![CDATA[<p>Hi Joaquim &#8211; I&#8217;m afraid I don&#8217;t fully understand your question.  The DIB code above should work on any control that has an hDC property.  You&#8217;ll have to tweak the functions themselves a bit (as they currently accept Picture Boxes, then extract the hDC from there), but there is no reason that you can&#8217;t use DIB sections to modify the pixel data returned from any hDC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joaquim</title>
		<link>http://www.tannerhelland.com/490/image-blending-transparency/comment-page-1/#comment-508</link>
		<dc:creator>Joaquim</dc:creator>
		<pubDate>Fri, 27 Mar 2009 23:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tannerhelland.com/?p=490#comment-508</guid>
		<description>your code is excelent... but i need ask these: how can i show 1 image transparency in UC(UserControl)?
i&#039;m sorry and thanks</description>
		<content:encoded><![CDATA[<p>your code is excelent&#8230; but i need ask these: how can i show 1 image transparency in UC(UserControl)?<br />
i&#8217;m sorry and thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 6/16 queries in 0.026 seconds using disk: basic

Served from: www.tannerhelland.com @ 2012-02-10 12:56:11 -->
