<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Icerocket blog search: tag:vb.net</title>
<link>http://blogs.icerocket.com/search?q=tag%3Avb.net</link>
<description>Blogs Search from IceRocket.com</description>
<language>en-us</language>
<copyright>Copyright 2009, IceRocket.com</copyright>
<item>
 <title><![CDATA[Listbox ile bilgi taşıma ve silme işlemleri]]></title>
 <description><![CDATA[Public Class Form1 Private Sub ekle() Dim bilgi As String bilgi = txt_bilgi.Text If bilgi = “” Then Exit Sub If rbtnsağ.Checked Then lst_bilgi2.Items.Add(bilgi) ElseIf rbtnsol.Checked Then lst_bilgi1.Items.Add(bilgi) txt_bilgi.Clear() txt_bilgi.Focus() Else MsgBox(”Ltfen Listeyi Seçiniz!!”) End If E <b>...</b> ]]></description>
 <link><![CDATA[http://pcdestek.tk/2009/12/105/]]></link>
 <pubDate>Mon, 7 Dec 2009 14:22:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[8d472cb30b6893f1848a014eaf0e7d32]]></guid>
 <dc:creator>admin</dc:creator>
 <source url="http://pcdestek.tk">PcDestek.tk</source>
</item>
<item>
 <title><![CDATA[CHECKEDLISTBOX Kullanımı]]></title>
 <description><![CDATA[VB de bu kontrol yok. Checkboxların bir arada bulunduğu bir yerdir. Listboxun Check kutulusunu dşnn. Bu kontole Check ekleyeceğimiz zaman Items Özelliğini kullanıyoruz. Items özelliği degilde kod ile nasıl yapılır : CheckedListbox1.Items.Add(“yuksoft”) *Selectedindex: Seçilen liste elemanının sıra n <b>...</b> ]]></description>
 <link><![CDATA[http://pcdestek.tk/2009/12/checkedlistbox-kullanimi/]]></link>
 <pubDate>Mon, 7 Dec 2009 12:17:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[dc866e0d3cea0196150e6faeabb56611]]></guid>
 <dc:creator>admin</dc:creator>
 <source url="http://pcdestek.tk">PcDestek.tk</source>
</item>
<item>
 <title><![CDATA[VB Coding In A .NET World]]></title>
 <description><![CDATA[C# is the standard coding language for developers at ImageSource, but it wasn’t always that way. Before, VB.NET was the predominant language of choice. When converting some of the codebases over from VB.NET, we consistently run into areas where VB.NET specific commands have been used. These commands <b>...</b> ]]></description>
 <link><![CDATA[http://softwaredevelopmentforecm.wordpress.com/2009/12/07/vb-coding-in-a-net-world/]]></link>
 <pubDate>Mon, 7 Dec 2009 10:56:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[c437b063058435521a6a01527691f1d7]]></guid>
 <dc:creator>Richard Franzen</dc:creator>
 <source url="http://softwaredevelopmentforecm.wordpress.com">Software Development for Enterprise Content Management</source>
</item>
<item>
 <title><![CDATA[Convert Enum to List using C# or VB.NET]]></title>
 <description><![CDATA[A user recently asked me how to convert an Enum to a List<>. Here’s the code to do so: C# class Program { enum Days { Sat, Sun, Mon, Tue, Wed, Thu, Fri }; static void Main( string[] args) { Array arr = Enum.GetValues( typeof( Days)); List< string> lstDays = new List< string>(arr.Length); for ( int i <b>...</b> ]]></description>
 <link><![CDATA[http://www.devcurry.com/2009/12/convert-enum-to-list-using-c-or-vbnet.html]]></link>
 <pubDate>Mon, 7 Dec 2009 10:02:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[375d781e3ed15c52ee5c69946a680976]]></guid>
 <dc:creator> (Suprotim Agarwal)</dc:creator>
 <source url="http://www.devcurry.com/">DevCurry</source>
</item>
<item>
 <title><![CDATA[The Singleton Pattern]]></title>
 <description><![CDATA[Singletons are very nifty. They are objects that can only exist once in memory. I mentioned them before when I was talking about threading. They are the perfect object to act as a a buffer to store the results of a bunch of threads that can also be accessed by the UI. You still need to think about t <b>...</b> ]]></description>
 <link><![CDATA[http://vbguru.wordpress.com/2009/12/07/the-singleton-pattern/]]></link>
 <pubDate>Mon, 7 Dec 2009 01:00:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[9755af783579a1535b38167ebe19991c]]></guid>
 <dc:creator>Daryl</dc:creator>
 <source url="http://vbguru.wordpress.com">VB.NET Guru</source>
</item>
<item>
 <title><![CDATA[التعامل مع GroupBox]]></title>
 <description><![CDATA[Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Label1.Text = “http://www.hasan-dashti.com” End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click ListBox1.Item <b>...</b> ]]></description>
 <link><![CDATA[http://hasan-dashti.com/blog2/2009/12/07/groupbox/]]></link>
 <pubDate>Sun, 6 Dec 2009 15:08:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[e1fe7b6b17a1a40f32d1cfd28b970d46]]></guid>
 <dc:creator>Administrator</dc:creator>
 <source url="http://hasan-dashti.com/blog2">hasan-dashti.com Blog</source>
</item>
<item>
 <title><![CDATA[النسخ واللصق في .net]]></title>
 <description><![CDATA[كود لعمل copy لمحتويات textbox1 Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If TextBox1.SelectedText <> “” Then Clipboard.SetDataObject(TextBox1.SelectedText) Else TextBox2.Text = “لا يوجد شيئ تم تحديده” End If End Su <b>...</b> ]]></description>
 <link><![CDATA[http://hasan-dashti.com/blog2/2009/12/06/copyandpase/]]></link>
 <pubDate>Sun, 6 Dec 2009 11:05:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[b446bc5c9d334e0f7affcf2803ef0d46]]></guid>
 <dc:creator>Administrator</dc:creator>
 <source url="http://hasan-dashti.com/blog2">hasan-dashti.com Blog</source>
</item>
<item>
 <title><![CDATA[Ejercicio9]]></title>
 <description><![CDATA[Ejercicio9: “Aprenderemos a usar un temporizador para que se actualice la hora en un label cada segundo. Habrá dos botones para poner en marcha el temporizadro ó pararlo” Necesitamos: un label donde se muestra la hora ( name:“lblreloj”, text:” “) 2 botones para la marcha y parada ( name:“btnon”, tex <b>...</b> ]]></description>
 <link><![CDATA[http://icrouk.wordpress.com/2009/12/06/ejercicio9/]]></link>
 <pubDate>Sun, 6 Dec 2009 09:33:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[984fbc9bd2bc3e6141c12c496e64d12e]]></guid>
 <dc:creator>Coranti Iker</dc:creator>
 <source url="http://icrouk.wordpress.com">VB.net</source>
</item>
<item>
 <title><![CDATA[Asp.Net Seçilen Checkbox’ları ekrana yazdırmak..]]></title>
 <description><![CDATA[Zaman gecirme zımpırtım R10 Forumlarında dolaşırken demin bir arkadaşımızın konusunu gördm. Sanırım arkadaşımız öğrenci ve buda ödevi. Program ‘ın bir arayz var arayz checkboxlardan oluşuyor. İşte İngilizce Fransızca Trkçe Almanca gibi diller bu seçilebilir kutulardan seçili olanlarını belirlemek ve <b>...</b> ]]></description>
 <link><![CDATA[http://www.caylakbilisimci.com/programlama/visual-basic/asp-net-secilen-checkboxlari-ekrana-yazdirmak.html]]></link>
 <pubDate>Sun, 6 Dec 2009 08:31:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[fc87d20f50479245ce3799fd5ab2e81c]]></guid>
 <dc:creator>Aytaç Cici</dc:creator>
 <source url="http://www.caylakbilisimci.com">Çaylak Bilişimci</source>
</item>
<item>
 <title><![CDATA[Vb.net Removing NTFS Permissions and Inheritance]]></title>
 <description><![CDATA[Ever needed to remove NTFS permission’s in VB.net Here is a short function to remove permissions off a file: Private Function RemovePermission(ByVal Foldername As String, ByVal StrSIDorUser As String, ByVal strtype As String) As Boolean Dim oSecurity As New FileSecurity Try oSecurity = File.GetAcces <b>...</b> ]]></description>
 <link><![CDATA[http://www.cardboardcoder.com/2009/12/vb-net-removing-ntfs-permissions-and-inheritance/]]></link>
 <pubDate>Sun, 6 Dec 2009 07:58:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[22ed32f062ece501828e094bae3416f6]]></guid>
 <dc:creator>daniel</dc:creator>
 <source url="http://cardboardcoder.com">Cardboard Coder</source>
</item>
</channel>
</rss>


