<?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 : Tree control disables when Windows version changes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Tree control disables when Windows version changes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 04:36:13 +0000</pubDate>
  <lastBuildDate>Mon, 30 Jun 2014 15:01:58 +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=22070</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[Tree control disables when Windows version changes : I am not the developer of Ultra...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22070&amp;PID=72594&amp;title=tree-control-disables-when-windows-version-changes#72594</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8479">KQS</a><br /><strong>Subject:</strong> 22070<br /><strong>Posted:</strong> 30 June 2014 at 3:01pm<br /><br />I am not the developer of Ultra Recall (which uses the tree control) but just a user, so don't have access to the source code. UR does alllow you to change the style of the menus/controls, so I guess it must have VisualStyle enabled (if that's what it means)<br><br>I had a thought that I could use a Window Spy type program to inspect the the tree control properties/styles and modify it if it was disabled.<br><br>I came across a CodeProject article where someone had written an enhanced version of the Microsoft Spy++ tool, zero Dump, which allowed property/style modification as well as inspection:<br><br><a href="http://www.codeproject.com/Articles/9549/Capturing-Window-C&#111;ntrols-and-Modifying-their-prop" target="_blank" rel="nofollow">http://www.codeproject.com/Articles/9549/Capturing-Window-Controls-and-Modifying-their-prop</a><br><br>When I used zero Dump to inspect the tree control, it had the WS_DISABLED style set, so I unset this style and the tree control was enabled and seemed to work fine.<br><br>The author of Ultra Recall says it's the tree control that disabled itself, which makes me wonder why, particularly as it seems to work fine on Windows 8.1.1 ?<br>]]>
   </description>
   <pubDate>Mon, 30 Jun 2014 15:01:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22070&amp;PID=72594&amp;title=tree-control-disables-when-windows-version-changes#72594</guid>
  </item> 
  <item>
   <title><![CDATA[Tree control disables when Windows version changes : Do you haveVisualStyle enabled?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22070&amp;PID=71960&amp;title=tree-control-disables-when-windows-version-changes#71960</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6226">Willowmaster</a><br /><strong>Subject:</strong> 22070<br /><strong>Posted:</strong> 27 November 2013 at 3:56am<br /><br />Do you have&nbsp;VisualStyle enabled? Maybe the visual styles are not compatible with Windows 8 for older CodeJock versions. <DIV>&nbsp;</DIV><DIV>I tried the Suite Controls Sample, but it doesn't show the problem you are talking about. Did you change the foreground color to a system color?</DIV>]]>
   </description>
   <pubDate>Wed, 27 Nov 2013 03:56:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22070&amp;PID=71960&amp;title=tree-control-disables-when-windows-version-changes#71960</guid>
  </item> 
  <item>
   <title><![CDATA[Tree control disables when Windows version changes : Just to clarify, the latest tree...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22070&amp;PID=71955&amp;title=tree-control-disables-when-windows-version-changes#71955</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8479">KQS</a><br /><strong>Subject:</strong> 22070<br /><strong>Posted:</strong> 25 November 2013 at 6:32pm<br /><br />Just to clarify, the latest tree control works fine on Windows 8/8.1, but older versions have the problem shown in the screenshot.<br><br>The thing that annoys me is that it seems like the tree control (and maybe others) are coded to stop working one some newer Windows versions, to get people to upgrade to latest version of the Toolkit.<br>]]>
   </description>
   <pubDate>Mon, 25 Nov 2013 18:32:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22070&amp;PID=71955&amp;title=tree-control-disables-when-windows-version-changes#71955</guid>
  </item> 
  <item>
   <title><![CDATA[Tree control disables when Windows version changes : When Windows 7 was released, the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22070&amp;PID=71950&amp;title=tree-control-disables-when-windows-version-changes#71950</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8479">KQS</a><br /><strong>Subject:</strong> 22070<br /><strong>Posted:</strong> 25 November 2013 at 11:24am<br /><br />When Windows 7 was released, the tree control stopped working, and the same happened when Windows 8 was released. It's as if the tree control is hard-coded to not work when Windows updates. Seems like an underhand way to get people to update to newer versions of the toolkit.<br><br>For example, on Windows 8 the tree items are visible but greyed out...<img src="uploads/8479/Tree_Greyed_Out.jpg" height="614" width="860" border="0" />]]>
   </description>
   <pubDate>Mon, 25 Nov 2013 11:24:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22070&amp;PID=71950&amp;title=tree-control-disables-when-windows-version-changes#71950</guid>
  </item> 
 </channel>
</rss>