<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : How to change image source on mouseover?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : MarkupLabel Control : How to change image source on mouseover?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 03:03:14 +0000</pubDate>
  <lastBuildDate>Mon, 26 May 2014 00:34:57 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=22255</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[How to change image source on mouseover? : &amp;lt;Image Source=&amp;#039;res://#137&amp;#039;/&amp;gt; ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22255&amp;PID=72512&amp;title=how-to-change-image-source-on-mouseover#72512</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8693">wywty</a><br /><strong>Subject:</strong> 22255<br /><strong>Posted:</strong> 26 May 2014 at 12:34am<br /><br />&lt;Image Source='res://#137'/&gt;]]>
   </description>
   <pubDate>Mon, 26 May 2014 00:34:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22255&amp;PID=72512&amp;title=how-to-change-image-source-on-mouseover#72512</guid>
  </item> 
  <item>
   <title><![CDATA[How to change image source on mouseover? :   ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22255&amp;PID=72511&amp;title=how-to-change-image-source-on-mouseover#72511</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8693">wywty</a><br /><strong>Subject:</strong> 22255<br /><strong>Posted:</strong> 26 May 2014 at 12:04am<br /><br /><img src="http://forum.codejock.com/smileys/smiley20.gif" border="0" alt="Thumbs Up" title="Thumbs Up" />]]>
   </description>
   <pubDate>Mon, 26 May 2014 00:04:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22255&amp;PID=72511&amp;title=how-to-change-image-source-on-mouseover#72511</guid>
  </item> 
  <item>
   <title><![CDATA[How to change image source on mouseover? :  I&amp;#039;ve discovered myself!...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22255&amp;PID=72396&amp;title=how-to-change-image-source-on-mouseover#72396</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8138">miguel.domingues</a><br /><strong>Subject:</strong> 22255<br /><strong>Posted:</strong> 27 March 2014 at 1:52pm<br /><br />I've discovered myself! <img src="http://forum.codejock.com/smileys/smiley1.gif" height="17" width="17" border="0" alt="Smile" title="Smile" /><div></div>the solution is:<div>&nbsp;</div><div><div>&nbsp;&nbsp;&nbsp; &lt;Style x:Key="CloseButtonStyle" TargetType="Border"&gt;</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Setter Property="Source" Value="<a href="file:///C:%255Cimg_over.png/" target="_blank" rel="nofollow">file://C:\img_over.png"/</a>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Style.Triggers&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Trigger Property="IsMouseOver" Value="True"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Trigger.Setters&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Setter Property="Source" Value="<a href="file:///C:%255Cimg_over.png/" target="_blank" rel="nofollow">file://C:\img_over.png"/</a>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Trigger.Setters&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Trigger&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Style.Triggers&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/Style&gt;<br></div>&nbsp;&nbsp;&nbsp; &lt;Border&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Image Cursor="Hand" Width="22" Height="22" Style="{StaticResource CloseButtonStyle}"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/Border&gt;</div>]]>
   </description>
   <pubDate>Thu, 27 Mar 2014 13:52:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22255&amp;PID=72396&amp;title=how-to-change-image-source-on-mouseover#72396</guid>
  </item> 
  <item>
   <title><![CDATA[How to change image source on mouseover? :  How to change theimage source...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22255&amp;PID=72388&amp;title=how-to-change-image-source-on-mouseover#72388</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8138">miguel.domingues</a><br /><strong>Subject:</strong> 22255<br /><strong>Posted:</strong> 26 March 2014 at 8:22pm<br /><br /><div>How to change the&nbsp;image source on mouseover (rollover effect)? </div><div>This example is not working:</div><div>&nbsp;</div><div>&nbsp;&nbsp;&nbsp; &lt;Style x:Key="CloseButtonStyle" TargetType="Border"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Style.Triggers&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Trigger Property="IsMouseOver" Value="True"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Trigger.Setters&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Setter Property="Image.Source" Value="<a href="file://C:%5Cimg_over.png/" target="_blank" rel="nofollow">file://C:\img_over.png"/</a>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Trigger.Setters&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Trigger&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Style.Triggers&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/Style&gt;<br></div>&nbsp;&nbsp;&nbsp; &lt;Border&nbsp;Style="{StaticResource CloseButtonStyle}"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Image Cursor="Hand" Width="22" Height="22" Source="<a href="file://C:%5Cimg.png/" target="_blank" rel="nofollow">file://C:\img.png"/</a>&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/Border&gt;<br>]]>
   </description>
   <pubDate>Wed, 26 Mar 2014 20:22:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22255&amp;PID=72388&amp;title=how-to-change-image-source-on-mouseover#72388</guid>
  </item> 
 </channel>
</rss>