<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/vbnet</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 08:44:30 GMT</pubDate>
<item>
<title>(VB.NET) Get Page Source Code - nimblebits</title>
<link>http://snipplr.com/view/70724/get-page-source-code/</link>
<description><![CDATA[ <p>You can use this to get the page source code of any valid URL. Tested on VS2010.</p> ]]></description>
<pubDate>Tue, 09 Apr 2013 19:22:14 GMT</pubDate>
<guid>http://snipplr.com/view/70724/get-page-source-code/</guid>
</item>
<item>
<title>(VB.NET) Enum Description - dimitrisdapontes</title>
<link>http://snipplr.com/view/69656/enum-description/</link>
<description><![CDATA[ <p>Returns the description set in an enum value, or if no description is found it returns the name of the enum value. Use this without worrying about passing the enum type, you should only pass the enum value

Example

Friend Enum Duration
    &amp;lt;Description("Every 12 Months")&amp;gt; Year = 1
    &amp;lt;Description("Every 6 Months")&amp;gt; Semester = 2
End Enum

GetEnumDescription(Duration.Year) returns "Every 12 Months"
</p> ]]></description>
<pubDate>Sat, 26 Jan 2013 21:14:56 GMT</pubDate>
<guid>http://snipplr.com/view/69656/enum-description/</guid>
</item>
<item>
<title>(VB.NET) Read an external url into a string variable. - jprochazka</title>
<link>http://snipplr.com/view/68832/read-an-external-url-into-a-string-variable/</link>
<description><![CDATA[ <p>Assigns the contents of a "url" to the string variable "result".</p> ]]></description>
<pubDate>Fri, 30 Nov 2012 08:30:25 GMT</pubDate>
<guid>http://snipplr.com/view/68832/read-an-external-url-into-a-string-variable/</guid>
</item>
<item>
<title>(VB.NET) Get the MIME type of a file. - jprochazka</title>
<link>http://snipplr.com/view/68809/get-the-mime-type-of-a-file/</link>
<description><![CDATA[ <p>By running the function GetMimeType(file.name) the following code will return the MIME type for a file.</p> ]]></description>
<pubDate>Thu, 29 Nov 2012 03:07:25 GMT</pubDate>
<guid>http://snipplr.com/view/68809/get-the-mime-type-of-a-file/</guid>
</item>
<item>
<title>(VB.NET) VB.NET Method Perform Scalar - nimblebits</title>
<link>http://snipplr.com/view/68801/vbnet-method-perform-scalar/</link>
<description><![CDATA[ <p>This is a method that can be used to take a connection string and a valid oledb command and perform a scalar. This returns an Integer/Int32 value.</p> ]]></description>
<pubDate>Wed, 28 Nov 2012 21:19:37 GMT</pubDate>
<guid>http://snipplr.com/view/68801/vbnet-method-perform-scalar/</guid>
</item>
<item>
<title>(VB.NET) Sample DataView Webpart for SharePoint Designer 2010 - juliehogge</title>
<link>http://snipplr.com/view/68779/sample-dataview-webpart-for-sharepoint-designer-2010/</link>
<description><![CDATA[ <p>Sample DataView Webpart for SharePoint Designer 2010 demonstrating adding the WebURL parameter and renaming listID to listName.</p> ]]></description>
<pubDate>Tue, 27 Nov 2012 12:49:21 GMT</pubDate>
<guid>http://snipplr.com/view/68779/sample-dataview-webpart-for-sharepoint-designer-2010/</guid>
</item>
<item>
<title>(VB.NET) Copy items between 2 ListView Controls - ed_trench</title>
<link>http://snipplr.com/view/67425/copy-items-between-2-listview-controls/</link>
<description><![CDATA[ <p>Copying/Moving items between 2 ListView Controls for reference</p> ]]></description>
<pubDate>Sat, 29 Sep 2012 00:12:27 GMT</pubDate>
<guid>http://snipplr.com/view/67425/copy-items-between-2-listview-controls/</guid>
</item>
<item>
<title>(VB.NET) Determine if text file is Unicode encoded - ShaneGowland</title>
<link>http://snipplr.com/view/66287/determine-if-text-file-is-unicode-encoded/</link>
<description><![CDATA[ <p>The .NET Framework doesn't support automatic detection of character encoding in the default file I/O methods. This is a quick function that returns True in the specified file is Unicode.</p> ]]></description>
<pubDate>Mon, 23 Jul 2012 18:18:14 GMT</pubDate>
<guid>http://snipplr.com/view/66287/determine-if-text-file-is-unicode-encoded/</guid>
</item>
<item>
<title>(VB.NET) Auto Scrolling Controls - jshultz4</title>
<link>http://snipplr.com/view/65398/auto-scrolling-controls/</link>
<description><![CDATA[ <p>Tested on multiline textbox and listview.</p> ]]></description>
<pubDate>Tue, 05 Jun 2012 07:10:20 GMT</pubDate>
<guid>http://snipplr.com/view/65398/auto-scrolling-controls/</guid>
</item>
<item>
<title>(VB.NET) Querystring Validation - MSISnippets</title>
<link>http://snipplr.com/view/64813/querystring-validation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 08 May 2012 06:24:53 GMT</pubDate>
<guid>http://snipplr.com/view/64813/querystring-validation/</guid>
</item>
<item>
<title>(VB.NET) Querystring Validation - MSISnippets</title>
<link>http://snipplr.com/view/64812/querystring-validation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 08 May 2012 06:19:50 GMT</pubDate>
<guid>http://snipplr.com/view/64812/querystring-validation/</guid>
</item>
<item>
<title>(VB.NET) Dynamic  CSS  file in header - kzelda</title>
<link>http://snipplr.com/view/64477/dynamic--css--file-in-header/</link>
<description><![CDATA[ <p>Dynamic  Add css file in header</p> ]]></description>
<pubDate>Tue, 10 Apr 2012 17:02:55 GMT</pubDate>
<guid>http://snipplr.com/view/64477/dynamic--css--file-in-header/</guid>
</item>
<item>
<title>(VB.NET) Find all TreatWarningsAsErrors=false projects - slolife</title>
<link>http://snipplr.com/view/64215/find-all-treatwarningsaserrorsfalse-projects/</link>
<description><![CDATA[ <p>VS.NET Macro to list all projects in current solution that have TreatWarningsAsErrors=false.</p> ]]></description>
<pubDate>Thu, 29 Mar 2012 10:35:04 GMT</pubDate>
<guid>http://snipplr.com/view/64215/find-all-treatwarningsaserrorsfalse-projects/</guid>
</item>
<item>
<title>(VB.NET) Know space occupied from a folder with a tsmquery - crackiron</title>
<link>http://snipplr.com/view/62975/know-space-occupied-from-a-folder-with-a-tsmquery/</link>
<description><![CDATA[ <p>Change XX.XX.XX.XX with your TSM Server IP</p> ]]></description>
<pubDate>Wed, 01 Feb 2012 19:40:24 GMT</pubDate>
<guid>http://snipplr.com/view/62975/know-space-occupied-from-a-folder-with-a-tsmquery/</guid>
</item>
<item>
<title>(VB.NET) Julian Day of The Year - jsturtevant</title>
<link>http://snipplr.com/view/62629/julian-day-of-the-year/</link>
<description><![CDATA[ <p>http://msdn.microsoft.com/en-us/library/system.globalization.juliancalendar.getdayofyear(v=vs.90).aspx</p> ]]></description>
<pubDate>Thu, 19 Jan 2012 01:38:29 GMT</pubDate>
<guid>http://snipplr.com/view/62629/julian-day-of-the-year/</guid>
</item>
<item>
<title>(VB.NET) reza nyer - nazslash</title>
<link>http://snipplr.com/view/61365/reza-nyer/</link>
<description><![CDATA[ <p>hmmm</p> ]]></description>
<pubDate>Thu, 01 Dec 2011 02:20:53 GMT</pubDate>
<guid>http://snipplr.com/view/61365/reza-nyer/</guid>
</item>
<item>
<title>(VB.NET) get value from radiobutton - javageget</title>
<link>http://snipplr.com/view/61359/get-value-from-radiobutton/</link>
<description><![CDATA[ <p>try</p> ]]></description>
<pubDate>Thu, 01 Dec 2011 00:41:36 GMT</pubDate>
<guid>http://snipplr.com/view/61359/get-value-from-radiobutton/</guid>
</item>
<item>
<title>(VB.NET) Radio Button Value Parse - javageget</title>
<link>http://snipplr.com/view/61351/radio-button-value-parse/</link>
<description><![CDATA[ <p>parse the radio value</p> ]]></description>
<pubDate>Wed, 30 Nov 2011 22:56:40 GMT</pubDate>
<guid>http://snipplr.com/view/61351/radio-button-value-parse/</guid>
</item>
<item>
<title>(VB.NET) view all data and partial data for listview - javageget</title>
<link>http://snipplr.com/view/61049/view-all-data-and-partial-data-for-listview/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Nov 2011 05:13:15 GMT</pubDate>
<guid>http://snipplr.com/view/61049/view-all-data-and-partial-data-for-listview/</guid>
</item>
<item>
<title>(VB.NET) delete using vb+access - javageget</title>
<link>http://snipplr.com/view/61045/delete-using-vbaccess/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Nov 2011 03:52:53 GMT</pubDate>
<guid>http://snipplr.com/view/61045/delete-using-vbaccess/</guid>
</item>
</channel>
</rss>