<?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 : I Want remove selected items...</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : I Want remove selected items...]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 05:41:17 +0000</pubDate>
  <lastBuildDate>Wed, 28 Apr 2010 02:42:37 +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=16627</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[I Want remove selected items... : Have you try:  Private sub TaskPanel_ItemClick((ByVal...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16627&amp;PID=58246&amp;title=i-want-remove-selected-items#58246</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 16627<br /><strong>Posted:</strong> 28 April 2010 at 2:42am<br /><br /><DIV>Have you try:</DIV><DIV>&nbsp;</DIV><DIV>Private sub TaskPanel_ItemClick((ByVal Item As XtremeTaskPanel.ITaskPanelGroupItem)</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>Item.Selected = False</strong></DIV><DIV>End Sub</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 28 Apr 2010 02:42:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16627&amp;PID=58246&amp;title=i-want-remove-selected-items#58246</guid>
  </item> 
  <item>
   <title><![CDATA[I Want remove selected items... : Sorry, I didn&amp;#039;t see your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16627&amp;PID=58244&amp;title=i-want-remove-selected-items#58244</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 16627<br /><strong>Posted:</strong> 28 April 2010 at 2:37am<br /><br />Sorry, I didn't see your last post:<DIV>&nbsp;</DIV><DIV>You can change the line:</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;.Groups(i).Items(j).Remove</DIV><DIV>&nbsp;</DIV><DIV>By</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Groups(i).Items(j).Selected = False</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 28 Apr 2010 02:37:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16627&amp;PID=58244&amp;title=i-want-remove-selected-items#58244</guid>
  </item> 
  <item>
   <title><![CDATA[I Want remove selected items... : Hello Mozaheb,  For your problem,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16627&amp;PID=58243&amp;title=i-want-remove-selected-items#58243</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 16627<br /><strong>Posted:</strong> 28 April 2010 at 2:32am<br /><br />Hello Mozaheb,<DIV>&nbsp;</DIV><DIV>For your problem, you can write:</DIV><DIV>&nbsp;</DIV><DIV>------------------------------------------------------------------------------</DIV><DIV>Dim i as long, j as long</DIV><DIV>&nbsp;</DIV><DIV>With TaskPanel</DIV><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><DIV>For i = 1 to .Groups.count</DIV><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><DIV>For&nbsp;j = .Groups(i).Count to 1 step -1</DIV><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><DIV>If .Groups(i).Items(j).selected = True Then</DIV><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><DIV>.Groups(i).Items(j).Remove</DIV></BLOCKQUOTE><DIV>End If</DIV></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><DIV>Next</DIV></BLOCKQUOTE><DIV>Next</DIV></BLOCKQUOTE><DIV>End With</DIV><DIV>-------------------------------------------------------------------------------</DIV><DIV>&nbsp;</DIV><DIV>Hoping, it will give you some help...</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 28 Apr 2010 02:32:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16627&amp;PID=58243&amp;title=i-want-remove-selected-items#58243</guid>
  </item> 
  <item>
   <title><![CDATA[I Want remove selected items... : hi,  no i want change state...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16627&amp;PID=58241&amp;title=i-want-remove-selected-items#58241</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4045">mozaheb</a><br /><strong>Subject:</strong> 16627<br /><strong>Posted:</strong> 28 April 2010 at 2:07am<br /><br />hi,<DIV>&nbsp;</DIV><DIV>no i want change state of selected item with code, when i click item in task panel the item is selected; i want unselect the item with code.</DIV><DIV>&nbsp;</DIV><DIV>please help me.</DIV>]]>
   </description>
   <pubDate>Wed, 28 Apr 2010 02:07:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16627&amp;PID=58241&amp;title=i-want-remove-selected-items#58241</guid>
  </item> 
  <item>
   <title><![CDATA[I Want remove selected items... : hi, do you mean that you don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16627&amp;PID=58239&amp;title=i-want-remove-selected-items#58239</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2368">cmm2006</a><br /><strong>Subject:</strong> 16627<br /><strong>Posted:</strong> 27 April 2010 at 5:16pm<br /><br /><P>hi,</P><DIV>do you mean that you don't want the selected item to be expanded?</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 27 Apr 2010 17:16:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16627&amp;PID=58239&amp;title=i-want-remove-selected-items#58239</guid>
  </item> 
  <item>
   <title><![CDATA[I Want remove selected items... : no reply? ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16627&amp;PID=58223&amp;title=i-want-remove-selected-items#58223</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4045">mozaheb</a><br /><strong>Subject:</strong> 16627<br /><strong>Posted:</strong> 27 April 2010 at 2:28am<br /><br />no reply?]]>
   </description>
   <pubDate>Tue, 27 Apr 2010 02:28:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16627&amp;PID=58223&amp;title=i-want-remove-selected-items#58223</guid>
  </item> 
  <item>
   <title><![CDATA[I Want remove selected items... : Hi allPlease help me for how unselect...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16627&amp;PID=58194&amp;title=i-want-remove-selected-items#58194</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4045">mozaheb</a><br /><strong>Subject:</strong> 16627<br /><strong>Posted:</strong> 25 April 2010 at 6:36am<br /><br />Hi all<br><br>Please help me for how unselect the selected items in taskpanel:<br><br>please sea example : <img src="uploads/20100425_063534_SMSTaskPanel.jpg" border="0"><br>]]>
   </description>
   <pubDate>Sun, 25 Apr 2010 06:36:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16627&amp;PID=58194&amp;title=i-want-remove-selected-items#58194</guid>
  </item> 
 </channel>
</rss>