<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://interactiveasp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Moving a WPF Window Without a Title Bar</title><link>http://interactiveasp.net/blogs/natesstuff/archive/2008/09/04/moving-a-wpf-window-without-a-title-bar.aspx</link><description>here is some great code for moving a window without a title bar. Step 1: Make your window transparent &amp;lt; Window x : Class =&amp;quot;TestWpfApp.Window1&amp;quot; xmlns =&amp;quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&amp;quot; xmlns : x =&amp;quot;http</description><dc:language>en</dc:language><generator>CommunityServer 2008 (Build: 30417.1769)</generator><item><title>re: Moving a WPF Window Without a Title Bar</title><link>http://interactiveasp.net/blogs/natesstuff/archive/2008/09/04/moving-a-wpf-window-without-a-title-bar.aspx#6719</link><pubDate>Fri, 05 Aug 2011 16:08:45 GMT</pubDate><guid isPermaLink="false">b80005ef-4071-4968-b08e-765d7d71b33e:6719</guid><dc:creator>Nathan Zaugg</dc:creator><description>&lt;p&gt;This is probably a better way with newer versions of the WPF framework:&lt;/p&gt;
&lt;p&gt;private void LeftMouseDown_Event(object sender, EventArgs e)&lt;/p&gt;
&lt;p&gt; {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; this.DragMove();&lt;/p&gt;
&lt;p&gt; }&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://interactiveasp.net/aggbug.aspx?PostID=6719" width="1" height="1"&gt;</description></item></channel></rss>