﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - Add Image to Shorcut Icon</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Add-Image-to-Shorcut-Icon/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Add Image to Shorcut Icon</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Add-Image-to-Shorcut-Icon/</link><pubDate>Thu, 09 Sep 2010 04:16:56 GMT</pubDate><dc:creator>Visu</dc:creator><description>Ok that worked, i didn't had a close look at the path, sorry. &lt;br /&gt;</description></item><item><title>Add Image to Shorcut Icon</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Add-Image-to-Shorcut-Icon/</link><pubDate>Wed, 08 Sep 2010 15:39:24 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I knew that you also set ShortcutIconVisible as true. Otherwise, you would not also see the image at design.&lt;br /&gt;&lt;br /&gt;As I said before, the issue is located in&lt;b&gt;&lt;i&gt; your relative path&lt;/i&gt;&lt;/b&gt;.&lt;br /&gt;In your code, you used:&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;Image="C:\Users\MartinMuenzel\Documents\Visual Studio 2010\IntersoftWebSite3\Images\webpad-32.gif"&lt;/pre&gt;
&lt;p&gt;Please look carefully in the path and prefix. Even though it is correct physical path, but the prefix is wrong. We use "&lt;b&gt;/&lt;/b&gt;" instead of "&lt;b&gt;\&lt;/b&gt;" &lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;If you open the reference sample I said before (&lt;span style="font-family: 'segoe ui', arial, verdana, tahoma; font-size: 12px; color: rgb(63, 63, 63); line-height: 18px; "&gt;WebDesktop sample &amp;gt;&amp;gt; WebDesktopManager &amp;gt;&amp;gt;&amp;nbsp;DesktopWithShortcuts.aspx),&amp;nbsp;&lt;/span&gt;You can see that we are using:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;Image="../Images/welcome-32.gif"&lt;/pre&gt;
&lt;p&gt;Please do not define the physical path. You will need to use the relative path based on the project by using "&lt;b&gt;~&lt;/b&gt;" or "&lt;b&gt;.&lt;/b&gt;" (depends on your level of folder).&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Add Image to Shorcut Icon</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Add-Image-to-Shorcut-Icon/</link><pubDate>Wed, 08 Sep 2010 03:37:58 GMT</pubDate><dc:creator>Visu</dc:creator><description>The relative path is correct and the visibility is already true.In the "preview" (i don't know how to call it) the image is shown, but not in the browser...&lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="http://img7.imageshack.us/i/previewyf.png/][IMG]http://img7.imageshack.us/img7/4789/previewyf.png"&gt;Preview&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="http://img94.imageshack.us/i/browserc.png/][IMG]http://img94.imageshack.us/img94/8649/browserc.png"&gt;Browser&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Uploaded with [URL=http://imageshack.us]ImageShack.us[/URL]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&amp;lt;body&amp;gt;    &amp;lt;form id="form1" runat="server"&amp;gt;    &amp;lt;div style="height: 816px"&amp;gt;&amp;lt;ISWebDesktop:WebDesktopManager ID="WebDesktopManager1" 
            runat="server" Height="100%"
    Width="100%" ActiveWindowIndex="0" AnimationStyle="VistaStyleZoom" 
            EnableContextMenu="True" 
            ImagesDirectory="C:\Users\MartinMuenzel\Documents\Visual Studio 2010\IntersoftWebSite3\Images" 
            ShortcutDisplayMode="Image" ShortcutIconsVisible="True" 
            WindowInteractiveMode="Shadow"&amp;gt;
        &amp;lt;FrameStyle BackColor="WhiteSmoke" 
            BackgroundImage="url(/CommonLibrary/Images/WebDesktop/WebDesktopWall1.jpg)"&amp;gt;
        &amp;lt;/FrameStyle&amp;gt;
        &amp;lt;ShortcutIcons&amp;gt;
            &amp;lt;ISWebDesktop:WebDesktopShortcut Image="C:\Users\MartinMuenzel\Documents\Visual Studio 2010\IntersoftWebSite3\Images\webpad-32.gif" 
                Name="Beispiel" Text="Beispiel" /&amp;gt;
        &amp;lt;/ShortcutIcons&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;</description></item><item><title>Add Image to Shorcut Icon</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Add-Image-to-Shorcut-Icon/</link><pubDate>Tue, 07 Sep 2010 21:04:16 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;After adding the WebDesktopShortcut objects in the ShortcutIcons collection, we need to enable ShortcutIconsVisible property in order to have the shortcut icon visible in the browser.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Simply set the the value of ShortcutIconcVisible property to true as shown in the snippet code below.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&lt;span style="font-family: 'consolas','courier new'; color: blue; font-size: 9pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: 'consolas','courier new'; color: #a31515; font-size: 9pt"&gt;ISWebDesktop&lt;/span&gt;&lt;span style="font-family: 'consolas','courier new'; color: blue; font-size: 9pt"&gt;:&lt;/span&gt;&lt;span style="font-family: 'consolas','courier new'; color: #a31515; font-size: 9pt"&gt;WebDesktopManager&lt;/span&gt; &lt;span style="font-family: 'consolas', 'courier new'; color: red; font-size: 9pt"&gt;ID&lt;/span&gt;&lt;span style="font-family: 'consolas', 'courier new'; color: blue; font-size: 9pt"&gt;="WebDesktopManager1"&lt;/span&gt; &lt;span style="font-family: 'consolas', 'courier new'; color: red; font-size: 9pt"&gt;runat&lt;/span&gt;&lt;span style="font-family: 'consolas', 'courier new'; color: blue; font-size: 9pt"&gt;="server"&lt;/span&gt;
    &lt;span style="font-family: 'consolas', 'courier new'; color: red; font-size: 9pt"&gt;ShortcutIconsVisible&lt;/span&gt;&lt;span style="font-family: 'consolas', 'courier new'; color: blue; font-size: 9pt"&gt;="True"&lt;/span&gt; ...&lt;span style="font-family: 'consolas', 'courier new'; color: blue; font-size: 9pt"&gt;&amp;gt;&lt;/span&gt;
    ...
&lt;span style="font-family: 'consolas', 'courier new'; color: blue; font-size: 9pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: 'consolas', 'courier new'; color: #a31515; font-size: 9pt"&gt;ISWebDesktop&lt;/span&gt;&lt;span style="font-family: 'consolas', 'courier new'; color: blue; font-size: 9pt"&gt;:&lt;/span&gt;&lt;span style="font-family: 'consolas', 'courier new'; color: #a31515; font-size: 9pt"&gt;WebDesktopManager&lt;/span&gt;&lt;span style="font-family: 'consolas', 'courier new'; color: blue; font-size: 9pt"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Add Image to Shorcut Icon</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Add-Image-to-Shorcut-Icon/</link><pubDate>Tue, 07 Sep 2010 12:04:43 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Please refer into our WebDesktop sample &amp;gt;&amp;gt; WebDesktopManager &amp;gt;&amp;gt; DesktopWithShortcuts.aspx.&lt;br /&gt;It seems your images relative path is incorrect.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Add Image to Shorcut Icon</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Add-Image-to-Shorcut-Icon/</link><pubDate>Tue, 07 Sep 2010 10:08:54 GMT</pubDate><dc:creator>Visu</dc:creator><description>&lt;p&gt;WebDesktop Manager&lt;/p&gt;
&lt;p&gt;I added a Image to a ShortcutIcon.It is shown in the "preview" but not in the browser, nether in FireFox nor in Internet Explorer.&lt;/p&gt;</description></item></channel></rss>