<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - The Sandbox - Chili Clipboard: An extended clipboard</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - The Sandbox - Chili Clipboard: An extended clipboard</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 10:04:27 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 10:04:27 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>19</c9:totalResults>
	<c9:pageCount>-19</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p>A little application that monitors the clipboard. It shows the clipboard history in a popup window and allows to put any entry back into the clipboard.<br>
<br>
It contains a class that monitors the system clipboard: ClipboardMonitor. The class creates internally a NativeWindow that registers as clipboard viewer and processes the messages send by the system (if the content of the clipboard changed).<br>
<br>
The app also tries to show a way to create a popup window (by processing a few windows messages)&nbsp;and to start an application in the system tray without showing the main window.<br>
<br>
<br>
I have seen that the topic of starting an application displaying a notify icon in the system tray area is an often discussed topic in news groups... although&nbsp;the solution is quite simple.
<br>
<br>
Once the NotifyIcon control is placed on the form, you only need to instanciate the form. Once instanciated the NotifyIcon control shows the icon in the system tray. It is
<strong>not required</strong> to show the form! <br>
The application is then started without providing a form. That means that it can only be closed by calling Application.Exit() and not by closing the main form (there is no main form provided).
<br>
<br>
MainForm form = new MainForm();<br>
Application.Run();<br>
<br>
The sample shows also how to inherit from ListBox and create your own custom drawn listbox items. Each listbox item is custom drawn and&nbsp;has a button (visible on the right side of the item when selected). After clicking the button a context menu pops up. It
 contains actions that can be done on the listbox item.<br>
<br>
As last nice feature the app has a class (AutoStarter) that registers or unregisters the application to start with the system. That is done by setting the appropriate keys in the registry.<br>
<br>
<br>
I hope you enjoy my work.<br>
<br>
<strong>Version 1.0.1:</strong><br>
- Showing now the icon of the application (if available)&nbsp;that put the item into the clipboard. As suggested by Ion.<br>
<br>
<strong>Version 1.0.2:</strong><br>
- Fixed minor issues with putting an item back into clipboard.<br>
- Added clear all link to main menu.<br>
- Added limit of max. items in history.<br>
<br>
<strong>Version 1.0.3:</strong><br>
- Fixed minor bugs.<br>
- Enhanced UI.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/235912#235912</link>
		<pubDate>Wed, 04 Oct 2006 10:13:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/235912#235912</guid>
		<dc:creator>Christian Liensberger</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/littleguru/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p>Instead of using fixed icons (in ClipboardItemListBox ()) whould't be better to use Icon.ExtractAssociatedIcon (if it make sense)?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/a82c15a307d84857aed49dea010723d9#a82c15a307d84857aed49dea010723d9</link>
		<pubDate>Sat, 07 Oct 2006 15:02:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/a82c15a307d84857aed49dea010723d9#a82c15a307d84857aed49dea010723d9</guid>
		<dc:creator>Ion Todirel</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Ion Todirel/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p>New version 1.0.2 is up.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/63379da49e9e4e0c87569dea01072401#63379da49e9e4e0c87569dea01072401</link>
		<pubDate>Sun, 08 Oct 2006 08:07:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/63379da49e9e4e0c87569dea01072401#63379da49e9e4e0c87569dea01072401</guid>
		<dc:creator>Christian Liensberger</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/littleguru/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p>Version 1.0.3 is up.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/6f9863402ae842418ad29dea01072429#6f9863402ae842418ad29dea01072429</link>
		<pubDate>Wed, 18 Oct 2006 07:38:43 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/6f9863402ae842418ad29dea01072429#6f9863402ae842418ad29dea01072429</guid>
		<dc:creator>Christian Liensberger</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/littleguru/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p>Very nice! I love the UI, very Vista-ish. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>Two things I noticed: <br>
1. You're overriding the WndProc to detect when the form loses focus? Any particular reason why you're not using the Deactivated event?<br>
2. You're setting the font manually to Segoe UI, 9pt. Instead of doing that, I recommend setting it to SystemFonts.IconTitleFont (do this in the constructor
<em>after</em> calling InitializeComponents, or do it in the Load event; the latter is required if you don't want to do it in DesignMode (which is what I do). This has the advantage of using Segoe UI on Vista, Tahoma on XP, and Sans Serif elsewhere, and it
 also obeys the user's font size settings.<br>
<br>
I have a class that I use as the base class for most of my forms that does this for me:
</p>
<div>
<p></p>
<p>/// &lt;summary&gt;<br>
/// Base class for windows forms that should follow the global font scheme settings.<br>
/// &lt;/summary&gt;<br>
/// &lt;remarks&gt;<br>
/// This class makes sure the form uses Tahoma on XP and Segoe UI on Vista. Please make sure your<br>
/// form's &lt;see cref=&quot;System.Windows.Forms.ContainerControl.AutoScaleMode&quot; /&gt; property is set to<br>
/// Font, and make special provisions if your form uses graphics or anything like that.<br>
/// &lt;/remarks&gt;<br>
public class AutoFontForm : Form<br>
{<br>
&nbsp;&nbsp;&nbsp;/// &lt;summary&gt;<br>
&nbsp;&nbsp;&nbsp;/// Creates a new instance of the &lt;see cref=&quot;AutoFontForm&quot; /&gt; class.<br>
&nbsp;&nbsp;&nbsp;/// &lt;/summary&gt;<br>
&nbsp;&nbsp;&nbsp;public AutoFontForm()<br>
&nbsp;&nbsp;&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this.Load &#43;= new EventHandler(AutoFontForm_Load);<br>
&nbsp;&nbsp;&nbsp;}<br>
<br>
&nbsp;&nbsp;&nbsp;void AutoFontForm_Load(object sender, EventArgs e)<br>
&nbsp;&nbsp;&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if( !DesignMode )<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Font = System.Drawing.SystemFonts.IconTitleFont;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Microsoft.Win32.SystemEvents.UserPreferenceChanged &#43;= new Microsoft.Win32.UserPreferenceChangedEventHandler(SystemEvents_UserPreferenceChanged);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
&nbsp;&nbsp;&nbsp;}<br>
<br>
&nbsp;&nbsp;&nbsp;void SystemEvents_UserPreferenceChanged(object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e)<br>
&nbsp;&nbsp;&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if( e.Category == Microsoft.Win32.UserPreferenceCategory.Window )<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Font = System.Drawing.SystemFonts.IconTitleFont;<br>
&nbsp;&nbsp;&nbsp;}<br>
}</p>
</div>
<br>
There's some issues with graphics since automatic scaling will also resize your pictureboxes if you have any, and you definitely need to test with all three fonts and different sizes (since MS Sans Serif, Tahoma and Segoe UI have wildly different font metrics),
 but other than that it works great.]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/728a8b2d6d404fdaada89dea0107245b#728a8b2d6d404fdaada89dea0107245b</link>
		<pubDate>Thu, 19 Oct 2006 20:51:31 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/728a8b2d6d404fdaada89dea0107245b#728a8b2d6d404fdaada89dea0107245b</guid>
		<dc:creator>Sven Groot</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Sven Groot/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p>Hi Sven. Thanks for your feedback.<br>
<br>
1) I override, since Deactivate is also fired if a messagebox shows up. That happens when clicking the &quot;clear history&quot; link. In that case the popup window disappears, which is not what i wanted... By overriding the window proc this doesn't happen <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
<br>
2) I'll fix that <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/a7d7a509ba17434299c69dea01072484#a7d7a509ba17434299c69dea01072484</link>
		<pubDate>Fri, 20 Oct 2006 07:57:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/a7d7a509ba17434299c69dea01072484#a7d7a509ba17434299c69dea01072484</guid>
		<dc:creator>Christian Liensberger</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/littleguru/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p><blockquote>
<div>littleguru wrote:</div>
<div>1) I override, since Deactivate is also fired if a messagebox shows up. That happens when clicking the &quot;clear history&quot; link. In that case the popup window disappears, which is not what i wanted... By overriding the window proc this doesn't happen
<img src="/emoticons/emotion-1.gif" border="0"></div>
</blockquote>
<br>
That makes sense. I find it's usually a good idea to document this kind of thing in your code with comments, if I don't I come back to it after six months and think &quot;why the hell did I do that&quot;? Also, it's better to use a named constant for the window message
 you're&nbsp;looking for&nbsp;rather than using a magic number in your code. Right now I have to search through the header files to find out which one it is.<br>
<br>
Sorry if it sounds like I'm lecturing you, the Teaching Assistant in me tends to come out sometimes. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /><br>
<br>
Other than that, as I've said, very nice app. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/59c78a854d694da28ee49dea010724b0#59c78a854d694da28ee49dea010724b0</link>
		<pubDate>Fri, 20 Oct 2006 20:20:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/59c78a854d694da28ee49dea010724b0#59c78a854d694da28ee49dea010724b0</guid>
		<dc:creator>Sven Groot</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Sven Groot/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p>I know, there are some places of improvement (documentation &#43; using constants - and a lot other stuff to btw.)... but I haven't had the time and passion to do them <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/87c974eb17f9415a9e7c9dea010724d9#87c974eb17f9415a9e7c9dea010724d9</link>
		<pubDate>Sat, 21 Oct 2006 16:41:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/87c974eb17f9415a9e7c9dea010724d9#87c974eb17f9415a9e7c9dea010724d9</guid>
		<dc:creator>Christian Liensberger</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/littleguru/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p>Way cool.<br>
Great job.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/1ae92808f7c245a8ba4f9dea01072502#1ae92808f7c245a8ba4f9dea01072502</link>
		<pubDate>Sat, 11 Nov 2006 06:55:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/1ae92808f7c245a8ba4f9dea01072502#1ae92808f7c245a8ba4f9dea01072502</guid>
		<dc:creator>phreaks</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/phreaks/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p>thats awesome!<br>
<br>
nice job<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/b96ebc62a99a42568ea99dea01072544#b96ebc62a99a42568ea99dea01072544</link>
		<pubDate>Sun, 21 Jan 2007 21:11:58 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/b96ebc62a99a42568ea99dea01072544#b96ebc62a99a42568ea99dea01072544</guid>
		<dc:creator>anthq11</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/anthq11/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p>Excellent work with the interface.<br>
A clipboard manager is a must have, and this is the best I've seen so far.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/7de8f32d31c94073a32a9dea01072585#7de8f32d31c94073a32a9dea01072585</link>
		<pubDate>Thu, 14 Jun 2007 14:19:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/7de8f32d31c94073a32a9dea01072585#7de8f32d31c94073a32a9dea01072585</guid>
		<dc:creator>Oggelito</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Oggelito/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p>Sweet.<br>
<br>
But it kills RDPCLIP, no more cutting in a remote desktop window and pasting in the host machine<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/ff2e65bf45b84e52a9279dea010725ae#ff2e65bf45b84e52a9279dea010725ae</link>
		<pubDate>Mon, 02 Jul 2007 14:26:33 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/ff2e65bf45b84e52a9279dea010725ae#ff2e65bf45b84e52a9279dea010725ae</guid>
		<dc:creator>blowdart</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/blowdart/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">blowdart wrote:</div>
<div class="quoteBody">&#65279;Sweet.<br>
<br>
But it kills RDPCLIP, no more cutting in a remote desktop window and pasting in the host machine<br>
</div>
</blockquote>
<br>
<br>
Strange. I register only the app in the notification queue and unregister it on exit.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/d4dfa1d03fe24be3b9579dea010725d8#d4dfa1d03fe24be3b9579dea010725d8</link>
		<pubDate>Tue, 03 Jul 2007 12:50:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/d4dfa1d03fe24be3b9579dea010725d8#d4dfa1d03fe24be3b9579dea010725d8</guid>
		<dc:creator>Christian Liensberger</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/littleguru/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p>&nbsp;&nbsp;&nbsp; Finally downloaded this and I am really liking it. Just a couple questions:<br>
<br>
1) Why Chili?<br>
2) When I click on the icon in the taskbar with the app open shouldn't it close it instead of reopening?
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/f35cc0cfc92f4e80aaa59dea01072602#f35cc0cfc92f4e80aaa59dea01072602</link>
		<pubDate>Tue, 03 Jul 2007 13:43:38 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/f35cc0cfc92f4e80aaa59dea01072602#f35cc0cfc92f4e80aaa59dea01072602</guid>
		<dc:creator>harumscarum</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/harumscarum/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">harumscarum wrote:</div>
<div class="quoteBody">&#65279;&nbsp;&nbsp;&nbsp; Finally downloaded this and I am really liking it. Just a couple questions:<br>
<br>
1) Why Chili?<br>
2) When I click on the icon in the taskbar with the app open shouldn't it close it instead of reopening?
<br>
</div>
</blockquote>
<br>
<br>
Thanks for the feedback.<br>
<br>
1) Because I needed a root namespace and came up with Chili. I know it's not very genial, but anyways...
<a href="http://www.chilisoftware.net">www.chilisoftware.net</a> is now my &quot;company&quot; <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /><br>
<br>
2) This is the same as with the other popups in Vista (try with the volume, energy or network popup). If you click the icon they will also not get hidden!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/435e043bd6bd49cfbd149dea0107262d#435e043bd6bd49cfbd149dea0107262d</link>
		<pubDate>Tue, 03 Jul 2007 18:31:16 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/435e043bd6bd49cfbd149dea0107262d#435e043bd6bd49cfbd149dea0107262d</guid>
		<dc:creator>Christian Liensberger</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/littleguru/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p>Hello!<br>
<br>
Nice work, very useful. I was wondering if you thought if it would be possible to create a drag&amp;drop on purpose to move data from and to other apps?<br>
<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/8d55ca9e1076457e8aef9dea0107266f#8d55ca9e1076457e8aef9dea0107266f</link>
		<pubDate>Wed, 11 Jul 2007 10:32:18 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/8d55ca9e1076457e8aef9dea0107266f#8d55ca9e1076457e8aef9dea0107266f</guid>
		<dc:creator>N3mr0d</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/N3mr0d/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">N3mr0d wrote:</div>
<div class="quoteBody">&#65279;Hello!<br>
<br>
Nice work, very useful. I was wondering if you thought if it would be possible to create a drag&amp;drop on purpose to move data from and to other apps?</div>
</blockquote>
<br>
<br>
Cool that you like it <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> <br>
<br>
You mean from the clipboard history window to an app?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/1634accc051c41cf92cd9dea01072698#1634accc051c41cf92cd9dea01072698</link>
		<pubDate>Sat, 14 Jul 2007 21:32:53 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/1634accc051c41cf92cd9dea01072698#1634accc051c41cf92cd9dea01072698</guid>
		<dc:creator>Christian Liensberger</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/littleguru/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p>Yes, text, bitmaps or other things... I assume that it should possible to do it with text, but with more complex objects? And why not in the two ways? from you clipboard manager to apps, and from apps to the clipboard?
<br>
<br>
I thought of that functionnality when I saw the demo of &quot;surface&quot; and this&nbsp; wondrous screen from perceptive pixel.
<br>
<br>
If I had more time, and more confidence in my skills in .net I would try to code it... Holliday soon <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif' alt='Big Smile' />.
<br>
<br>
I'll keep in touch if I am able to do it <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/38be0943a8f848ec98839dea010726c2#38be0943a8f848ec98839dea010726c2</link>
		<pubDate>Mon, 16 Jul 2007 12:31:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/38be0943a8f848ec98839dea010726c2#38be0943a8f848ec98839dea010726c2</guid>
		<dc:creator>N3mr0d</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/N3mr0d/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Chili Clipboard: An extended clipboard</title>
		<description><![CDATA[<p>hi ...</p>
<p>i dont know if you still support this project, it is really cool, but i found a small bug ?</p>
<p>when i try to copy stuff from Firefox, it will be pasted twice (that means it will appear in the ist 2 times????)</p>
<p>do&nbsp; you know why ?</p>
<p>i would really be grateful if you help me to find the bug ..</p>
<p>thanks </p>
<p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/18b309cef7a3464bb5a29dea01072704#18b309cef7a3464bb5a29dea01072704</link>
		<pubDate>Sat, 24 Apr 2010 17:43:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Chili-Clipboard-An-extended-clipboard/18b309cef7a3464bb5a29dea01072704#18b309cef7a3464bb5a29dea01072704</guid>
		<dc:creator>MO</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lebhero/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>