<?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 : Item.Format</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Item.Format]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 24 May 2026 11:50:52 +0000</pubDate>
  <lastBuildDate>Wed, 25 Jan 2012 16:07:15 +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=6597</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[Item.Format : 4 Years ago, and the Problem with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6597&amp;PID=67496&amp;title=item-format#67496</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7258">Marlon</a><br /><strong>Subject:</strong> 6597<br /><strong>Posted:</strong> 25 January 2012 at 4:07pm<br /><br />4 Years ago, and the Problem with .UseSystemDecimalSymbol = True is not fixed. How can I use "," as decimalsymbol? <DIV>&nbsp;</DIV><DIV>Same Problem in C++</DIV><DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><a href="http://forum.codejock.com/forum_posts.asp?TID=11487&amp;title=bug-in-cxtppropertygriditemdouble" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=11487&amp;title=bug-in-cxtppropertygriditemdouble</DIV></A>]]>
   </description>
   <pubDate>Wed, 25 Jan 2012 16:07:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6597&amp;PID=67496&amp;title=item-format#67496</guid>
  </item> 
  <item>
   <title><![CDATA[Item.Format : Thx Oleg,it works now. However...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6597&amp;PID=21055&amp;title=item-format#21055</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2720">Albert1</a><br /><strong>Subject:</strong> 6597<br /><strong>Posted:</strong> 09 March 2007 at 4:20am<br /><br />Thx Oleg,<br><br>it works now. However I'm developing a software for european people and I need .UseSystemDecimalSymbol = True (I forgot to make it clear). So it do not work again ...<br><br><br><br><br>]]>
   </description>
   <pubDate>Fri, 09 Mar 2007 04:20:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6597&amp;PID=21055&amp;title=item-format#21055</guid>
  </item> 
  <item>
   <title><![CDATA[Item.Format : Hello, Set .Value after you change...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6597&amp;PID=21047&amp;title=item-format#21047</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6597<br /><strong>Posted:</strong> 09 March 2007 at 2:55am<br /><br /><P>Hello,</P><DIV>Set .Value&nbsp; after you change format:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; ItemNumber.UseSystemDecimalSymbol = False<BR>&nbsp;&nbsp; ItemNumber.Format = "%0.2f"<BR>&nbsp;&nbsp; ItemNumber.Value = 27.344<BR></DIV>]]>
   </description>
   <pubDate>Fri, 09 Mar 2007 02:55:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6597&amp;PID=21047&amp;title=item-format#21047</guid>
  </item> 
  <item>
   <title><![CDATA[Item.Format : PropertyGrid version 10.4.2 -...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6597&amp;PID=21018&amp;title=item-format#21018</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2720">Albert1</a><br /><strong>Subject:</strong> 6597<br /><strong>Posted:</strong> 08 March 2007 at 10:38am<br /><br />PropertyGrid version 10.4.2 - VB6<br><br>I'm not able to see the "format" property working (I guess it does nothing).<br>Take a look at this simple code:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub Form_Load()<br>Dim Category As PropertyGridItem<br>Dim ItemNumber As PropertyGridItemDouble<br><br>&nbsp;&nbsp;&nbsp; Set Category = PropertyGrid1.AddCategory("Category")<br>&nbsp;&nbsp;&nbsp; Category.Expanded = True<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set ItemNumber = Category.AddChildItem(PropertyItemDouble, "Item", 27.344)<br>&nbsp;&nbsp;&nbsp; ItemNumber.Format = "%0.2f"<br>End Sub<br></pre></td></tr></table><br><br>I never get the correct numbering format. Codejock'example (PropertyGrid.vbp) has the same (wrong) behavior. What is wrong?<br><br>Thank you<br><br>Alberto<br><br>]]>
   </description>
   <pubDate>Thu, 08 Mar 2007 10:38:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6597&amp;PID=21018&amp;title=item-format#21018</guid>
  </item> 
 </channel>
</rss>