<?xml version="1.0" encoding="utf-8"?>
<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>Visualbasic</title>
		<link>http://vb-source.9forum.biz/feed/?</link>
		<description>Latest topics</description>
		<lastBuildDate>Thu, 07 May 2009 09:40:20 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Visualbasic</title>
			<url>http://illiweb.com/fa/empty.gif</url>
			<link>http://vb-source.9forum.biz/feed/?</link>
		</image>
		<item>
			<title>Some beautiful pictures</title>
			<link>http://vb-source.9forum.biz/your-first-forum-f1/some-beautiful-pictures-t6.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[<img src="http://i86.servimg.com/u/f86/13/86/45/05/51917810.jpg" alt="" />
<br />

<br />
--------------------------------------------
<br />

<br />
<img src="http://i86.servimg.com/u/f86/13/86/45/05/51917811.jpg" alt="" />
<br />

<br />
--------------------------------------------
<br />

<br />
<img src="http://i86.servimg.com/u/f86/13/86/45/05/51917812.jpg" alt="" />]]></description>
			<category>Your first forum</category>
			<pubDate>Thu, 07 May 2009 09:40:20 GMT</pubDate>
			<comments>http://vb-source.9forum.biz/your-first-forum-f1/some-beautiful-pictures-t6.htm#6</comments>
			<guid>http://vb-source.9forum.biz/your-first-forum-f1/some-beautiful-pictures-t6.htm</guid>
		</item>
		<item>
			<title>How to setfocus one program!!!</title>
			<link>http://vb-source.9forum.biz/your-first-forum-f1/how-to-setfocus-one-program-t5.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Const GW_HWNDFIRST = 0

Const GW_HWNDNEXT = 2

Private Declare Function BringWindowToTop Lib &quot;user32&quot; (ByVal hwnd As Long) As Long

Private Declare Function GetWindowText Lib &quot;user32&quot; Alias &quot;GetWindowTextA&quot; (ByVal hwnd As Long, ByVal lpString As String, ByVal CCh As Long) As Long

Private Declare Function GetWindow Lib &quot;user32&quot; (ByVal hwnd As Long, ByVal wCmd As Long) As Long

Private Declare Function GetTopWindow Lib &quot;user32&quot; (ByVal hwnd  ...</description>
			<category>Your first forum</category>
			<pubDate>Tue, 05 May 2009 10:32:18 GMT</pubDate>
			<comments>http://vb-source.9forum.biz/your-first-forum-f1/how-to-setfocus-one-program-t5.htm#5</comments>
			<guid>http://vb-source.9forum.biz/your-first-forum-f1/how-to-setfocus-one-program-t5.htm</guid>
		</item>
		<item>
			<title>Recursive DIR function</title>
			<link>http://vb-source.9forum.biz/your-first-forum-f1/recursive-dir-function-t4.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Option Explicit



Private Sub Command1_Click()

    Screen.MousePointer = 11 ' indicate processing is taking place

    ListSubDirs &quot;C:\&quot;        ' Call ListSubDirs

    Screen.MousePointer = 0  ' indicate processing is done

End Sub



Private Sub Form_Load()



End Sub



Private Sub List1_Click()

    Screen.MousePointer = 11 ' indicate processing is taking place

    ' Call ListFiles function to show files in selected directory

    ListFiles (List1.Text) + &quot;\&quot;

  ...</description>
			<category>Your first forum</category>
			<pubDate>Sun, 03 May 2009 11:42:23 GMT</pubDate>
			<comments>http://vb-source.9forum.biz/your-first-forum-f1/recursive-dir-function-t4.htm#4</comments>
			<guid>http://vb-source.9forum.biz/your-first-forum-f1/recursive-dir-function-t4.htm</guid>
		</item>
		<item>
			<title>Some program made VB</title>
			<link>http://vb-source.9forum.biz/your-first-forum-f1/some-program-made-vb-t3.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[1. <a href="http://www.mediafire.com/download.php?en0wdzmomq1" target="_blank">Random Loved</a>
<br />
2. <a href="http://www.mediafire.com/download.php?yynmqyzoub5" target="_blank">Rookie access</a>
<br />
3. <a href="http://www.mediafire.com/download.php?meim0jjndgw" target="_blank">Auto Reply Messenger</a>]]></description>
			<category>Your first forum</category>
			<pubDate>Thu, 23 Apr 2009 10:49:31 GMT</pubDate>
			<comments>http://vb-source.9forum.biz/your-first-forum-f1/some-program-made-vb-t3.htm#3</comments>
			<guid>http://vb-source.9forum.biz/your-first-forum-f1/some-program-made-vb-t3.htm</guid>
		</item>
		<item>
			<title>Code of button in VB</title>
			<link>http://vb-source.9forum.biz/your-first-forum-f1/code-of-button-in-vb-t2.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Const VK_LBUTTON = &amp;H1

Const VK_RBUTTON = &amp;H2

Const VK_CANCEL = &amp;H3

Const VK_MBUTTON = &amp;H4 ' Middle mouse button (three-button mouse)

Const VK_BACK = &amp;H8

Const VK_TAB = &amp;H9

Const VK_CLEAR = &amp;HC

Const VK_RETURN = &amp;HD

Const VK_SHIFT = &amp;H10

Const VK_CONTROL = &amp;H11

Const VK_MENU = &amp;H12

Const VK_PAUSE = &amp;H13

Const VK_CAPITAL = &amp;H14

Const VK_ESCAPE = &amp;H1B

Const VK_SPACE = &amp;H20

Const VK_PRIOR = &amp;H21

Const  ...</description>
			<category>Your first forum</category>
			<pubDate>Sun, 19 Apr 2009 11:06:21 GMT</pubDate>
			<comments>http://vb-source.9forum.biz/your-first-forum-f1/code-of-button-in-vb-t2.htm#2</comments>
			<guid>http://vb-source.9forum.biz/your-first-forum-f1/code-of-button-in-vb-t2.htm</guid>
		</item>
		<item>
			<title>Your first subject</title>
			<link>http://vb-source.9forum.biz/your-first-forum-f1/your-first-subject-t1.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Take some time to read this information before starting to use the administration of your forum:

How to access your administration panel ?In the top menu, click on Log In, a new page is displayed. Fill in the username "admin" and the password you have choosen during your registration. If you have lost or forgot it, click here. Once you are logged in, click on the link "Administration Panel" at the bottom of the page.How to modify your board's appearance ?You can modify your board's appearance  ...</description>
			<category>Your first forum</category>
			<pubDate>Tue, 14 Apr 2009 10:57:54 GMT</pubDate>
			<comments>http://vb-source.9forum.biz/your-first-forum-f1/your-first-subject-t1.htm#1</comments>
			<guid>http://vb-source.9forum.biz/your-first-forum-f1/your-first-subject-t1.htm</guid>
		</item>
	</channel>
</rss>