<?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 : Using the TaskPanel in Access</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : Using the TaskPanel in Access]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 02:17:40 +0000</pubDate>
  <lastBuildDate>Wed, 01 Aug 2007 21:29:47 +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=7707</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[Using the TaskPanel in Access : I have been attempting to use...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7707&amp;PID=24786&amp;title=using-the-taskpanel-in-access#24786</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3185">FSBarker</a><br /><strong>Subject:</strong> 7707<br /><strong>Posted:</strong> 01 August 2007 at 9:29pm<br /><br /><P>I have been attempting to use the TaskPanel in Access and feel I am very close. However, I am having a hard time when I try to add a listbox as a group item. Is this possible? I first tried to use a subform but figured I may be pushing it with that. </P><DIV>&nbsp;</DIV><DIV>I am using the code below, which adds three groups and 2 listboxes as items, one in the 2nd and the other in the third group. </DIV><DIV>&nbsp;</DIV><DIV>I get no errors and everything looks ok accept of couse the that listboxes remain beside the taskpanel and are not added to it as desired. since I am using access as with vba there is no Handle property on the control and I am just specifying the name of the control as instructed in the tutorial. Any help would be appreciated.</DIV><DIV>&nbsp;</DIV><DIV>Private Sub Form_Load()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Dim Group As TaskPanelGroup<BR>&nbsp;&nbsp;&nbsp; Set Group = wndTaskPanel.Groups.Add(0, "Phone Call List")<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Set Group = wndTaskPanel.Groups.Add(0, "Appointments")<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Dim Item As TaskPanelGroupItem<BR>&nbsp;&nbsp;&nbsp; Set Item = Group.Items.Add(0, "", XTPTaskPanelItemType.xtpTaskItemTypeControl)<BR>&nbsp;&nbsp;&nbsp; Set Item.Control = Me.lstAppointments<BR>&nbsp;&nbsp;&nbsp; lstAppointments.BackColor = Item.BackColor</DIV><DIV>&nbsp;&nbsp;&nbsp; Set Group = wndTaskPanel.Groups.Add(0, "Bookmarks")<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Set Item = Group.Items.Add(0, "", XTPTaskPanelItemType.xtpTaskItemTypeControl)<BR>&nbsp;&nbsp;&nbsp; Set Item.Control = Me.lstBookmarks<BR>&nbsp;&nbsp;&nbsp; lstBookmarks.BackColor = Item.BackColor<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; wndTaskPanel.Reposition<BR>&nbsp;&nbsp;&nbsp; <BR>End Sub<BR></DIV>]]>
   </description>
   <pubDate>Wed, 01 Aug 2007 21:29:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7707&amp;PID=24786&amp;title=using-the-taskpanel-in-access#24786</guid>
  </item> 
 </channel>
</rss>