<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c-sharp/tags/control</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 05:43:32 GMT</pubDate>
<item>
<title>(C#) SharePoint 2010 Developing Custom Web Part - nickaranz</title>
<link>http://snipplr.com/view/57843/sharepoint-2010-developing-custom-web-part/</link>
<description><![CDATA[ <p>Great tutorial for getting started with SharePoint custom web parts</p> ]]></description>
<pubDate>Tue, 16 Aug 2011 02:49:15 GMT</pubDate>
<guid>http://snipplr.com/view/57843/sharepoint-2010-developing-custom-web-part/</guid>
</item>
<item>
<title>(C#) Windows Forms Keyboard Shortcut on Control - Currysuechtig</title>
<link>http://snipplr.com/view/57156/windows-forms-keyboard-shortcut-on-control/</link>
<description><![CDATA[ <p>Easily create Windows Forms Shortcuts with this class.

For example: A shortcut to catch pasting via Ctrl + V.
Shortcut sc = new Shortcut(this, new Action(() => MessageBox.Show("Data pasted!")));
sc.Keys.Add(Keys.ControlKey);
sc.Keys.Add(Keys.V);</p> ]]></description>
<pubDate>Tue, 26 Jul 2011 21:43:49 GMT</pubDate>
<guid>http://snipplr.com/view/57156/windows-forms-keyboard-shortcut-on-control/</guid>
</item>
<item>
<title>(C#) Refresh Controls to the root - ronklein</title>
<link>http://snipplr.com/view/46855/refresh-controls-to-the-root/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 10 Jan 2011 18:31:42 GMT</pubDate>
<guid>http://snipplr.com/view/46855/refresh-controls-to-the-root/</guid>
</item>
<item>
<title>(C#) Search ID of control for a substring - housecor</title>
<link>http://snipplr.com/view/40154/search-id-of-control-for-a-substring/</link>
<description><![CDATA[ <p>So if the ID contains the word Spouse, do x.</p> ]]></description>
<pubDate>Wed, 08 Sep 2010 23:42:31 GMT</pubDate>
<guid>http://snipplr.com/view/40154/search-id-of-control-for-a-substring/</guid>
</item>
<item>
<title>(C#) Hex edit control for .NET GUI - pckujawa</title>
<link>http://snipplr.com/view/28343/hex-edit-control-for-net-gui/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 15 Feb 2010 13:35:13 GMT</pubDate>
<guid>http://snipplr.com/view/28343/hex-edit-control-for-net-gui/</guid>
</item>
<item>
<title>(C#) The difference between &amp;amp;lt%= and &amp;amp;lt%# in ASP.NET - tomaszsimon</title>
<link>http://snipplr.com/view/25152/the-difference-between-lt-and-lt-in-aspnet/</link>
<description><![CDATA[ <p>* The </p> ]]></description>
<pubDate>Mon, 21 Dec 2009 05:36:58 GMT</pubDate>
<guid>http://snipplr.com/view/25152/the-difference-between-lt-and-lt-in-aspnet/</guid>
</item>
<item>
<title>(C#) Get value of control from HttpRequest - tomaszsimon</title>
<link>http://snipplr.com/view/24955/get-value-of-control-from-httprequest/</link>
<description><![CDATA[ <p>For instance: used after postback to keep value of the radiobutton list</p> ]]></description>
<pubDate>Thu, 17 Dec 2009 11:08:14 GMT</pubDate>
<guid>http://snipplr.com/view/24955/get-value-of-control-from-httprequest/</guid>
</item>
</channel>
</rss>