<?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 : Why this happened?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Why this happened?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 09:54:31 +0000</pubDate>
  <lastBuildDate>Sat, 11 Jun 2005 21:17:38 +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=2334</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[Why this happened? : windows2000 + SP4 + language patch...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2334&amp;PID=7041&amp;title=why-this-happened#7041</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=272">zhou_wz</a><br /><strong>Subject:</strong> 2334<br /><strong>Posted:</strong> 11 June 2005 at 9:17pm<br /><br />windows2000 + SP4 + language patch]]>
   </description>
   <pubDate>Sat, 11 Jun 2005 21:17:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2334&amp;PID=7041&amp;title=why-this-happened#7041</guid>
  </item> 
  <item>
   <title><![CDATA[Why this happened? : Hmm... it is strange. I made all...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2334&amp;PID=7032&amp;title=why-this-happened#7032</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2334<br /><strong>Posted:</strong> 11 June 2005 at 11:34am<br /><br /><P>Hmm... it is strange. I made all same and see all menus in GUI_Sample</P><P>What OS do you have?</P>]]>
   </description>
   <pubDate>Sat, 11 Jun 2005 11:34:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2334&amp;PID=7032&amp;title=why-this-happened#7032</guid>
  </item> 
  <item>
   <title><![CDATA[Why this happened? :  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2334&amp;PID=7017&amp;title=why-this-happened#7017</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=272">zhou_wz</a><br /><strong>Subject:</strong> 2334<br /><strong>Posted:</strong> 09 June 2005 at 11:15pm<br /><br /><IMG src="uploads/zhouwz/2005-06-09_231510_correct.jpg" border="0">]]>
   </description>
   <pubDate>Thu, 09 Jun 2005 23:15:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2334&amp;PID=7017&amp;title=why-this-happened#7017</guid>
  </item> 
  <item>
   <title><![CDATA[Why this happened? :  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2334&amp;PID=7016&amp;title=why-this-happened#7016</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=272">zhou_wz</a><br /><strong>Subject:</strong> 2334<br /><strong>Posted:</strong> 09 June 2005 at 11:14pm<br /><br /><IMG src="uploads/zhouwz/2005-06-09_231441_wr&#111;ng.jpg" border="0">]]>
   </description>
   <pubDate>Thu, 09 Jun 2005 23:14:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2334&amp;PID=7016&amp;title=why-this-happened#7016</guid>
  </item> 
  <item>
   <title><![CDATA[Why this happened? : What I do is to try in GUI_Visualstudio7...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2334&amp;PID=7015&amp;title=why-this-happened#7015</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=272">zhou_wz</a><br /><strong>Subject:</strong> 2334<br /><strong>Posted:</strong> 09 June 2005 at 11:07pm<br /><br /><P>What I do is to try in GUI_Visualstudio7 samples<BR>1. Re declare the&nbsp;m_wndResourceView as shelltree:<BR>// CTreeCtrl m_wndResourceView;<BR>CXTShellTreeCtrl m_wndResourceView;<BR>2. Change the createResourceView in MainFrm.h<BR>CWnd* CMainFrame::CreateResourceView()<BR>{<BR>&nbsp;if (m_wndResourceView.GetSafeHwnd() == 0)<BR>&nbsp;{<BR>&nbsp;&nbsp;if (!m_wndResourceView.Create( WS_VISIBLE | TVS_HASLINES | TVS_LINESATROOT | TVS_HASBUTTONS | TVS_SHOWSELALWAYS,<BR>&nbsp;&nbsp;&nbsp;CRect(0,0,0,0), this, 0xFF ))<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;TRACE0( "Unable to create tree control.\n" );<BR>&nbsp;&nbsp;&nbsp;return 0;<BR>&nbsp;&nbsp;}<BR>&nbsp;/*<BR>&nbsp;m_wndResourceView.ModifyStyleEx(0, WS_EX_STATICEDGE);<BR>&nbsp;&nbsp;// load the tree images bitmap and add it to the image list.<BR>&nbsp;&nbsp;if (!m_ilResourceView.Create(IDB_RESTREE, 16, 1, COLOR_MASK))<BR>&nbsp;&nbsp;&nbsp;return 0;</P><P>&nbsp;&nbsp;// Set the image list for the tree control.<BR>&nbsp;&nbsp;m_wndResourceView.SetImageList( &amp;m_ilResourceView, TVSIL_NORMAL );</P><P>&nbsp;&nbsp;// add the parent item<BR>&nbsp;&nbsp;HTREEITEM htItem = m_wndResourceView.InsertItem(_T("XtremeDemo resources"), 0, 1);<BR>&nbsp;&nbsp;m_wndResourceView.SetItemState(htItem, TVIS_BOLD, TVIS_BOLD);</P><P>&nbsp;&nbsp;HTREEITEM hti = m_wndResourceView.InsertItem(_T("Accelerator"), 0, 1, htItem);<BR> &nbsp;&nbsp;m_wndResourceView.InsertItem(_T("IDR_MAINFRAME") , 2, 2, hti);<BR>&nbsp;&nbsp;m_wndResourceView.Expand(hti, TVE_EXPAND);</P><P>&nbsp;&nbsp;hti = m_wndResourceView.InsertItem(_T("Dialog"), 0, 1, htItem);<BR>&nbsp;&nbsp;m_wndResourceView.InsertItem(_T("IDD_ABOUTBOX"), 3, 3, hti);<BR>&nbsp;&nbsp;m_wndResourceView.Expand(hti, TVE_EXPAND);</P><P>&nbsp;&nbsp;hti = m_wndResourceView.InsertItem(_T("Icon"), 0, 1, htItem);<BR> &nbsp;&nbsp;m_wndResourceView.InsertItem(_T("IDR_MAINFRAME") , 4, 4, hti);<BR> &nbsp;&nbsp;m_wndResourceView.InsertItem(_T("IDR_XTREMETYPE" ), 4, 4, hti);<BR>&nbsp;&nbsp;m_wndResourceView.Expand(hti, TVE_EXPAND);</P><P>&nbsp;&nbsp;hti = m_wndResourceView.InsertItem(_T("Menu"), 0, 1, htItem);<BR> &nbsp;&nbsp;m_wndResourceView.InsertItem(_T("IDR_MAINFRAME") , 5, 5, hti);<BR> &nbsp;&nbsp;m_wndResourceView.InsertItem(_T("IDR_XTREMETYPE" ), 5, 5, hti);</P><P>&nbsp;&nbsp;hti = m_wndResourceView.InsertItem(_T("String Table"), 0, 1, htItem);<BR>&nbsp;&nbsp;m_wndResourceView.InsertItem(_T("String Table"), 6, 6, hti);</P><P>&nbsp;&nbsp;hti = m_wndResourceView.InsertItem(_T("Toolbar"), 0, 1, htItem);<BR> &nbsp;&nbsp;m_wndResourceView.InsertItem(_T("IDR_MAINFRAME") , 7, 7, hti);</P><P>&nbsp;&nbsp;hti = m_wndResourceView.InsertItem(_T("Version"), 0, 1, htItem);<BR> &nbsp;&nbsp;m_wndResourceView.InsertItem(_T("VS_VERSION_INFO "), 8, 8, hti);</P><P>&nbsp;&nbsp;m_wndResourceView.Expand (htItem, TVE_EXPAND);<BR>&nbsp;&nbsp;*/</P><P>&nbsp;}<BR>&nbsp;return &amp;m_wndResourceView;<BR>}<BR><BR>3. Rebuilt GUI_visualStudio7<BR>1. Run Gui_visualStudio and show Resource View<BR>&nbsp;&nbsp;&nbsp; rightclick one folder and show context menu<BR><BR></P>]]>
   </description>
   <pubDate>Thu, 09 Jun 2005 23:07:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2334&amp;PID=7015&amp;title=why-this-happened#7015</guid>
  </item> 
  <item>
   <title><![CDATA[Why this happened? : 1. I can&amp;#039;t reproduce it....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2334&amp;PID=6965&amp;title=why-this-happened#6965</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2334<br /><strong>Posted:</strong> 08 June 2005 at 11:14pm<br /><br /><P>1. I can't reproduce it. Atach your sample to see</P><P>2. We added ShowFiles method for 9.70</P>]]>
   </description>
   <pubDate>Wed, 08 Jun 2005 23:14:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2334&amp;PID=6965&amp;title=why-this-happened#6965</guid>
  </item> 
  <item>
   <title><![CDATA[Why this happened? : When I used CXTShellTreeCtrl in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2334&amp;PID=6918&amp;title=why-this-happened#6918</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=272">zhou_wz</a><br /><strong>Subject:</strong> 2334<br /><strong>Posted:</strong> 07 June 2005 at 5:42am<br /><br /><P>When I used CXTShellTreeCtrl in a dockpane not in a view!<BR>This shelltreel looks well execept the context menu.<BR><BR>The context menu of the CXTShellTreeCtrl in a dockpane was different from the sample code of &nbsp;GUI_Exeplorer.<BR><BR>The context menu of my code less than that of sample code. It missed menuitem such as 'Sharing' or some else. While the sample code has.<BR><BR>1.Why this happened?<BR>2.Could I let CXTShellTreeCtrl display not only the folders but also the files?</P>]]>
   </description>
   <pubDate>Tue, 07 Jun 2005 05:42:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2334&amp;PID=6918&amp;title=why-this-happened#6918</guid>
  </item> 
 </channel>
</rss>