<?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>MikeSel.info &#187; Programming</title>
	<atom:link href="http://www.mikesel.info/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikesel.info</link>
	<description>The ramblings of a techie geek..</description>
	<lastBuildDate>Sun, 05 Feb 2012 09:39:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Terminate a process &#8211; VBScript</title>
		<link>http://www.mikesel.info/terminate-a-process-vbscript/</link>
		<comments>http://www.mikesel.info/terminate-a-process-vbscript/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 12:03:06 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Terminate]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://www.mikesel.info/?p=1534</guid>
		<description><![CDATA[Using this very simple\straight foreward vbscript, you can cycle through all currently running processes and kill the one you name below. This can be handy if you have an application/instance which has become non responsive, such as IE when loading flash based pages maybe&#8230; 1 2 3 4 5 6 7 8 9 10 11 [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/terminate-a-process-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop and Start Sophos services remotely</title>
		<link>http://www.mikesel.info/remote-restart-services-vbscrip/</link>
		<comments>http://www.mikesel.info/remote-restart-services-vbscrip/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 11:56:24 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Sophos]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://www.mikesel.info/?p=1528</guid>
		<description><![CDATA[I was recently approached by one of my colleagues with a dilema, he had to go round our 30+ servers and stop and start a couple of Sophos&#8217;s Windows Services. Now, as you can imagine this was starting to look like a fairly large and mundane task. Which is when I came up with this [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/remote-restart-services-vbscrip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitor a folder for user or system access &#8211; VBScript</title>
		<link>http://www.mikesel.info/monitor-a-folder-for-user-or-system-access-vbscript/</link>
		<comments>http://www.mikesel.info/monitor-a-folder-for-user-or-system-access-vbscript/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 16:43:08 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<guid isPermaLink="false">http://www.mikesel.info/?p=1226</guid>
		<description><![CDATA[I was approached a few days ago to develop a solution for monitoring access to a folder on a server (with auditing enabled). My first approach was to try and monitor the files last access time, but I found this to be somewhat unreliable. So my next method was to monitor the systems event logs. [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/monitor-a-folder-for-user-or-system-access-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List all currently installed hot fixes &#8211; VBScript</title>
		<link>http://www.mikesel.info/list-all-currently-installed-hot-fixes-vbscript/</link>
		<comments>http://www.mikesel.info/list-all-currently-installed-hot-fixes-vbscript/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 12:29:59 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<guid isPermaLink="false">http://www.mikesel.info/?p=1223</guid>
		<description><![CDATA[The following vbs script will list all of the currently installed Microsoft Hotfixes as per their KB number, a brief description, there installation date and who it was installed by. You may want to pass the computer name, to check a remote computer. Leaving as is will run the scan on the local machine. Also [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/list-all-currently-installed-hot-fixes-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Traverse disabled AD Accounts &#8211; VBScript</title>
		<link>http://www.mikesel.info/traverse-disabled-ad-accounts-vbscript/</link>
		<comments>http://www.mikesel.info/traverse-disabled-ad-accounts-vbscript/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 12:21:54 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[VBScript]]></category>
		<guid isPermaLink="false">http://www.mikesel.info/?p=1219</guid>
		<description><![CDATA[Active directory can be a bit of a beast if not managed and maintained correctly. Using this code in a .vbs file you can output all currently disabled accounts. You may want to expand this by using the file system object to output to a file? 1 2 3 4 5 6 7 8 9 [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/traverse-disabled-ad-accounts-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set Internet Explorer Proxy settings using VBScript</title>
		<link>http://www.mikesel.info/ie-proxy-vbs/</link>
		<comments>http://www.mikesel.info/ie-proxy-vbs/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 20:49:39 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">http://www.mikesel.info/?p=561</guid>
		<description><![CDATA[If you&#8217;re a mobile user who works both in and out of the office, then you may find yourself having to constantly &#8216;tweak&#8217; your IE proxy settings all the time, and although it&#8217;s only a few mouse clicks, a few is always too many in my eyes. The VBScript below will check for any currently [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/ie-proxy-vbs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Quick tip &#8211; Launch form from VSTO Ribbon</title>
		<link>http://www.mikesel.info/quick-tip-launch-form-from-vsto-ribbon/</link>
		<comments>http://www.mikesel.info/quick-tip-launch-form-from-vsto-ribbon/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 13:36:08 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">http://www.mikesel.info/?p=460</guid>
		<description><![CDATA[There appears to be little documentation on the net for the most simple part of creating VSTO Add-ins. Once you have created your ribbon and your controls on it, you may want to use them to launch your app&#8217;s forms.  This really is simple, looking at the snippet below, presuming you have a command button [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/quick-tip-launch-form-from-vsto-ribbon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access detailed user account information in AD using VB.Net</title>
		<link>http://www.mikesel.info/access-detailed-user-account-information-in-ad-using-vb-net/</link>
		<comments>http://www.mikesel.info/access-detailed-user-account-information-in-ad-using-vb-net/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 22:08:40 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">http://www.mikesel.info/?p=401</guid>
		<description><![CDATA[One of the challenges on large domains is keeping track of unused accounts, or checking to see if end users passwords have expired.  Now, I know there are several tools out and about that enable you to do this&#8230;But come on, where&#8217;s the fun in that!? Using the code detailed below you can query active [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/access-detailed-user-account-information-in-ad-using-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset permissions on outlook folders using VBA</title>
		<link>http://www.mikesel.info/reset-permissions-on-outlook-folders-using-vba/</link>
		<comments>http://www.mikesel.info/reset-permissions-on-outlook-folders-using-vba/#comments</comments>
		<pubDate>Wed, 27 May 2009 11:56:15 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Folders]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[Redemption]]></category>
		<guid isPermaLink="false">http://mikesel.info/wp/?p=254</guid>
		<description><![CDATA[Using the Redemption object you can use the following code to reset the permissions on a folders sub folders in outlook to leave the Default permissions. Handy if you need to reset permissions on large numbers of folders. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/reset-permissions-on-outlook-folders-using-vba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File size calculator</title>
		<link>http://www.mikesel.info/file-size-calculator/</link>
		<comments>http://www.mikesel.info/file-size-calculator/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 08:40:25 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[B]]></category>
		<category><![CDATA[Calculator]]></category>
		<category><![CDATA[Convertor]]></category>
		<category><![CDATA[GB]]></category>
		<category><![CDATA[KB]]></category>
		<category><![CDATA[MB]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[VBScript]]></category>
		<guid isPermaLink="false">http://mikesel.info/wp/?p=252</guid>
		<description><![CDATA[Use this simple VB.NET code to convert bytes to MB&#8217;s, GB&#8217;s etc. Handy for returning sizes of files/folders Function ConvertSize(Size) Do While InStr(Size,&#34;,&#34;) 'Remove commas from size CommaLocate = InStr(Size,&#34;,&#34;) Size = Mid(Size,1,CommaLocate - 1) &#38; _ Mid(Size,CommaLocate + 1,Len(Size) - CommaLocate) Loop&#60;/p&#62; &#60;p&#62;Suffix = &#34; Bytes&#34; &#160; If Size &#62;= 1024 Then suffix = [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/file-size-calculator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get month name from integer VB.NET</title>
		<link>http://www.mikesel.info/get-month-name-from-integer-vbnet/</link>
		<comments>http://www.mikesel.info/get-month-name-from-integer-vbnet/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 08:40:25 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[12]]></category>
		<category><![CDATA[April]]></category>
		<category><![CDATA[August]]></category>
		<category><![CDATA[December]]></category>
		<category><![CDATA[February]]></category>
		<category><![CDATA[January]]></category>
		<category><![CDATA[July]]></category>
		<category><![CDATA[June]]></category>
		<category><![CDATA[March]]></category>
		<category><![CDATA[May]]></category>
		<category><![CDATA[Month]]></category>
		<category><![CDATA[MonthNum]]></category>
		<category><![CDATA[Name]]></category>
		<category><![CDATA[November]]></category>
		<category><![CDATA[October]]></category>
		<category><![CDATA[September]]></category>
		<category><![CDATA[VBScript]]></category>
		<guid isPermaLink="false">http://mikesel.info/wp/?p=253</guid>
		<description><![CDATA[Use this simple VB.NET code to return the name of the month from an integer. Example: 1 = January &#8230;.. 12 = December 1 2 3 4 5 6 7 Private Function GetMonthName&#40;ByVal monthNum As Integer&#41; As String Try Dim strDate As New DateTime&#40;1, monthNum, 1&#41; Return strDate.ToString&#40;&#34;MMM&#34;&#41; Catch ex As Exception End Try End [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/get-month-name-from-integer-vbnet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Write an event in the local event log VBScript</title>
		<link>http://www.mikesel.info/write-an-event-in-the-local-event-log-vbscript/</link>
		<comments>http://www.mikesel.info/write-an-event-in-the-local-event-log-vbscript/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 15:02:02 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[VBScripts]]></category>
		<category><![CDATA[Windows XP]]></category>
		<guid isPermaLink="false">http://mikesel.info/wp/?p=251</guid>
		<description><![CDATA[Use this simple VBScript to write an event in the local event log. 1 2 3 4 5 6 7 8 ' Write Events to the Local Event Log &#160; Const EVENT_SUCCESS = 0 &#160; Set objShell = Wscript.CreateObject&#40;&#34;Wscript.Shell&#34;&#41; &#160; objShell.LogEvent EVENT_SUCCESS, _ &#34;Payroll application successfully installed.&#34;]]></description>
		<wfw:commentRss>http://www.mikesel.info/write-an-event-in-the-local-event-log-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get current username VBScript</title>
		<link>http://www.mikesel.info/get-current-username-vbscript/</link>
		<comments>http://www.mikesel.info/get-current-username-vbscript/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 15:00:26 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Logged On]]></category>
		<category><![CDATA[Username]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[VBScript]]></category>
		<guid isPermaLink="false">http://mikesel.info/wp/?p=250</guid>
		<description><![CDATA[Use this really simple VBScript to get the currently logged on user name. 1 2 3 Set wshNetwork = CreateObject&#40;&#34;WScript.Network&#34;&#41; strUser = wshNetwork.Username WScript.Echo &#34;Current User: &#34; &#38; strUser]]></description>
		<wfw:commentRss>http://www.mikesel.info/get-current-username-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a system restore point VBScript</title>
		<link>http://www.mikesel.info/create-a-system-restore-point-vbscript/</link>
		<comments>http://www.mikesel.info/create-a-system-restore-point-vbscript/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 14:45:54 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[System Restore]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[Windows XP]]></category>
		<guid isPermaLink="false">http://mikesel.info/wp/?p=249</guid>
		<description><![CDATA[Use this simple VBScript in order to create a Windows System Restore Point. 1 2 3 4 5 6 7 8 9 10 ' Create a System Restore Point &#160; CONST DEVICE_DRIVER_INSTALL = 10 CONST BEGIN_SYSTEM_CHANGE = 100 strComputer = &#34;.&#34; Set objWMIService = GetObject&#40;&#34;winmgmts:&#34; _ &#38; &#34;{impersonationLevel=impersonate}&#34; &#38; strComputer &#38; &#34;rootdefault&#34;&#41; Set objItem = [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/create-a-system-restore-point-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List operating system properties VBScript</title>
		<link>http://www.mikesel.info/list-operating-system-properties-vbscript/</link>
		<comments>http://www.mikesel.info/list-operating-system-properties-vbscript/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 14:44:22 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<guid isPermaLink="false">http://mikesel.info/wp/?p=248</guid>
		<description><![CDATA[Use this fairly simple VBScript to list general opearating system properties. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ' List Operating System Properties Set dtmConvertedDate = CreateObject&#40;&#34;WbemScripting.SWbemDateTime&#34;&#41; strComputer = &#34;.&#34; Set [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/list-operating-system-properties-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check out of office status VBA</title>
		<link>http://www.mikesel.info/check-out-of-office-status-vba/</link>
		<comments>http://www.mikesel.info/check-out-of-office-status-vba/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 14:42:44 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Holiday]]></category>
		<category><![CDATA[Out Of Office]]></category>
		<category><![CDATA[Outlook 2007]]></category>
		<category><![CDATA[Set OOO]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">http://mikesel.info/wp/?p=247</guid>
		<description><![CDATA[Using this small piece of Visual Basic for Applications code in Microsoft Outlook you can check the status of the out of office assistant. Normally I call this on the Item_Send evet. Which is a handy reminder to switch of your out of office assistant after your nice long holiday etc. 1 2 3 4 [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/check-out-of-office-status-vba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create an Internet Explorer Favorite VBScript</title>
		<link>http://www.mikesel.info/create-an-internet-explorer-favorite-vbscript/</link>
		<comments>http://www.mikesel.info/create-an-internet-explorer-favorite-vbscript/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 14:36:11 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Internet Favorite]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Shortcut]]></category>
		<category><![CDATA[VBScript]]></category>
		<guid isPermaLink="false">http://mikesel.info/wp/?p=246</guid>
		<description><![CDATA[Use this simple script to create an internet explorer favorite link to the Microsoft MSDN library. 1 2 3 4 5 6 7 8 9 Const ADMINISTRATIVE_TOOLS = 6 Set objShell = CreateObject&#40;&#34;Shell.Application&#34;&#41; Set objFolder = objShell.Namespace&#40;ADMINISTRATIVE_TOOLS&#41; Set objFolderItem = objFolder.Self Set objShell = WScript.CreateObject&#40;&#34;WScript.Shell&#34;&#41; strDesktopFld = objFolderItem.Path Set objURLShortcut = objShell.CreateShortcut&#40;strDesktopFld &#38; &#34;MSDN.url&#34; objURLShortcut.TargetPath [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/create-an-internet-explorer-favorite-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retrieve Dell Service Tag VBScript</title>
		<link>http://www.mikesel.info/retrieve-dell-service-tag-vbscript/</link>
		<comments>http://www.mikesel.info/retrieve-dell-service-tag-vbscript/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 14:34:16 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Retrieve]]></category>
		<category><![CDATA[Service Tag]]></category>
		<category><![CDATA[VBScript]]></category>
		<guid isPermaLink="false">http://mikesel.info/wp/?p=245</guid>
		<description><![CDATA[Use this VBScript to retrieve the dell service tag of a machine without having to get out of your seat! 1 2 3 4 5 6 7 8 9 10 11 on error resume next strComputer=InputBox &#40;&#34;Enter the computer name of the server you'd like to query for Service Tag&#34;&#41; Set objWMIservice = GetObject&#40;&#34;winmgmts:\&#34; &#38; [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/retrieve-dell-service-tag-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launch a website from Visual Basic</title>
		<link>http://www.mikesel.info/launch-a-filesite-from-visual-basic/</link>
		<comments>http://www.mikesel.info/launch-a-filesite-from-visual-basic/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 14:28:29 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[LinkLabels]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<guid isPermaLink="false">http://mikesel.info/wp/?p=244</guid>
		<description><![CDATA[If, like me you use LinkLabels to provide links to websites in yout VB.Net applications, or you would just like to include links to documents etc. You can use this code to force the file specified to be opened by the default file handler. 1 2 3 4 5 6 7 8 9 Imports System.Diagnostics.Process [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/launch-a-filesite-from-visual-basic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitor a folder for changes in outlook</title>
		<link>http://www.mikesel.info/monitor-a-folder-for-changes-in-outlook/</link>
		<comments>http://www.mikesel.info/monitor-a-folder-for-changes-in-outlook/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 16:21:25 +0000</pubDate>
		<dc:creator>Mike Hudson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[Items]]></category>
		<category><![CDATA[MAPIFolder]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<guid isPermaLink="false">http://mikesel.info/wp/?p=242</guid>
		<description><![CDATA[With this example, it&#8217;s possible to use the &#8216;WithEvents&#8217; methods on a folder outside of your own mailbox. This even works on Public Folders! 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [...]]]></description>
		<wfw:commentRss>http://www.mikesel.info/monitor-a-folder-for-changes-in-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.788 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-05 22:53:28 -->
<!-- Compression = gzip -->
