<?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 : Shortcut Bar - with multiple views</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Shortcut Bar - with multiple views]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 05:50:33 +0000</pubDate>
  <lastBuildDate>Sat, 25 Nov 2006 11:15:42 +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=5565</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[Shortcut Bar - with multiple views : Hi, See TVS_TRACKSELECT TreeCtrl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5565&amp;PID=17611&amp;title=shortcut-bar-with-multiple-views#17611</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5565<br /><strong>Posted:</strong> 25 November 2006 at 11:15am<br /><br /><P>Hi,</P><DIV>See <A name=TVS_TRACK>TVS_TRACKSELECT</A>&nbsp; TreeCtrl style in MSDN.</DIV>]]>
   </description>
   <pubDate>Sat, 25 Nov 2006 11:15:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5565&amp;PID=17611&amp;title=shortcut-bar-with-multiple-views#17611</guid>
  </item> 
  <item>
   <title><![CDATA[Shortcut Bar - with multiple views : Thanks for your tip, Oleg! I got...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5565&amp;PID=17596&amp;title=shortcut-bar-with-multiple-views#17596</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1003">Warren</a><br /><strong>Subject:</strong> 5565<br /><strong>Posted:</strong> 24 November 2006 at 11:37am<br /><br />Thanks for your tip, Oleg! I got the view switching going.<br><br>What I want to do now is create "hyperlink buttons" with images. In the Shortcut bar sample, the control is a tree control, so the items don't get the "active" underlining when the mouse goes over them.<br><br>Basically, I want the buttons to look like the interior of the task panel sample, when the theme is set to "custom". Here is an image of what I want to do:<br><br><a href="http://www.ic&#111;nsreview.com/task_panel_shortcut_bar.PNG" target="_blank">http://www.iconsreview.com/task_panel_shortcut_bar.PNG</a><br><br>What is the best way to go about this? I thought of the following:<br><br>1) Get the tree control to draw in the underline style?<br>2) Insert a task panel in one of the panes of the shortcut bar?<br><br>What do you suggest?<br><br><br>]]>
   </description>
   <pubDate>Fri, 24 Nov 2006 11:37:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5565&amp;PID=17596&amp;title=shortcut-bar-with-multiple-views#17596</guid>
  </item> 
  <item>
   <title><![CDATA[Shortcut Bar - with multiple views : Hi,  what did you try ?  All...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5565&amp;PID=17504&amp;title=shortcut-bar-with-multiple-views#17504</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5565<br /><strong>Posted:</strong> 21 November 2006 at 12:47am<br /><br />Hi, <DIV>what did you try ? </DIV><DIV>All you need create new view pointer, save old, call pFrameWnd-&gt;SetActiveView(pView) to&nbsp;activate it&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 21 Nov 2006 00:47:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5565&amp;PID=17504&amp;title=shortcut-bar-with-multiple-views#17504</guid>
  </item> 
  <item>
   <title><![CDATA[Shortcut Bar - with multiple views : I&amp;#039;m using version ToolkitPro...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5565&amp;PID=17500&amp;title=shortcut-bar-with-multiple-views#17500</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1003">Warren</a><br /><strong>Subject:</strong> 5565<br /><strong>Posted:</strong> 20 November 2006 at 4:49pm<br /><br />I'm using version ToolkitPro version 10.3.1, and building an MFC SDI app with the Shortcut Bar (it is very much like the Shortcut Bar sample at this point) This is probably an easy question, and I'm just not seeing the solution...<br><br>Basically, what I want to do is similar to the Shortcut Bar Sample, but I would like my CView-derived view to be switched when I select a new pane. (e.g. when you select "Mail" or "Contacts" or "Folders" in the sample, a new view would be swapped in place of the old view). I've thought of a more complicate way to get around it, but I imagine there might be a simple way to do this?<br><br>Any help would be much appreciated (maybe this could be added to the sample too, if this is a common question???)<br><br>Thanks<br><br>Warren<br><br><br>]]>
   </description>
   <pubDate>Mon, 20 Nov 2006 16:49:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5565&amp;PID=17500&amp;title=shortcut-bar-with-multiple-views#17500</guid>
  </item> 
 </channel>
</rss>