<?xml version="1.0"?>
<?xml-stylesheet href="/App_Themes/Rss/Rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:snippetcenter="http://www.snippetcenter.org/">
<channel>
	<title>snippetcenter.org Snippet Feed - Visual Basic</title>
	<link>http://www.snippetcenter.org/</link>
	<description>The newest Snippets in  Visual Basic</description>
	<language>en-us</language>
	<copyright>snippetcenter.org</copyright>
	<generator>Advice: This is a RSS Document for reading in your RSS-Reader. Click here for mor informations.</generator>

	<image>
		<url>http://www.snippetcenter.org/Library/Media/Public/button_88x31.png</url>
		<title>snippetcenter.org</title>
		<link>http://www.snippetcenter.org/</link>
		<width>88</width>
		<height>31</height>
	</image>
	
	<item>
     <title><![CDATA[Öffnen]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/oeffnen-s1944.aspx]]></guid>
     <pubDate>Wed, 28 Mar 2007 20:36:00 GMT</pubDate>
     <description><![CDATA[Ein einfacher Codeschnippsel um in VB 2005 ein "Öffnen" Funktion hinzukriegen.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/oeffnen-s1944.aspx]]></link>
</item>

<item>
     <title><![CDATA[VBScript 4th-Order Runge-Kutta Solver Class]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/vbscript-4th-order-runge-kutta-solver-class-s1850.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[This is a VBScript class implementation of a 4th-order Runge-Kutta solver. Includes a demo script &quot;exercising&quot; it.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/vbscript-4th-order-runge-kutta-solver-class-s1850.aspx]]></link>
</item>

<item>
     <title><![CDATA[DirExists]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/direxists-s1829.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[Check if a directory exists and return true/false]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/direxists-s1829.aspx]]></link>
</item>

<item>
     <title><![CDATA[modXString.bas]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/modxstringbas-s1820.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[Module for working with extended strings containing &quot;&quot; and (()())]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/modxstringbas-s1820.aspx]]></link>
</item>

<item>
     <title><![CDATA[NumberString.vbp]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/numberstringvbp-s1749.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:20:00 GMT</pubDate>
     <description><![CDATA[This is the project file of NumberString. Put it together with NumberString_Global.cls, when compiling.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/numberstringvbp-s1749.aspx]]></link>
</item>

<item>
     <title><![CDATA[NumberString_Global.cls]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/numberstring_globalcls-s1739.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:20:00 GMT</pubDate>
     <description><![CDATA[Fully functional number conversion tool. Now only includes conversion function between Roman, binary text and their actual value (inspired by Rom2Dec2Bin jonnyh). 1)Roman: can handle a number (0 &lt; number &lt; 4000), since the largest Roman letter, known to me, is M. 2)binary: can handle 'any' real number, the only limit comes from the hardware and the programming language. (This algrithm can easily handle any n based number system, with some minor changes.)]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/numberstring_globalcls-s1739.aspx]]></link>
</item>

<item>
     <title><![CDATA[AIM text sender]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/aim-text-sender-s1738.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:20:00 GMT</pubDate>
     <description><![CDATA[sends text to the active aol instant messenger window.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/aim-text-sender-s1738.aspx]]></link>
</item>

<item>
     <title><![CDATA[File recursive operations]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/file-recursive-operations-s1712.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:20:00 GMT</pubDate>
     <description><![CDATA[Realize recursive operations in a directory. I use this script with ImageMagick to do image manipulation on files in a whole directory (conversion, etc...)]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/file-recursive-operations-s1712.aspx]]></link>
</item>

<item>
     <title><![CDATA[Rom2Dec2Bin]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/rom2dec2bin-s1702.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:20:00 GMT</pubDate>
     <description><![CDATA[This is a  tool to convert roman and decimal and binary numbers.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/rom2dec2bin-s1702.aspx]]></link>
</item>

<item>
     <title><![CDATA[Convert Local Time to UTC (GMT) time]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/convert-local-time-to-utc-gmt-time-s1701.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:20:00 GMT</pubDate>
     <description><![CDATA[I was looking for an API/function/snippet that could convert a given local time to UTC (formerly known as GMT), but could only find an API that was only available in Windows XP. Therefore I looked into combining some other APIs. I created the following function. Just call the function with the time you want to convert. The result is a boolean telling you if the conversion was successful. The converted date is returned in the original variable. Feel free to modify this to return the converted date or pass the converted date in another parameter.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/convert-local-time-to-utc-gmt-time-s1701.aspx]]></link>
</item>



</channel>
</rss>
