<?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 : Task Panel Remove?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Task Panel Remove?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 22:12:58 +0000</pubDate>
  <lastBuildDate>Thu, 27 Oct 2005 10:37:09 +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=3108</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[Task Panel Remove? : wndTaskPanel.Groups.Find(6).Remove...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3108&amp;PID=9297&amp;title=task-panel-remove#9297</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1559">syndalis</a><br /><strong>Subject:</strong> 3108<br /><strong>Posted:</strong> 27 October 2005 at 10:37am<br /><br />wndTaskPanel.Groups.Find(6).Remove worked like a charm. Thanks!]]>
   </description>
   <pubDate>Thu, 27 Oct 2005 10:37:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3108&amp;PID=9297&amp;title=task-panel-remove#9297</guid>
  </item> 
  <item>
   <title><![CDATA[Task Panel Remove? :  Or you can do it this way......]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3108&amp;PID=9288&amp;title=task-panel-remove#9288</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3108<br /><strong>Posted:</strong> 27 October 2005 at 9:33am<br /><br />Or you can do it this way...<br><br>&nbsp;&nbsp;&nbsp; Dim tempGroup As TaskPanelGroup<br>&nbsp;&nbsp;&nbsp; Set tempGroup = wndTaskPanel.Groups.Find(6)<br>&nbsp;&nbsp;&nbsp; tempGroup.Remove<br><br>OR...<br>&nbsp;&nbsp;&nbsp; wndTaskPanel.Groups.Find(6).Remove<br><span style="font-size:10px"><br /><br />Edited by SuperMario</span>]]>
   </description>
   <pubDate>Thu, 27 Oct 2005 09:33:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3108&amp;PID=9288&amp;title=task-panel-remove#9288</guid>
  </item> 
  <item>
   <title><![CDATA[Task Panel Remove? : How about: wndTaskPanel.Groups...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3108&amp;PID=9287&amp;title=task-panel-remove#9287</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3108<br /><strong>Posted:</strong> 27 October 2005 at 9:31am<br /><br />How about:<br><br> wndTaskPanel.Groups(wndTaskPanel.Groups.Find(6).Index).Remov e<br><br>....this method&nbsp; goes by index, not ID.&nbsp; So you have to find the Index of the Group you want to delete as I did above.<br>]]>
   </description>
   <pubDate>Thu, 27 Oct 2005 09:31:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3108&amp;PID=9287&amp;title=task-panel-remove#9287</guid>
  </item> 
  <item>
   <title><![CDATA[Task Panel Remove? : How does one go about removing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3108&amp;PID=9284&amp;title=task-panel-remove#9284</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1559">syndalis</a><br /><strong>Subject:</strong> 3108<br /><strong>Posted:</strong> 27 October 2005 at 9:07am<br /><br /><P>How does one go about removing a task panel group through code? I have figured out how to add groups, but not how to remove them. I figured it would have something to do with the ID of the group, ie:</P><P>&nbsp;&nbsp;&nbsp; Set Group = TaskPanel.Groups.Add(6, "Basic Functions")<BR><BR>The ID of that group is 6, so I figured a taskpanel.groups.remove(6) would do the trick. I was wrong.</P><P>any help would be greatly appreciated.</P>]]>
   </description>
   <pubDate>Thu, 27 Oct 2005 09:07:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3108&amp;PID=9284&amp;title=task-panel-remove#9284</guid>
  </item> 
 </channel>
</rss>