<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://geeks.netindonesia.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>C# Programming</title><link>http://geeks.netindonesia.net/forums/530.aspx</link><description>Discussion for C# Programming, OOP, Design Pattern and Refactoring</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Re: penjumlahan list box</title><link>http://geeks.netindonesia.net/forums/thread/191439.aspx</link><pubDate>Sat, 27 Nov 2010 07:02:39 GMT</pubDate><guid isPermaLink="false">5cc3a90d-ac9a-472a-8983-30514957434c:191439</guid><dc:creator>richard.tan</dc:creator><slash:comments>0</slash:comments><comments>http://geeks.netindonesia.net/forums/thread/191439.aspx</comments><wfw:commentRss>http://geeks.netindonesia.net/forums/commentrss.aspx?SectionID=530&amp;PostID=191439</wfw:commentRss><description>kalo caranya bapak adi itu udah lumaiian mid level
kalo cara basic nya buat nubie

 Dim sum As Integer = 0
        For i As Integer = 0 To LB.Items.Count - 1
            sum = sum + LB.Items(i)
        Next
        TextBox2.Text = sum

*lb= listbox1

Richard, MCP,MCTS</description></item><item><title>Re: penjumlahan list box</title><link>http://geeks.netindonesia.net/forums/thread/191032.aspx</link><pubDate>Fri, 08 Oct 2010 02:14:33 GMT</pubDate><guid isPermaLink="false">5cc3a90d-ac9a-472a-8983-30514957434c:191032</guid><dc:creator>adi.trim</dc:creator><slash:comments>0</slash:comments><comments>http://geeks.netindonesia.net/forums/thread/191032.aspx</comments><wfw:commentRss>http://geeks.netindonesia.net/forums/commentrss.aspx?SectionID=530&amp;PostID=191032</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;gunakan code converter aja untuk mengconvert code tersebut ke dalam c++ &lt;/p&gt;</description></item><item><title>Re: penjumlahan list box</title><link>http://geeks.netindonesia.net/forums/thread/191027.aspx</link><pubDate>Thu, 07 Oct 2010 13:00:24 GMT</pubDate><guid isPermaLink="false">5cc3a90d-ac9a-472a-8983-30514957434c:191027</guid><dc:creator>adhtie</dc:creator><slash:comments>0</slash:comments><comments>http://geeks.netindonesia.net/forums/thread/191027.aspx</comments><wfw:commentRss>http://geeks.netindonesia.net/forums/commentrss.aspx?SectionID=530&amp;PostID=191027</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;kalo coding d C++ gmana?&lt;/p&gt;&lt;p&gt;&amp;nbsp;makasih sebelumnya... &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: penjumlahan list box</title><link>http://geeks.netindonesia.net/forums/thread/184027.aspx</link><pubDate>Sat, 17 Oct 2009 08:22:57 GMT</pubDate><guid isPermaLink="false">5cc3a90d-ac9a-472a-8983-30514957434c:184027</guid><dc:creator>adi.trim</dc:creator><slash:comments>0</slash:comments><comments>http://geeks.netindonesia.net/forums/thread/184027.aspx</comments><wfw:commentRss>http://geeks.netindonesia.net/forums/commentrss.aspx?SectionID=530&amp;PostID=184027</wfw:commentRss><description>C# Version :

int jlh = 0;

foreach(int nil in listbox1.items)
{
        jlh += nil;
}

//tampilkan jlh sebagai output

VB Version:

dim jlh as integer = 0

for each x as integer in listbox1.items
          jlh += x
next

////tampilkan jlh sebagai output


Rgds
Adi</description></item><item><title>penjumlahan list box</title><link>http://geeks.netindonesia.net/forums/thread/184024.aspx</link><pubDate>Sat, 17 Oct 2009 07:20:59 GMT</pubDate><guid isPermaLink="false">5cc3a90d-ac9a-472a-8983-30514957434c:184024</guid><dc:creator>mamadou</dc:creator><slash:comments>0</slash:comments><comments>http://geeks.netindonesia.net/forums/thread/184024.aspx</comments><wfw:commentRss>http://geeks.netindonesia.net/forums/commentrss.aspx?SectionID=530&amp;PostID=184024</wfw:commentRss><description>&lt;p&gt;saya punya listbox yang isi adalah angka dan saya punya 2 textbox yang satu buat masukan angka ke listbox yang satunya buat menjumlah semua angka yang ada di listbox, saya ingin tanyakan bagaimana cara menjumlahkan semua isi listbox tersebut mohon petunjuknya ???? &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>