<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Mark Schmidt's Abode : Windows Workflow Foundation</title><link>http://blogs.msdn.com/markhsch/archive/tags/Windows+Workflow+Foundation/default.aspx</link><description>Tags: Windows Workflow Foundation</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Goodbye WF...My New Role</title><link>http://blogs.msdn.com/markhsch/archive/2007/03/12/goodbye-wf-my-new-role.aspx</link><pubDate>Mon, 12 Mar 2007 22:40:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1867161</guid><dc:creator>markhsch</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/markhsch/comments/1867161.aspx</comments><wfw:commentRss>http://blogs.msdn.com/markhsch/commentrss.aspx?PostID=1867161</wfw:commentRss><wfw:comment>http://blogs.msdn.com/markhsch/rsscomments.aspx?PostID=1867161</wfw:comment><description>&lt;p&gt;You read right, I am leaving the WF team. I have been a WF Programmer Writer (documentation guy) for awhile now and it's been fun. WF is an awesome technology and I whole heartedly agree with the direction Microsoft is taking it. However, I'm done being a Programmer Writer. A transition date is still being discussed, but I will soon be moving into a developer role working in the Windows Live organization. Words cannot convey how excited I am to get going on the new team. I will miss the WF team but I have to move on. I was a developer at a different company before Microsoft and&amp;nbsp;I came to realize that I missed being in that type of role. I will still write, but it will be relgated back to&amp;nbsp;hobby status instead of a career.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1867161" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/markhsch/archive/tags/Technical+Writing/default.aspx">Technical Writing</category><category domain="http://blogs.msdn.com/markhsch/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.msdn.com/markhsch/archive/tags/Windows+Workflow+Foundation/default.aspx">Windows Workflow Foundation</category></item><item><title>WFPad for Windows Workflow Foundation RTM</title><link>http://blogs.msdn.com/markhsch/archive/2007/01/23/wfpad-for-windows-workflow-foundation-rtm.aspx</link><pubDate>Wed, 24 Jan 2007 00:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1516667</guid><dc:creator>markhsch</dc:creator><slash:comments>6</slash:comments><comments>http://blogs.msdn.com/markhsch/comments/1516667.aspx</comments><wfw:commentRss>http://blogs.msdn.com/markhsch/commentrss.aspx?PostID=1516667</wfw:commentRss><wfw:comment>http://blogs.msdn.com/markhsch/rsscomments.aspx?PostID=1516667</wfw:comment><description>&lt;P&gt;Since a few people have asked, I updated the source for WFPad to work with the latest and greatest Windows Workflow Foundation.&lt;/P&gt;
&lt;P&gt;Click the link to download: &lt;A class="" href="http://www.schmidt6.com/blogfiles/WF/WFPad.exe" mce_href="http://www.schmidt6.com/blogfiles/WF/WFPad.exe"&gt;WFPad.exe&lt;/A&gt; or the zip file: &lt;A class="" href="http://www.schmidt6.com/blogfiles/WF/WFPad.zip" mce_href="http://www.schmidt6.com/blogfiles/WF/WFPad.zip"&gt;WFPad.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Enjoy!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1516667" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/markhsch/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.msdn.com/markhsch/archive/tags/Windows+Workflow+Foundation/default.aspx">Windows Workflow Foundation</category></item><item><title>Windows workflow foundation animated activity designer source</title><link>http://blogs.msdn.com/markhsch/archive/2006/09/22/Windows-workflow-foundation-animated-activity-designer-source.aspx</link><pubDate>Fri, 22 Sep 2006 23:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:766886</guid><dc:creator>markhsch</dc:creator><slash:comments>9</slash:comments><comments>http://blogs.msdn.com/markhsch/comments/766886.aspx</comments><wfw:commentRss>http://blogs.msdn.com/markhsch/commentrss.aspx?PostID=766886</wfw:commentRss><wfw:comment>http://blogs.msdn.com/markhsch/rsscomments.aspx?PostID=766886</wfw:comment><description>&lt;P&gt;As I mentioned in my last post, I have uploaded the Animated Activity Designer for use in your own project. A common question I can anticipate being asked is "Why?". So, here's why I created it and my reason as to why you may want to use something like this.&lt;/P&gt;
&lt;P&gt;First off, the reason I wanted to try to created animated activities within the Windows Workflow designer was merely to see if it was possible. I knew that I could override OnPaint so I pretty much already knew it was going to be possible (otherwise I probably wouldn't have gone down the path). The second reason is simply because as a guy that loves cool eye candy in UI's, I just had to do it.&lt;/P&gt;
&lt;P&gt;So why would you ever want to create an animated activity? Let's say you create an application that hosts the Windows Workflow Designer. Let's also assume that this application is used by your customers. You present them with the designer surface and within a Toolbox like panel, you have your set of custom activities they can use.&amp;nbsp;If pictures are worth a thousand words, then an animation with 10 frames is worth 10,000&amp;nbsp;words.&lt;/P&gt;
&lt;P&gt;The actual code for this is really simple which is also why it only took a couple of hours to get it up and running. Since it is so easy, I won't waste your time explaining it (but feel free to ping me if you have any questions).&lt;/P&gt;
&lt;P&gt;Download the code right here: &lt;A href="http://www.schmidt6.com/blogfiles/WF/AnimatedActivityDesigner.zip" target=_blank mce_href="http://www.schmidt6.com/blogfiles/WF/AnimatedActivityDesigner.zip"&gt;AnimatedActivityDesigner.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To see it in action, open the solution in Visual Studio, build it and then open&amp;nbsp;workflow1.cs in the designer.&lt;/P&gt;
&lt;P&gt;Enjoy!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;To see the video better, right click and select Zoom -&amp;gt; Full Screen&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;
&lt;OBJECT id=VIDEO style="LEFT: 0px; POSITION: relative; TOP: 0px" type=application/x-oleobject height=240 width=320 classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6&gt;&lt;PARAM NAME="URL" VALUE="http://www.schmidt6.com/blogfiles/WF/AAD.wmv"&gt;&lt;PARAM NAME="rate" VALUE="1"&gt;&lt;PARAM NAME="balance" VALUE="0"&gt;&lt;PARAM NAME="currentPosition" VALUE="4.956"&gt;&lt;PARAM NAME="defaultFrame" VALUE=""&gt;&lt;PARAM NAME="playCount" VALUE="9999"&gt;&lt;PARAM NAME="autoStart" VALUE="-1"&gt;&lt;PARAM NAME="currentMarker" VALUE="0"&gt;&lt;PARAM NAME="invokeURLs" VALUE="-1"&gt;&lt;PARAM NAME="baseURL" VALUE=""&gt;&lt;PARAM NAME="volume" VALUE="50"&gt;&lt;PARAM NAME="mute" VALUE="0"&gt;&lt;PARAM NAME="uiMode" VALUE="none"&gt;&lt;PARAM NAME="stretchToFit" VALUE="-1"&gt;&lt;PARAM NAME="windowlessVideo" VALUE="0"&gt;&lt;PARAM NAME="enabled" VALUE="-1"&gt;&lt;PARAM NAME="enableContextMenu" VALUE="-1"&gt;&lt;PARAM NAME="fullScreen" VALUE="0"&gt;&lt;PARAM NAME="SAMIStyle" VALUE=""&gt;&lt;PARAM NAME="SAMILang" VALUE=""&gt;&lt;PARAM NAME="SAMIFilename" VALUE=""&gt;&lt;PARAM NAME="captioningID" VALUE=""&gt;&lt;PARAM NAME="enableErrorDialogs" VALUE="0"&gt;&lt;PARAM NAME="_cx" VALUE="8467"&gt;&lt;PARAM NAME="_cy" VALUE="6350"&gt;&lt;/OBJECT&gt;&lt;/P&gt;
&lt;P&gt;P.S. The activities you see in the project and in the video are simply placeholders. They do not actually do anything.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=766886" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/markhsch/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.msdn.com/markhsch/archive/tags/Windows+Workflow+Foundation/default.aspx">Windows Workflow Foundation</category><category domain="http://blogs.msdn.com/markhsch/archive/tags/animation/default.aspx">animation</category><category domain="http://blogs.msdn.com/markhsch/archive/tags/Cool+Stuff/default.aspx">Cool Stuff</category></item><item><title>WFPad for Windows Workflow Foundation Beta 2 is here!</title><link>http://blogs.msdn.com/markhsch/archive/2006/03/02/542596.aspx</link><pubDate>Fri, 03 Mar 2006 04:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:542596</guid><dc:creator>markhsch</dc:creator><slash:comments>15</slash:comments><comments>http://blogs.msdn.com/markhsch/comments/542596.aspx</comments><wfw:commentRss>http://blogs.msdn.com/markhsch/commentrss.aspx?PostID=542596</wfw:commentRss><wfw:comment>http://blogs.msdn.com/markhsch/rsscomments.aspx?PostID=542596</wfw:comment><description>&lt;P&gt;Back by popular demand, I now release the Beta 2 version of WFPad. However, it's not a simple port but a new and improved version. In this version, you can open workflows contained in any .NET assemblies (if I recall, that feature didn't work so well in the previous version...though I may be mistaken). I did find Lab 10 from the WF Hands on labs to be quite informative and therefore "borrowed" some code but altered it slightly to work with WFPad. So go ahead and play with it. Will there be bugs? Yes. But since you have the source code, you can fix them for me (sinister laugh). Enjoy!&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.schmidt6.com/blogfiles/WF/WFPad_Beta2.exe"&gt;Click here to download the project&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=542596" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/markhsch/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.msdn.com/markhsch/archive/tags/Windows+Workflow+Foundation/default.aspx">Windows Workflow Foundation</category></item></channel></rss>