<?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 : TabControl and grouped OptionButtons</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : TabControl and grouped OptionButtons]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 17:50:17 +0000</pubDate>
  <lastBuildDate>Fri, 12 Jan 2007 02:46:52 +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=6063</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[TabControl and grouped OptionButtons :  I don&amp;#039;t want to install...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6063&amp;PID=19220&amp;title=tabcontrol-and-grouped-optionbuttons#19220</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2575">Jean</a><br /><strong>Subject:</strong> 6063<br /><strong>Posted:</strong> 12 January 2007 at 2:46am<br /><br /><DIV><DIV>I don't want to install and deploy more controls as needed. And&nbsp;a question is, if SkinFramework can adapt a new styles (e.g. WinVista) on the Innovasys FramePlus control. I would prefer a solution with CodeJock controls.</DIV><DIV>&nbsp;</DIV></DIV><DIV><img src="https://forum.codejock.com/uploads/20070110_082735_FolderOpti&#111;ns.jpg" border="0"></DIV><DIV>Is this not possible with the CodeJock TabControl and SkinFramework?</DIV><DIV>If it's not possible now,&nbsp;will this&nbsp;it&nbsp;be possible&nbsp;in further releases?</DIV>]]>
   </description>
   <pubDate>Fri, 12 Jan 2007 02:46:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6063&amp;PID=19220&amp;title=tabcontrol-and-grouped-optionbuttons#19220</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl and grouped OptionButtons : Try using Innovasys FramePlus...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6063&amp;PID=19135&amp;title=tabcontrol-and-grouped-optionbuttons#19135</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=986">tknijff</a><br /><strong>Subject:</strong> 6063<br /><strong>Posted:</strong> 10 January 2007 at 11:54am<br /><br />Try using Innovasys FramePlus ActiveX Control 1.0<DIV>&nbsp;</DIV><DIV><a href="http://www.innovasys.co.uk/products/freeware.asp" target="_blank">http://www.innovasys.co.uk/products/freeware.asp</A></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 10 Jan 2007 11:54:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6063&amp;PID=19135&amp;title=tabcontrol-and-grouped-optionbuttons#19135</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl and grouped OptionButtons : Remark: The frames of my samples...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6063&amp;PID=19130&amp;title=tabcontrol-and-grouped-optionbuttons#19130</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2575">Jean</a><br /><strong>Subject:</strong> 6063<br /><strong>Posted:</strong> 10 January 2007 at 10:24am<br /><br /><P>Remark: The frames of my samples are not invisible, I just set the BorderStyle property to 0=none.</P><P>Even if I use a PictureBox, it doesn't look good. Look at the new screenshot.<BR><img src="https://forum.codejock.com/uploads/20070110_101351_MultipleOpti&#111;nG.jpg" border="0"></P><P><FONT face="Courier New, Courier, mono">SourceCode:<BR>Private Sub Form_Load()<BR>&nbsp;&nbsp; TabControl1.Color = xtpTabColorWinXP</FONT></P><P><FONT face="Courier New, Courier, mono">&nbsp;&nbsp; SkinFramework1.ApplyWindow Me.hWnd<BR>&nbsp;&nbsp; SkinFramework1.ApplyOptions = SkinFramework1.ApplyOptions Or xtpSkinApplyMetrics<BR>&nbsp;&nbsp; SkinFramework1.LoadSkin App.Path &amp; "\WinXP.Luna.cjstyles", "Normalblue.ini"<BR>End Sub</FONT></P><P>Visible Frames are very important to group the controls on a TabControlPage. Look at the Windows 2000 folder options screenshot above.<BR>And it doesen't makes a difference if the frame is visual or not. The OptionButtons on the Frame on the TabControlPage on the TabControl are not drawn correct!</P><P>In the sample SkinMDISample on frmProperties I looks like it works. But there's a cheat: The OptionButtons are drawn on the TabControlPage itself and not on the frame. With this method you can not have multiple independent OptionButton groups on one TabControlPage.&nbsp; <img src="https://forum.codejock.com/smileys/smiley19.gif" border="0"></P><DIV></DIV><DIV></DIV>Is there a solution?]]>
   </description>
   <pubDate>Wed, 10 Jan 2007 10:24:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6063&amp;PID=19130&amp;title=tabcontrol-and-grouped-optionbuttons#19130</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl and grouped OptionButtons : Hello,  I think that is better...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6063&amp;PID=19114&amp;title=tabcontrol-and-grouped-optionbuttons#19114</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 6063<br /><strong>Posted:</strong> 10 January 2007 at 9:26am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>I think that is better to group options buttons in a picture box instead of a non visible frame (because a frame has not a hwnd property).</DIV><DIV>&nbsp;</DIV><DIV>For me it solve the problem.</DIV><DIV>&nbsp;</DIV><DIV>Hope it will help.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 10 Jan 2007 09:26:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6063&amp;PID=19114&amp;title=tabcontrol-and-grouped-optionbuttons#19114</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl and grouped OptionButtons : Ilike to put several OptionButton...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6063&amp;PID=19111&amp;title=tabcontrol-and-grouped-optionbuttons#19111</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2575">Jean</a><br /><strong>Subject:</strong> 6063<br /><strong>Posted:</strong> 10 January 2007 at 8:31am<br /><br /><P>I&nbsp;like to put several OptionButton groups on a TabControl/TabControlPage.<BR>To build groups of OptionButtons, I have to place them on frames.</P><P>If I don't group my OptionButtons, then it looks fine, but it doesn't work correct.<BR>If I group my OptionButtons by placing them on non-visible Frames, there's a color problem.<BR>Left side: without frames. Right side with frames.<BR><img src="https://forum.codejock.com/uploads/20070110_082326_MultipleOpti&#111;nG.jpg" border="0"></P><DIV>Other example from Windows 2k how I like to use TabControl with grouped OptionButtons:</DIV><DIV><img src="https://forum.codejock.com/uploads/20070110_082735_FolderOpti&#111;ns.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>-VB6 SP6 on Win2k SP4</DIV><DIV><DIV>-TabControl 10.4 with TabControlPages<BR>-WinXP.Luna.cjstyles file from CodeJock samples</DIV></DIV><P>What am I doing wrong? How does this work?</P><DIV></DIV>]]>
   </description>
   <pubDate>Wed, 10 Jan 2007 08:31:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6063&amp;PID=19111&amp;title=tabcontrol-and-grouped-optionbuttons#19111</guid>
  </item> 
 </channel>
</rss>