<?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>PowerShell.nu &#187; Windows.Forms</title>
	<atom:link href="http://www.powershell.nu/tag/windowsforms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powershell.nu</link>
	<description>Windows PowerShell</description>
	<lastBuildDate>Thu, 08 Dec 2011 14:46:32 +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>Drop Down menu using Windows.Forms</title>
		<link>http://www.powershell.nu/2009/01/21/dropdown-menu-using-windowsforms/</link>
		<comments>http://www.powershell.nu/2009/01/21/dropdown-menu-using-windowsforms/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 18:02:38 +0000</pubDate>
		<dc:creator>Niklas Goude</dc:creator>
				<category><![CDATA[Windows.Forms]]></category>
		<category><![CDATA[GUI]]></category>

		<guid isPermaLink="false">http://www.powershell.nu/?p=370</guid>
		<description><![CDATA[When creating forms and GUI through PowerShell you can use the .NET Class System.Windows.Forms. This example will describe how to make a basic dopdown form and return the selected value to PowerShell. First we create an Array holding the DopDown values. PS > [array]$DropDownArray = "First Choice", "Second Choice", "Third Choice" The Array contains 3 [...]]]></description>
		<wfw:commentRss>http://www.powershell.nu/2009/01/21/dropdown-menu-using-windowsforms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

