<?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 : Checklistbox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Checklistbox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 13:12:23 +0000</pubDate>
  <lastBuildDate>Thu, 16 Sep 2010 10:53:49 +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=17245</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[Checklistbox : I use VB.NET2010.  Thanks Aaron,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17245&amp;PID=60239&amp;title=checklistbox#60239</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6362">microdot</a><br /><strong>Subject:</strong> 17245<br /><strong>Posted:</strong> 16 September 2010 at 10:53am<br /><br /><P>I use VB.NET2010. </P><DIV>Thanks Aaron, this is all I need. </DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 16 Sep 2010 10:53:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17245&amp;PID=60239&amp;title=checklistbox#60239</guid>
  </item> 
  <item>
   <title><![CDATA[Checklistbox : Hi,  Don&amp;#039;t know what language...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17245&amp;PID=60234&amp;title=checklistbox#60234</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 17245<br /><strong>Posted:</strong> 16 September 2010 at 9:51am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Don't know what language you use (seems no VB6.0) but I added what I know <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV><FONT face="Courier New" color=#000066 size=2>&nbsp;&nbsp;&nbsp;&nbsp;for I=0 to N-1</FONT><DIV><FONT face="Courier New" color=#000066 size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sLayerName = DT.Rows(I)("sLayerName").ToString</FONT></DIV><DIV><FONT face="Courier New, Courier, mono" color=#000066 size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sLayerVisible = DT.Rows(I)("sLayerVisible").ToString</FONT></DIV><DIV><FONT face="Courier New, Courier, mono" color=#000066 size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AxListBox1.AddItem(sLayerName)</FONT><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <EM><strong>AxListBox1.Checked(INDEX_OF_LISTITEM) = <FONT color=#0000ff>True <FONT color=#000000>or</FONT> False </FONT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (in VB6.0)</strong></EM></DIV><DIV><EM><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ax<FONT size=2>ListBox1.set_Checked(<FONT color=#000000>INDEX_OF_LISTITEM</FONT>, </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>True <FONT color=#000000>or</FONT> False</FONT></FONT><FONT size=2>)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (in VB.Net/C)</FONT></strong></EM></DIV><DIV><strong><EM><FONT size=2></FONT></EM></strong>&nbsp;</DIV><DIV><strong><EM><FONT size=2></FONT></EM></strong>&nbsp;</DIV><DIV><FONT size=2>&nbsp;</DIV></FONT></DIV>]]>
   </description>
   <pubDate>Thu, 16 Sep 2010 09:51:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17245&amp;PID=60234&amp;title=checklistbox#60234</guid>
  </item> 
  <item>
   <title><![CDATA[Checklistbox :    Thanks for the replyJBPRO...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17245&amp;PID=60195&amp;title=checklistbox#60195</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6362">microdot</a><br /><strong>Subject:</strong> 17245<br /><strong>Posted:</strong> 14 September 2010 at 3:36pm<br /><br />Thanks for the reply&nbsp;JBPRO but I have done this&nbsp;. <DIV>&nbsp;</DIV><DIV>What I need is to fill the checklistbox dinamically and basically know how to check or uncheck the value of box at the same time that I&nbsp;read the records of a table of my database. </DIV><DIV>&nbsp;</DIV><DIV>At this moment I am doing this:</DIV><DIV>&nbsp;</DIV><DIV><FONT face="Courier New, Courier, mono" color=#000066 size=2>dim sLayerName as string, sLayerVisible as boolean</FONT></DIV><DIV><FONT face="Courier New, Courier, mono" color=#000066 size=2>&nbsp;&nbsp;&nbsp; for I=0 to N-1</FONT></DIV><DIV><FONT face="Courier New, Courier, mono" color=#000066 size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sLayerName = DT.Rows(I)("sLayerName").ToString</FONT></DIV><DIV><FONT face="Courier New, Courier, mono" color=#000066 size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sLayerVisible = DT.Rows(I)("sLayerVisible").ToString</FONT></DIV><DIV><FONT face="Courier New, Courier, mono" color=#000066 size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AxListBox1.AddItem(sLayerName)</FONT><BR><FONT face="Courier New, Courier, mono" color=#000066 size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...</FONT></DIV><DIV>&nbsp;</DIV><DIV>This works good for add all the content of my table but I donīt know how do the rest (check or uncheck the value of box depending of "sLayerVisible").</DIV>]]>
   </description>
   <pubDate>Tue, 14 Sep 2010 15:36:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17245&amp;PID=60195&amp;title=checklistbox#60195</guid>
  </item> 
  <item>
   <title><![CDATA[Checklistbox : Add the CJ ListBox to your form,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17245&amp;PID=60194&amp;title=checklistbox#60194</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 17245<br /><strong>Posted:</strong> 14 September 2010 at 1:59pm<br /><br />Add the CJ ListBox to your form, and change the Style property to xtpListCheckBox.]]>
   </description>
   <pubDate>Tue, 14 Sep 2010 13:59:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17245&amp;PID=60194&amp;title=checklistbox#60194</guid>
  </item> 
  <item>
   <title><![CDATA[Checklistbox : Hi !! I need help for implement...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17245&amp;PID=60190&amp;title=checklistbox#60190</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6362">microdot</a><br /><strong>Subject:</strong> 17245<br /><strong>Posted:</strong> 14 September 2010 at 10:57am<br /><br /><P>Hi !!</P><P>I need help for implement checklistbox control in my app. </P><P>There are a good example in Codejock web but without source code:<BR><a href="http://www.codejock.com/downloads/samples/c&#111;ntrols.asp" target="_blank">http://www.codejock.com/downloads/samples/controls.asp</A></P><P>Can somebody post a little example to how I can do this or their source code? I canīt find nothing about it in the online help of my suite.</P><P>Thanks in advance.</P><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 14 Sep 2010 10:57:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17245&amp;PID=60190&amp;title=checklistbox#60190</guid>
  </item> 
 </channel>
</rss>