<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>VB Forums</title>
		<link>http://vbforums.omgforum.net/feed/?</link>
		<description>Latest topics</description>
		<lastBuildDate>Sat, 19 Jul 2008 12:42:24 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>VB Forums</title>
			<url>http://i40.servimg.com/u/f40/12/70/02/22/pictur16.png</url>
			<link>http://vbforums.omgforum.net/feed/?</link>
		</image>
		<item>
			<title>VB Spammer</title>
			<link>http://vbforums.omgforum.net/vb-tutorials-f4/vb-spammer-t3.htm</link>
			<dc:creator>Biohazard</dc:creator>
			<description>Here a good tutorial for beginner's. Its how to make a VB spammer for Aim, other IM's, Habbo. Its made for Visual Basic Express. But should work with older versions of VB designer's as well. And get used to me posting Video tutorials. I look for them alot.



 </description>
			<category>VB Tutorials</category>
			<pubDate>Fri, 18 Jul 2008 21:21:35 GMT</pubDate>
			<comments>http://vbforums.omgforum.net/vb-tutorials-f4/vb-spammer-t3.htm#5</comments>
			<guid>http://vbforums.omgforum.net/vb-tutorials-f4/vb-spammer-t3.htm</guid>
		</item>
		<item>
			<title>HEY GUYS REMEMBER ME FROM THE HOOD :)</title>
			<link>http://vbforums.omgforum.net/introductions-f2/hey-guys-remember-me-from-the-hood-t8.htm</link>
			<dc:creator>spiro_dt</dc:creator>
			<description><![CDATA[I don't need introduction I think...
<br />

<br />
Helloo to all of you]]></description>
			<category>Introductions</category>
			<pubDate>Sat, 19 Jul 2008 12:42:24 GMT</pubDate>
			<comments>http://vbforums.omgforum.net/introductions-f2/hey-guys-remember-me-from-the-hood-t8.htm#19</comments>
			<guid>http://vbforums.omgforum.net/introductions-f2/hey-guys-remember-me-from-the-hood-t8.htm</guid>
		</item>
		<item>
			<title>23 Handy codes</title>
			<link>http://vbforums.omgforum.net/vb-source-codes-f5/23-handy-codes-t6.htm</link>
			<dc:creator>Nilef</dc:creator>
			<description>Here are 23 Useful codes that are used in most VB scripts.





Code:Allow certain characters in a textbox

'1 textbox

'put in keypress procedure of textbox

   

    Const Numbers&#36; = &quot;0123456789.&quot;

    If KeyAscii &lt;&gt; 8 Then

    If InStr&#40;Numbers, Chr&#40;KeyAscii&#41;&#41; = 0 Then

            MsgBox &quot;error&quot;

            KeyAscii = 0

       ...</description>
			<category>VB Source Codes</category>
			<pubDate>Fri, 18 Jul 2008 21:57:05 GMT</pubDate>
			<comments>http://vbforums.omgforum.net/vb-source-codes-f5/23-handy-codes-t6.htm#9</comments>
			<guid>http://vbforums.omgforum.net/vb-source-codes-f5/23-handy-codes-t6.htm</guid>
		</item>
		<item>
			<title>Hey there, Im Nilef</title>
			<link>http://vbforums.omgforum.net/introductions-f2/hey-there-im-nilef-t2.htm</link>
			<dc:creator>Nilef</dc:creator>
			<description><![CDATA[HEy. I'm nilef from HF. I came here because Im just starting off in VB, and hopefully once this kicks off abit, I can learn alot more
<br />

<br />

<br />
oh, and there are cool emotes  <img src="http://illiweb.com/fa/i/smiles/lol.gif" alt="lol!" longdesc="61" />]]></description>
			<category>Introductions</category>
			<pubDate>Fri, 18 Jul 2008 19:50:27 GMT</pubDate>
			<comments>http://vbforums.omgforum.net/introductions-f2/hey-there-im-nilef-t2.htm#2</comments>
			<guid>http://vbforums.omgforum.net/introductions-f2/hey-there-im-nilef-t2.htm</guid>
		</item>
		<item>
			<title>Updates and Etc.</title>
			<link>http://vbforums.omgforum.net/announcements-news-and-rules-f1/updates-and-etc-t7.htm</link>
			<dc:creator>Biohazard</dc:creator>
			<description><![CDATA[I'm going to do ranks soon. More video tutorials. Some of my own programs. Trophies and other stuff.
<br />

<br />
Just wanted to let everyone know.
<br />

<br />
Expect stuff tp be done in 2days. I have other forums to manage.]]></description>
			<category>Announcements, News, and Rules</category>
			<pubDate>Fri, 18 Jul 2008 22:10:03 GMT</pubDate>
			<comments>http://vbforums.omgforum.net/announcements-news-and-rules-f1/updates-and-etc-t7.htm#12</comments>
			<guid>http://vbforums.omgforum.net/announcements-news-and-rules-f1/updates-and-etc-t7.htm</guid>
		</item>
		<item>
			<title>Password Generator</title>
			<link>http://vbforums.omgforum.net/vb-source-codes-f5/password-generator-t5.htm</link>
			<dc:creator>Nilef</dc:creator>
			<description>This is a neat little code that will generate a random password





Code:Dim iSel As Integer

        'clear old passwords

        If Reset = True Then

            psw = &quot;&quot;

        End If

        For i = 1 To Lenght

            'create random numbers that will represent

            'each &#58; upercase,lowercase,numbers



   ...</description>
			<category>VB Source Codes</category>
			<pubDate>Fri, 18 Jul 2008 21:54:49 GMT</pubDate>
			<comments>http://vbforums.omgforum.net/vb-source-codes-f5/password-generator-t5.htm#8</comments>
			<guid>http://vbforums.omgforum.net/vb-source-codes-f5/password-generator-t5.htm</guid>
		</item>
		<item>
			<title>Visual Basic Express</title>
			<link>http://vbforums.omgforum.net/visual-basic-programs-f6/visual-basic-express-t4.htm</link>
			<dc:creator>Biohazard</dc:creator>
			<description><![CDATA[Its a free VB designer, complier, thing. <img src="http://illiweb.com/fa/i/smiles/icon_monkey.png" alt="monkey" longdesc="35" /> 
<br />

<br />
Here is the link with the download and information pretaining to it. And its made by microsoft.
<br />

<br />
<a href="http://www.microsoft.com/express/vb/" class="postlink" target="_blank"><a href="http://www.microsoft.com/express/vb/" target="_blank">http://www.microsoft.com/express/vb/</a></a>]]></description>
			<category>Visual Basic Programs</category>
			<pubDate>Fri, 18 Jul 2008 21:32:58 GMT</pubDate>
			<comments>http://vbforums.omgforum.net/visual-basic-programs-f6/visual-basic-express-t4.htm#6</comments>
			<guid>http://vbforums.omgforum.net/visual-basic-programs-f6/visual-basic-express-t4.htm</guid>
		</item>
		<item>
			<title>Hey! Site Admin:</title>
			<link>http://vbforums.omgforum.net/introductions-f2/hey-site-admin-t1.htm</link>
			<dc:creator>Biohazard</dc:creator>
			<description><![CDATA[I'm the site admin.
<br />

<br />
I run quite a bit of forums and websites. I made vbforums, mostly because I myself are wanting to learn more and more about VB. I know some. I'll post my programs around soon. And maybe some Video tutorials.
<br />

<br />
Tell people. Please. <img src="http://illiweb.com/fa/i/smiles/lol.gif" alt="lol!" longdesc="61" />]]></description>
			<category>Introductions</category>
			<pubDate>Fri, 18 Jul 2008 04:48:00 GMT</pubDate>
			<comments>http://vbforums.omgforum.net/introductions-f2/hey-site-admin-t1.htm#1</comments>
			<guid>http://vbforums.omgforum.net/introductions-f2/hey-site-admin-t1.htm</guid>
		</item>
	</channel>
</rss>