<?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 : Checkbox in popup</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Checkbox in popup]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 05:53:50 +0000</pubDate>
  <lastBuildDate>Wed, 14 Apr 2010 11:23:55 +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=16550</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[Checkbox in popup : For example:   Dim xControlList...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16550&amp;PID=58075&amp;title=checkbox-in-popup#58075</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 16550<br /><strong>Posted:</strong> 14 April 2010 at 11:23am<br /><br /><P>For example:</P><DIV>&nbsp; &nbsp; Dim xControlList As CommandBarControlCustom<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; With cmdFunctions.Add("FilterPopup", xtpBarPopup)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Title = "Filter"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set xControlList = .Controls.Add(xtpControlCustom, 5010, "List")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xControlList.Handle = <strong><EM>picFilter.hWnd<BR></EM></strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; picFilter.Visible = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ShowPopup TPM_RETURNCMD</DIV><DIV>&nbsp;&nbsp;&nbsp; End With<BR></DIV><DIV>With my picFilter i can use all controls i want. Additionally you need a button, to decide if a user click OK or outside the popup, in th Button_Click-Event you can do what you want:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub cmdFilterOK_Click()<BR>&nbsp;&nbsp;&nbsp; cmdFunctions.ClosePopups<BR>&nbsp;&nbsp;&nbsp; picFilter.Visible = False<BR>end sub</DIV>]]>
   </description>
   <pubDate>Wed, 14 Apr 2010 11:23:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16550&amp;PID=58075&amp;title=checkbox-in-popup#58075</guid>
  </item> 
  <item>
   <title><![CDATA[Checkbox in popup : Thank you Baldur for your response.Is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16550&amp;PID=57960&amp;title=checkbox-in-popup#57960</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3522">b4gn0</a><br /><strong>Subject:</strong> 16550<br /><strong>Posted:</strong> 07 April 2010 at 12:51pm<br /><br />Thank you Baldur for your response.<br><br>Is there any example on how to do this?<br>]]>
   </description>
   <pubDate>Wed, 07 Apr 2010 12:51:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16550&amp;PID=57960&amp;title=checkbox-in-popup#57960</guid>
  </item> 
  <item>
   <title><![CDATA[Checkbox in popup : I design my Popup-Dialogs all...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16550&amp;PID=57959&amp;title=checkbox-in-popup#57959</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 16550<br /><strong>Posted:</strong> 07 April 2010 at 12:50pm<br /><br />I design my Popup-Dialogs all in a picturbox and assign the picturebox-hwnd to the popupcontrol.<DIV>Than i can use all controls and handle there events.</DIV>]]>
   </description>
   <pubDate>Wed, 07 Apr 2010 12:50:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16550&amp;PID=57959&amp;title=checkbox-in-popup#57959</guid>
  </item> 
  <item>
   <title><![CDATA[Checkbox in popup : Hello,is it possible to add a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16550&amp;PID=57896&amp;title=checkbox-in-popup#57896</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3522">b4gn0</a><br /><strong>Subject:</strong> 16550<br /><strong>Posted:</strong> 01 April 2010 at 11:03am<br /><br />Hello,<br><br>is it possible to add a checkbox (and of course handle it's state as it changes) inside a PopupControl?<br><br>I know this can be done with XAML but I was unable to listen for state changes / read the value of the checkbox.<br>]]>
   </description>
   <pubDate>Thu, 01 Apr 2010 11:03:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16550&amp;PID=57896&amp;title=checkbox-in-popup#57896</guid>
  </item> 
 </channel>
</rss>