<?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 : TabControlItem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : TabControlItem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 06:54:36 +0000</pubDate>
  <lastBuildDate>Wed, 28 Jan 2009 14:50:54 +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=13270</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[TabControlItem : The problem actually manifests...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13270&amp;PID=44990&amp;title=tabcontrolitem#44990</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4794">rdmeyers</a><br /><strong>Subject:</strong> 13270<br /><strong>Posted:</strong> 28 January 2009 at 2:50pm<br /><br />The problem actually manifests itself when the TabControl is wrapped inside of a UserControl.&nbsp; I was hoping to wrap the control to add some missing functionality to make working with it easier.&nbsp; It would be nice to be able to access the TabControlItem by a keyname instead of the Index.]]>
   </description>
   <pubDate>Wed, 28 Jan 2009 14:50:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13270&amp;PID=44990&amp;title=tabcontrolitem#44990</guid>
  </item> 
  <item>
   <title><![CDATA[TabControlItem : Jsut tried with new project -...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13270&amp;PID=44964&amp;title=tabcontrolitem#44964</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13270<br /><strong>Posted:</strong> 28 January 2009 at 1:45am<br /><br />Jsut tried with new project - works without problems:<DIV>&nbsp;</DIV><DIV>Private Sub Form_Load()<BR>Dim Item As TabControlItem<BR>Set Item = TabControl1.InsertItem(0, "Item", 0, 0)<BR>Debug.Print Item.Caption</DIV><DIV>End Sub<BR></DIV>]]>
   </description>
   <pubDate>Wed, 28 Jan 2009 01:45:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13270&amp;PID=44964&amp;title=tabcontrolitem#44964</guid>
  </item> 
  <item>
   <title><![CDATA[TabControlItem : Neither TabControl.InsertItem(...)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13270&amp;PID=44947&amp;title=tabcontrolitem#44947</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4794">rdmeyers</a><br /><strong>Subject:</strong> 13270<br /><strong>Posted:</strong> 27 January 2009 at 3:46pm<br /><br />Neither TabControl.InsertItem(...) nor TabControl.Item(...) returns a TabControlItem.&nbsp; All I get is "Nothing" even though the tab is added to the control.&nbsp; I am adding the tabs at runtime, so is this a problem?]]>
   </description>
   <pubDate>Tue, 27 Jan 2009 15:46:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13270&amp;PID=44947&amp;title=tabcontrolitem#44947</guid>
  </item> 
  <item>
   <title><![CDATA[TabControlItem : Hi,  Use Item property or indexer...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13270&amp;PID=44943&amp;title=tabcontrolitem#44943</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13270<br /><strong>Posted:</strong> 27 January 2009 at 1:40pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Use Item property or indexer TabControl(1).</DIV>]]>
   </description>
   <pubDate>Tue, 27 Jan 2009 13:40:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13270&amp;PID=44943&amp;title=tabcontrolitem#44943</guid>
  </item> 
  <item>
   <title><![CDATA[TabControlItem : How does one gain access to a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13270&amp;PID=44937&amp;title=tabcontrolitem#44937</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4794">rdmeyers</a><br /><strong>Subject:</strong> 13270<br /><strong>Posted:</strong> 27 January 2009 at 1:18pm<br /><br /><P>How does one gain access to a collection of TabControlItems&nbsp; in a TabControl?</P><DIV>Also, TabControl.SelectedItem does not return a TabControlItem so what does it represent???</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 27 Jan 2009 13:18:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13270&amp;PID=44937&amp;title=tabcontrolitem#44937</guid>
  </item> 
 </channel>
</rss>