<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DoTheWeb.net &#187; VB Express</title>
	<atom:link href="http://www.dotheweb.net/tag/vb-express/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotheweb.net</link>
	<description>What Can The Web Do For You Today?</description>
	<lastBuildDate>Wed, 30 Nov 2011 05:35:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Building Windows Services using Visual Basic 2005 Express</title>
		<link>http://www.dotheweb.net/2009/11/building-windows-services-using-visual-basic-2005-express/</link>
		<comments>http://www.dotheweb.net/2009/11/building-windows-services-using-visual-basic-2005-express/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:02:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dot_Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Building]]></category>
		<category><![CDATA[Express]]></category>
		<category><![CDATA[VB Express]]></category>
		<category><![CDATA[Windows Services]]></category>

		<guid isPermaLink="false">http://www.dotheweb.net/?p=281</guid>
		<description><![CDATA[&#160; Build and Install service on your pc: Go to build menu and choose Build NewService1 &#8211; This will create an EXE file in our project’s \bin\Release folder. Next we will need to use the InstallUtil.exe to install the service into the PC. InstallUtil.exe is part of the Dot Net distribution package. It is found in the [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/11/building-windows-services-using-visual-basic-2005-express/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Creating Needed Installers for Windows Services</title>
		<link>http://www.dotheweb.net/2009/11/creating-needed-installers-for-windows-services-2/</link>
		<comments>http://www.dotheweb.net/2009/11/creating-needed-installers-for-windows-services-2/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:02:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dot_Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Express]]></category>
		<category><![CDATA[Installer]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[VB Express]]></category>
		<category><![CDATA[VB.net]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[Windows Services]]></category>

		<guid isPermaLink="false">http://www.dotheweb.net/?p=271</guid>
		<description><![CDATA[This is not the Actual &#8220;Installer&#8221;. This is code needed for the Service to operate correctly.We will get to Installing Later&#8230; Add the Installer Code: Create a new class file in your project and call it ProjectInstaller. We wil replace the text in the ProjectInstaller class with the following code: Version:0.9 StartHTML:0000000100 EndHTML:0000012095 StartFragment:0000000100 EndFragment:0000012095 [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/11/creating-needed-installers-for-windows-services-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Services with VB Express</title>
		<link>http://www.dotheweb.net/2009/11/creating-services-with-vb-express/</link>
		<comments>http://www.dotheweb.net/2009/11/creating-services-with-vb-express/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:01:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dot_Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Express]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[VB Express]]></category>
		<category><![CDATA[VB.net]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://www.dotheweb.net/?p=259</guid>
		<description><![CDATA[// &#160; Visual Basic Express is a great, free tool from Microsoft.   You don&#8217;t get all that Visual Studio 2005 offers though.  One of the things VB Express does not have is templates to create a Windows Service.  We can still make Services with VB 2005 Express.  All it takes is a little manual work.  I [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/11/creating-services-with-vb-express/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

