<?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 : CJ commondialog color</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : CJ commondialog color]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 00:21:02 +0000</pubDate>
  <lastBuildDate>Wed, 13 Jun 2012 19:38:41 +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=19858</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[CJ commondialog color : Code for the cmdcolor button1....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19858&amp;PID=68434&amp;title=cj-commondialog-color#68434</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6659">Developerx</a><br /><strong>Subject:</strong> 19858<br /><strong>Posted:</strong> 13 June 2012 at 7:38pm<br /><br /><p>Code for the cmdcolor button</p><p>1. note here we use same code as in the code i posted before, also the dialogstyle 0 and flags</p><p>are important, flags 2+1 are fullopen and selecting default color to avoid the black default</p><p>' HOW TO USE CJ commondialog for COLOR</p><p>Private Sub cmdcolor_Click()<br>Dim whataction As Long<br>CommonDialog1.ParentHwnd = Me.hWnd<br>CommonDialog1.Color = &amp;HC0C0C0<br>CommonDialog1.DialogStyle = 0<br>CommonDialog1.Flags = 2 + 1<br></p>whataction = CommonDialog1.ShowColor<br>    If whataction = 2 Then<br>    Me.Caption = "Cancel..."<br>Else<br>    Me.Caption = "Ready"<br>    Frame5.BackColor = CommonDialog1.Color<br>    End If<br><p>End Sub</p><p><img src="uploads/6659/cj_juhax_color.jpg" height="650" width="505" border="0" /><br></p>]]>
   </description>
   <pubDate>Wed, 13 Jun 2012 19:38:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19858&amp;PID=68434&amp;title=cj-commondialog-color#68434</guid>
  </item> 
 </channel>
</rss>