<?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: Silverlight 4 – Accessing System Devices with Com Interop, such as a Scanner.</title>
	<atom:link href="http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-accessing-system-devices-with-com-interop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-accessing-system-devices-with-com-interop/</link>
	<description></description>
	<lastBuildDate>Fri, 16 Jul 2010 17:01:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian Lagunas</title>
		<link>http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-accessing-system-devices-with-com-interop/comment-page-1/#comment-53</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Mon, 26 Apr 2010 14:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-com-interop-and-the-cool-stuff-you-can-do-with-it/#comment-53</guid>
		<description>Actually, WIA is not a device.  WIA (Windows Image Acquisition) is a Microsoft driver model and API that enables imaging/graphic applications to interact with imaging hardware such as scanners and camera (TWAIN devices).  You could use the WIA API to interact with your TWAIN devices.  Check out this link for more detailed information:

http://msdn.microsoft.com/en-us/library/ms630368(VS.85).aspx</description>
		<content:encoded><![CDATA[<p>Actually, WIA is not a device.  WIA (Windows Image Acquisition) is a Microsoft driver model and API that enables imaging/graphic applications to interact with imaging hardware such as scanners and camera (TWAIN devices).  You could use the WIA API to interact with your TWAIN devices.  Check out this link for more detailed information:</p>
<p><a href="http://msdn.microsoft.com/en-us/library/ms630368(VS.85).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms630368(VS.85).aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Anderson</title>
		<link>http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-accessing-system-devices-with-com-interop/comment-page-1/#comment-52</link>
		<dc:creator>David Anderson</dc:creator>
		<pubDate>Mon, 26 Apr 2010 12:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-com-interop-and-the-cool-stuff-you-can-do-with-it/#comment-52</guid>
		<description>In the example you aquired the image from a WIA device using: ComAutomationFactory.CreateObject(&quot;WIA.CommonDialog&quot;)

Do you have any idea on how aquire from a TWAIN Device?</description>
		<content:encoded><![CDATA[<p>In the example you aquired the image from a WIA device using: ComAutomationFactory.CreateObject(&#8220;WIA.CommonDialog&#8221;)</p>
<p>Do you have any idea on how aquire from a TWAIN Device?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-accessing-system-devices-with-com-interop/comment-page-1/#comment-51</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 22 Apr 2010 22:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-com-interop-and-the-cool-stuff-you-can-do-with-it/#comment-51</guid>
		<description>I am confused on your question. Cameras and scanners are TWAIN devices.  Can you be a little more specific?</description>
		<content:encoded><![CDATA[<p>I am confused on your question. Cameras and scanners are TWAIN devices.  Can you be a little more specific?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Anderson</title>
		<link>http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-accessing-system-devices-with-com-interop/comment-page-1/#comment-50</link>
		<dc:creator>David Anderson</dc:creator>
		<pubDate>Thu, 22 Apr 2010 12:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-com-interop-and-the-cool-stuff-you-can-do-with-it/#comment-50</guid>
		<description>Hi. What if I would like to use other way to acquire Image, E.G. Aquire from TWAIN devices, How shoul I proceed?</description>
		<content:encoded><![CDATA[<p>Hi. What if I would like to use other way to acquire Image, E.G. Aquire from TWAIN devices, How shoul I proceed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-accessing-system-devices-with-com-interop/comment-page-1/#comment-40</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Tue, 30 Mar 2010 17:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-com-interop-and-the-cool-stuff-you-can-do-with-it/#comment-40</guid>
		<description>Yes it is, but you must become intimate with the Windows Image Acquisition (WIA) API. 

You can start here:
http://msdn.microsoft.com/en-us/library/ms630490(VS.85).aspx

There are also some good examples here:
http://msdn.microsoft.com/en-us/library/ms630826(VS.85).aspx</description>
		<content:encoded><![CDATA[<p>Yes it is, but you must become intimate with the Windows Image Acquisition (WIA) API. </p>
<p>You can start here:<br />
<a href="http://msdn.microsoft.com/en-us/library/ms630490(VS.85).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms630490(VS.85).aspx</a></p>
<p>There are also some good examples here:<br />
<a href="http://msdn.microsoft.com/en-us/library/ms630826(VS.85).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms630826(VS.85).aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Assaf S.</title>
		<link>http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-accessing-system-devices-with-com-interop/comment-page-1/#comment-38</link>
		<dc:creator>Assaf S.</dc:creator>
		<pubDate>Tue, 30 Mar 2010 17:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-com-interop-and-the-cool-stuff-you-can-do-with-it/#comment-38</guid>
		<description>Great stuff!

Any idea if it is possible to use the scanner without user interaction (e.g. without showing the dialog box etc.)?

Thanks,

Assaf</description>
		<content:encoded><![CDATA[<p>Great stuff!</p>
<p>Any idea if it is possible to use the scanner without user interaction (e.g. without showing the dialog box etc.)?</p>
<p>Thanks,</p>
<p>Assaf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elegant Code &#187; NETDUG &#8211; Silverlight 4 Com Interop Sample Code</title>
		<link>http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-accessing-system-devices-with-com-interop/comment-page-1/#comment-31</link>
		<dc:creator>Elegant Code &#187; NETDUG &#8211; Silverlight 4 Com Interop Sample Code</dc:creator>
		<pubDate>Fri, 19 Mar 2010 21:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-com-interop-and-the-cool-stuff-you-can-do-with-it/#comment-31</guid>
		<description>[...] I also have a blog post that steps you through the sample code here. [...]</description>
		<content:encoded><![CDATA[<p>[...] I also have a blog post that steps you through the sample code here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NETDUG &#8211; Silverlight 4 Com Interop Sample Code &#171; &#60; web:Blog x:Name=&#34;Brian Lagunas&#34; /&#62;</title>
		<link>http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-accessing-system-devices-with-com-interop/comment-page-1/#comment-30</link>
		<dc:creator>NETDUG &#8211; Silverlight 4 Com Interop Sample Code &#171; &#60; web:Blog x:Name=&#34;Brian Lagunas&#34; /&#62;</dc:creator>
		<pubDate>Fri, 19 Mar 2010 21:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-com-interop-and-the-cool-stuff-you-can-do-with-it/#comment-30</guid>
		<description>[...] I also have a blog post that steps you through the sample code here. [...]</description>
		<content:encoded><![CDATA[<p>[...] I also have a blog post that steps you through the sample code here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Text-To-Speech in Silverlight Using WCF &#171; &#60; web:Blog x:Name=&#34;Brian Lagunas&#34; /&#62;</title>
		<link>http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-accessing-system-devices-with-com-interop/comment-page-1/#comment-25</link>
		<dc:creator>Text-To-Speech in Silverlight Using WCF &#171; &#60; web:Blog x:Name=&#34;Brian Lagunas&#34; /&#62;</dc:creator>
		<pubDate>Sun, 07 Mar 2010 16:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/02/19/silverlight-4-com-interop-and-the-cool-stuff-you-can-do-with-it/#comment-25</guid>
		<description>[...] in February, I wrote a blog post showing you how to, using Silverlight 4 OOB (out of browser) with elevated trust, access system [...]</description>
		<content:encoded><![CDATA[<p>[...] in February, I wrote a blog post showing you how to, using Silverlight 4 OOB (out of browser) with elevated trust, access system [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
