<?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 : Command Button in Task Panel</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : Command Button in Task Panel]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 07:13:32 +0000</pubDate>
  <lastBuildDate>Fri, 21 Jan 2011 04:38:59 +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=17740</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[Command Button in Task Panel :  Hi,  Can I ask how you are...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17740&amp;PID=62259&amp;title=command-button-in-task-panel#62259</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 17740<br /><strong>Posted:</strong> 21 January 2011 at 4:38am<br /><br />Hi,<br><br>Can I ask how you are adding the button to the TaskPanel?<br><br>I have 2 buttons in the TaskPanel, however these are first placed inside a PictureBox <i>(called PanelSearch in code below)</i> then the PictureBox is attached to the TaskPanel. I do this when adding controls to the TaskPanel to avoid the issue when clicking a control it sometimes jumps out of the TaskPanel, using this method I have no problems with this ever.<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; Dim Group As TaskPanelGroup<br>&nbsp;&nbsp;&nbsp; Dim Item As TaskPanelGroupItem<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set Group = wndTaskPanel.Groups.Add(0, "Search by any or all of the criteria below.")<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Group.Items.Add 0, "Part Status:", xtpTaskItemTypeText<br>&nbsp;&nbsp;&nbsp; Set Item = Group.Items.Add(0, "", xtpTaskItemTypeControl)<br>&nbsp;&nbsp;&nbsp; Set Item.Control = panel(0)<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Group.Items.Add 0, "Country:", xtpTaskItemTypeText<br>&nbsp;&nbsp;&nbsp; Set Item = Group.Items.Add(0, "", xtpTaskItemTypeControl)<br>&nbsp;&nbsp;&nbsp; Set Item.Control = panel(1)<br><br>&nbsp;&nbsp;&nbsp; Group.Items.Add 0, "Brand:", xtpTaskItemTypeText<br>&nbsp;&nbsp;&nbsp; Set Item = Group.Items.Add(0, "", xtpTaskItemTypeControl)<br>&nbsp;&nbsp;&nbsp; Set Item.Control = panel(2)<br><br>&nbsp;&nbsp;&nbsp; Set Item = Group.Items.Add(0, "", xtpTaskItemTypeControl)<br>&nbsp;&nbsp;&nbsp; Set Item.Control = panelSearch<br></pre></td></tr></table>]]>
   </description>
   <pubDate>Fri, 21 Jan 2011 04:38:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17740&amp;PID=62259&amp;title=command-button-in-task-panel#62259</guid>
  </item> 
  <item>
   <title><![CDATA[Command Button in Task Panel : Hi,  i add a command button...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17740&amp;PID=62047&amp;title=command-button-in-task-panel#62047</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6553">waheed sobhy</a><br /><strong>Subject:</strong> 17740<br /><strong>Posted:</strong> 02 January 2011 at 5:48am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>i add a command button in task banel but when click not excute ... when i removed this button from the panel it working fine </DIV><DIV>&nbsp;</DIV><DIV>i need help how make control item working from taskpanel</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 02 Jan 2011 05:48:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17740&amp;PID=62047&amp;title=command-button-in-task-panel#62047</guid>
  </item> 
 </channel>
</rss>