﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SmartCode Solutions Web Forum » SmartCode ViewerX VNC Viewer ActiveX » General Discussion  » VNC Thumbnail - through asp.net</title><generator>InstantForum.NET 2010-4</generator><description>SmartCode Solutions Web Forum</description><link>http://www.s-code.com/forum/</link><webMaster>SmartCode Solutions Web Forum</webMaster><lastBuildDate>Wed, 08 Sep 2010 23:34:28 GMT</lastBuildDate><ttl>20</ttl><item><title>VNC Thumbnail - through asp.net</title><link>http://www.s-code.com/forum/FindPost2625.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;We are evaluating your viewerX activex control and we really like it but want to use the facility to pull thumbnails of each unit VNC is install on through asp.net page returning a image handler response with the thumbnail. I see from other posts that you use viewerX to obtain thumbnails but is it possible from an asp.net page?&lt;/P&gt;&lt;P&gt;If so do you have any example c# code?&lt;/P&gt;&lt;P&gt;Thanks </description><pubDate>Wed, 22 Jul 2009 17:53:15 GMT</pubDate><dc:creator>isams</dc:creator></item><item><title>RE: VNC Thumbnail - through asp.net</title><link>http://www.s-code.com/forum/FindPost2626.aspx</link><description>Hi,&lt;BR&gt;thumbnail view implementation technique described in the other threads is more suitable for desktop applications. In case of a web application there is easier way to implement VNC thumbnails view. &lt;P&gt;Instead of using a hiding instance of ViewerX and catching ScreenUpdated event, you can simply place &lt;STRONG&gt;visible&lt;/STRONG&gt; ViewerX instance on a web page. These ViewerXes should be resized to an appropriate suitable for your needs, for example 200px X 130px. And of course the screen stretching mode must be enabled.&lt;BR&gt;&lt;BR&gt;Screen stretching can be enabled via the &lt;FONT face="Courier New"&gt;&lt;STRONG&gt;StretchMode&lt;/STRONG&gt;&lt;/FONT&gt; property. It can have the following values:&lt;BR&gt;&lt;FONT face="Courier New"&gt;&lt;STRONG&gt;enum&lt;/STRONG&gt; ScreenStretchMode {&lt;BR&gt; SSM_NONE = 0, //screen stretching disabled&lt;BR&gt; SSM_FREE = 1, //screen stretching enabled, fits remote screen into ViewerX window&lt;BR&gt; SSM_ASPECT = 2, //screen stretching enabled, keeps remote screen aspect ratio&lt;BR&gt;};&lt;BR&gt;&lt;/FONT&gt;</description><pubDate>Wed, 22 Jul 2009 17:53:15 GMT</pubDate><dc:creator>Support (s-code)</dc:creator></item></channel></rss>