<?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 : 13.2 Beta Available Now</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Visual C++ MFC : 13.2 Beta Available Now]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 08:27:41 +0000</pubDate>
  <lastBuildDate>Wed, 27 Jan 2010 12:03:27 +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=15122</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[13.2 Beta Available Now : Hi,Any news about the release...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=56398&amp;title=13-2-beta-available-now#56398</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4820">skiman</a><br /><strong>Subject:</strong> 15122<br /><strong>Posted:</strong> 27 January 2010 at 12:03pm<br /><br />Hi,<br><br>Any news about the release date?<br><br>Best regards,<br>Chris Andries<br>]]>
   </description>
   <pubDate>Wed, 27 Jan 2010 12:03:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=56398&amp;title=13-2-beta-available-now#56398</guid>
  </item> 
  <item>
   <title><![CDATA[13.2 Beta Available Now : That good to hear, other question...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=56169&amp;title=13-2-beta-available-now#56169</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2364">gaudetm</a><br /><strong>Subject:</strong> 15122<br /><strong>Posted:</strong> 15 January 2010 at 12:07pm<br /><br />That good to hear, other question when the final release going to be out because i want to plan to distribute my application with this new version of the controls but i can't until the release since that is a major bug for the interface of the application.<DIV>&nbsp;</DIV><DIV>Thanks and your do a good job continue like this</DIV><DIV>&nbsp;</DIV><DIV>Marc</DIV>]]>
   </description>
   <pubDate>Fri, 15 Jan 2010 12:07:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=56169&amp;title=13-2-beta-available-now#56169</guid>
  </item> 
  <item>
   <title><![CDATA[13.2 Beta Available Now : hi, yes, we found this bug in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=56165&amp;title=13-2-beta-available-now#56165</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 15122<br /><strong>Posted:</strong> 15 January 2010 at 10:33am<br /><br />hi, yes, we found this bug in our own testing and it is fixed for the final release :)<br>Thanks<br>]]>
   </description>
   <pubDate>Fri, 15 Jan 2010 10:33:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=56165&amp;title=13-2-beta-available-now#56165</guid>
  </item> 
  <item>
   <title><![CDATA[13.2 Beta Available Now : For my part i notice that code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=56153&amp;title=13-2-beta-available-now#56153</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2364">gaudetm</a><br /><strong>Subject:</strong> 15122<br /><strong>Posted:</strong> 14 January 2010 at 7:47pm<br /><br />For my part i notice that code that worked fine to display icons in the columns dont work anymore (not display icons in columns)<DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With AxReportControl1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Icons = AxImageManager1.Icons<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.NoGroupByText = "Faites glisser ici l'en-tête d'une colonne pour regrouper par cette colonne."<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.NoItemsText = "Aucun élément à afficher dans cet affichage"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.ColumnStyle = XtremeReportControl.XTPReportColumnStyle.xtpColumnOffice2007<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Columns.DeleteAll()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Columns.Add(0, "", 0, False) 'Id<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Columns.Add(1, "Icône", 18, False) 'Icon<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Columns(1).Icon = 1</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .....</DIV><DIV>&nbsp;</DIV><DIV>Here sample that worked fine before display icone 1 from aximagemanager1 in the column icon but not anymore please fix it</DIV><DIV>&nbsp;</DIV><DIV>Thanks </DIV>]]>
   </description>
   <pubDate>Thu, 14 Jan 2010 19:47:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=56153&amp;title=13-2-beta-available-now#56153</guid>
  </item> 
  <item>
   <title><![CDATA[13.2 Beta Available Now :   Lodep59 wrote:    Hi Oleg,  Some...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=54653&amp;title=13-2-beta-available-now#54653</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 15122<br /><strong>Posted:</strong> 09 November 2009 at 7:22am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Lodep59" alt="Originally posted by Lodep59" style="vertical-align: text-bottom;" /> <strong>Lodep59 wrote:</strong><br /><br /><DIV></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Hi Oleg,</DIV><DIV>&nbsp;</DIV><DIV>Some news about this ?</DIV><DIV>Thank you !</DIV><DIV>&nbsp;</DIV><DIV>Laurent</DIV></td></tr></table> <DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>Hi, Please open new ticket in issuetrack we will find best way together to fix it.</DIV>]]>
   </description>
   <pubDate>Mon, 09 Nov 2009 07:22:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=54653&amp;title=13-2-beta-available-now#54653</guid>
  </item> 
  <item>
   <title><![CDATA[13.2 Beta Available Now :   Lodep59 wrote: Hi Oleg !  Glad...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=54650&amp;title=13-2-beta-available-now#54650</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4049">Lodep59</a><br /><strong>Subject:</strong> 15122<br /><strong>Posted:</strong> 09 November 2009 at 4:28am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Lodep59" alt="Originally posted by Lodep59" style="vertical-align: text-bottom;" /> <strong>Lodep59 wrote:</strong><br /><br /><DIV>Hi Oleg !</DIV><DIV>&nbsp;</DIV><DIV>Glad to read you !</DIV><DIV>My Icon is&nbsp;in a&nbsp;file distributed with the software.</DIV><DIV>It contains both 256 colors (8bits) and RVB/A (32 bits) formats (sizes = 16,32,48,128,256).</DIV><DIV>I set the icon via a function like this (using api) :</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Dim hIcon As Long<BR>&nbsp;&nbsp;&nbsp; hIcon = LoadImage(0&amp;, IconPath, IMAGE_ICON, 16, 16, LR_LOADFROMFILE)</DIV><DIV>&nbsp;&nbsp;&nbsp; If hIcon &lt;&gt; 0 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Call SendMessage(hWnd, WM_SETICON, 0, ByVal hIcon)<BR>&nbsp;&nbsp;&nbsp; End If</DIV><DIV>&nbsp;</DIV><DIV>Why does it works in 13.2.0 and not in 13.2.1 ?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV></td></tr></table> <DIV></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Hi Oleg,</DIV><DIV>&nbsp;</DIV><DIV>Some news about this ?</DIV><DIV>Thank you !</DIV><DIV>&nbsp;</DIV><DIV>Laurent</DIV>]]>
   </description>
   <pubDate>Mon, 09 Nov 2009 04:28:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=54650&amp;title=13-2-beta-available-now#54650</guid>
  </item> 
  <item>
   <title><![CDATA[13.2 Beta Available Now : Thanks !, but there should be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=54504&amp;title=13-2-beta-available-now#54504</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3171">evoX</a><br /><strong>Subject:</strong> 15122<br /><strong>Posted:</strong> 02 November 2009 at 6:30pm<br /><br />Thanks !, but there should be a link on codejock main website to this page]]>
   </description>
   <pubDate>Mon, 02 Nov 2009 18:30:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=54504&amp;title=13-2-beta-available-now#54504</guid>
  </item> 
  <item>
   <title><![CDATA[13.2 Beta Available Now : evoX, http://www.google.se/sea...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=54497&amp;title=13-2-beta-available-now#54497</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 15122<br /><strong>Posted:</strong> 02 November 2009 at 1:47pm<br /><br />evoX, <a href="http://www.google.se/search?hl=sv&amp;source=hp&amp;q=codejock+release+notes&amp;meta=&amp;aq=0&amp;oq=codejock+rel" target="_blank">http://www.google.se/search?hl=sv&amp;source=hp&amp;q=codejock+release+notes&amp;meta=&amp;aq=0&amp;oq=codejock+rel</A>]]>
   </description>
   <pubDate>Mon, 02 Nov 2009 13:47:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=54497&amp;title=13-2-beta-available-now#54497</guid>
  </item> 
  <item>
   <title><![CDATA[13.2 Beta Available Now : Where is the whatsnew log for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=54495&amp;title=13-2-beta-available-now#54495</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3171">evoX</a><br /><strong>Subject:</strong> 15122<br /><strong>Posted:</strong> 02 November 2009 at 1:34pm<br /><br />Where is the whatsnew log for this release? I can't find it anywhere on codejock.com]]>
   </description>
   <pubDate>Mon, 02 Nov 2009 13:34:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=54495&amp;title=13-2-beta-available-now#54495</guid>
  </item> 
  <item>
   <title><![CDATA[13.2 Beta Available Now : Hi Oleg !  Glad to read you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=54483&amp;title=13-2-beta-available-now#54483</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4049">Lodep59</a><br /><strong>Subject:</strong> 15122<br /><strong>Posted:</strong> 02 November 2009 at 9:58am<br /><br /><DIV>Hi Oleg !</DIV><DIV>&nbsp;</DIV><DIV>Glad to read you !</DIV><DIV>My Icon is&nbsp;in a&nbsp;file distributed with the software.</DIV><DIV>It contains both 256 colors (8bits) and RVB/A (32 bits) formats (sizes = 16,32,48,128,256).</DIV><DIV>I set the icon via a function like this (using api) :</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Dim hIcon As Long<BR>&nbsp;&nbsp;&nbsp; hIcon = LoadImage(0&amp;, IconPath, IMAGE_ICON, 16, 16, LR_LOADFROMFILE)</DIV><DIV>&nbsp;&nbsp;&nbsp; If hIcon &lt;&gt; 0 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Call SendMessage(hWnd, WM_SETICON, 0, ByVal hIcon)<BR>&nbsp;&nbsp;&nbsp; End If</DIV><DIV>&nbsp;</DIV><DIV>Why does it works in 13.2.0 and not in 13.2.1 ?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 02 Nov 2009 09:58:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15122&amp;PID=54483&amp;title=13-2-beta-available-now#54483</guid>
  </item> 
 </channel>
</rss>