<?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 : Control.Checked</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Control.Checked]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 04:51:01 +0000</pubDate>
  <lastBuildDate>Mon, 28 Aug 2006 13:42:30 +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=4903</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[Control.Checked : Hello oleg,  you know what you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4903&amp;PID=15279&amp;title=control-checked#15279</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2251">Detlev Schubert</a><br /><strong>Subject:</strong> 4903<br /><strong>Posted:</strong> 28 August 2006 at 1:42pm<br /><br />Hello oleg,<DIV>&nbsp;</DIV><DIV>you know what you are ? <img src="http://forum.codejock.com/smileys/smiley36.gif" border="0">&nbsp; You are my hero, thx a lot. <img src="https://forum.codejock.com/smileys/smiley1.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Why is there no Description for this Control.&nbsp; I is a very hard work to use this control&nbsp;correctly only&nbsp;with the symbol reference, because this great and fine control is very extensive. In VB you have only a click-event, but here are two, and which is the first event ?</DIV><DIV>&nbsp;</DIV><DIV>kindly regards</DIV><DIV>Detlev</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 28 Aug 2006 13:42:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4903&amp;PID=15279&amp;title=control-checked#15279</guid>
  </item> 
  <item>
   <title><![CDATA[Control.Checked : Hi, Here code:  Dim Checked(1...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4903&amp;PID=15277&amp;title=control-checked#15277</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4903<br /><strong>Posted:</strong> 28 August 2006 at 12:32pm<br /><br /><DIV>Hi,</DIV><DIV>Here code:</DIV><DIV>&nbsp;</DIV><DIV>Dim Checked(1 To 3) As Long</DIV><P>Private Sub CommandBars_Execute(ByVal Control As XtremeCommandBars.ICommandBarControl)<BR>&nbsp;&nbsp;&nbsp; If (Control.Id &gt;= 100 And Control.Id &lt;= 105) Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Checked(2) = Checked(1)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Checked(1) = Control.Id<BR>&nbsp;&nbsp;&nbsp; End If</P><P>&nbsp;&nbsp;&nbsp; If (Control.Id &gt;= 120 And Control.Id &lt;= 122) Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Checked(3) = Control.Id<BR>&nbsp;&nbsp;&nbsp; End If<BR>End Sub</P><P>Private Sub CommandBars_Update(ByVal Control As XtremeCommandBars.ICommandBarControl)<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; If (Control.Id &gt;= 100 And Control.Id &lt;= 105) Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control.Checked = Control.Id = Checked(1) Or Control.Id = Checked(2)<BR>&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; If (Control.Id &gt;= 120 And Control.Id &lt;= 122) Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control.Checked = Control.Id = Checked(3)<BR>&nbsp;&nbsp;&nbsp; End If<BR>End Sub</P><P>Private Sub Form_Load()<BR>&nbsp;&nbsp;&nbsp; Dim Popup As CommandBarPopup<BR>&nbsp;&nbsp;&nbsp; Set Popup = CommandBars.ActiveMenuBar.Controls.Add(xtpControlPopup, 0, "Menu")<BR>&nbsp;&nbsp;&nbsp; With Popup.CommandBar.Controls<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add xtpControlButton, 100, "Item 1"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add xtpControlButton, 101, "Item 2"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add xtpControlButton, 102, "Item 3"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add xtpControlButton, 103, "Item 4"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add xtpControlButton, 104, "Item 5"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add xtpControlButton, 105, "Item 6"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Control = .Add(xtpControlButton, 120, "Item 1")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control.BeginGroup = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add xtpControlButton, 121, "Item 2"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add xtpControlButton, 122, "Item 3"<BR>&nbsp;&nbsp;&nbsp; End With<BR>End Sub<BR></P>]]>
   </description>
   <pubDate>Mon, 28 Aug 2006 12:32:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4903&amp;PID=15277&amp;title=control-checked#15277</guid>
  </item> 
  <item>
   <title><![CDATA[Control.Checked : Hello,  nice anwer , but perhaps...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4903&amp;PID=15275&amp;title=control-checked#15275</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2251">Detlev Schubert</a><br /><strong>Subject:</strong> 4903<br /><strong>Posted:</strong> 28 August 2006 at 12:18pm<br /><br /><DIV>Hello,</DIV><DIV>&nbsp;</DIV><DIV>nice anwer <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0">, but perhaps you have a sample how I can do that ?</DIV><DIV>&nbsp;</DIV><DIV>thx Detlev</DIV>]]>
   </description>
   <pubDate>Mon, 28 Aug 2006 12:18:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4903&amp;PID=15275&amp;title=control-checked#15275</guid>
  </item> 
  <item>
   <title><![CDATA[Control.Checked : Hello,  Execure and Update event...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4903&amp;PID=15274&amp;title=control-checked#15274</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4903<br /><strong>Posted:</strong> 28 August 2006 at 12:11pm<br /><br /><DIV>Hello,</DIV><DIV>&nbsp;</DIV><DIV>Execure and Update event + variable what control was checked.</DIV>]]>
   </description>
   <pubDate>Mon, 28 Aug 2006 12:11:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4903&amp;PID=15274&amp;title=control-checked#15274</guid>
  </item> 
  <item>
   <title><![CDATA[Control.Checked : Hello,  I have a menupoint with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4903&amp;PID=15271&amp;title=control-checked#15271</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2251">Detlev Schubert</a><br /><strong>Subject:</strong> 4903<br /><strong>Posted:</strong> 28 August 2006 at 11:40am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>I have a menupoint with two sections, how can I do that, that I can check in the fist part max 2 Items, and in the second part only one Item. Sample:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; Item 1</DIV><DIV><DIV>&nbsp;&nbsp; Item 2</DIV><DIV><DIV>&nbsp;&nbsp; Item 3</DIV><DIV><DIV>&nbsp;&nbsp; Item 4</DIV><DIV><DIV>&nbsp;&nbsp; Item 5</DIV><DIV><DIV>&nbsp;&nbsp; Item 6</DIV><DIV>&nbsp;&nbsp;&nbsp;---------</DIV><DIV><DIV>&nbsp;&nbsp; Item 1</DIV><DIV><DIV>&nbsp;&nbsp; Item 2</DIV><DIV>&nbsp;&nbsp; Item 3</DIV></DIV><DIV>&nbsp;</DIV><DIV>thx Detlev<DIV>&nbsp;&nbsp; </DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV>]]>
   </description>
   <pubDate>Mon, 28 Aug 2006 11:40:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4903&amp;PID=15271&amp;title=control-checked#15271</guid>
  </item> 
 </channel>
</rss>