<?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>New Community Article - Windows Workflow 101 (Beth Massi)</title><link>http://blogs.msdn.com/vbteam/archive/2008/02/19/new-community-article-windows-workflow-101-beth-massi.aspx</link><description>Yesterday on the Visual Basic Developer Center we released a new article by VB MVP , Maurice DeBeijer on getting started with Windows Workflow called Windows Workflow 101 . This is the first in a series of Workflow articles by Maurice. If you're struggling</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>最新文章:Windows Workflow 101</title><link>http://blogs.msdn.com/vbteam/archive/2008/02/19/new-community-article-windows-workflow-101-beth-massi.aspx#7810752</link><pubDate>Wed, 20 Feb 2008 08:07:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7810752</guid><dc:creator>Joycode@Ab110.com</dc:creator><description>&lt;p&gt;[ 原文作者 ]: Beth Massi [ 原文链接 ]: New Community Article - Windows Workflow 101 (Beth Massi) 昨天我们在 Visual&lt;/p&gt;
</description></item><item><title>re: New Community Article - Windows Workflow 101 (Beth Massi)</title><link>http://blogs.msdn.com/vbteam/archive/2008/02/19/new-community-article-windows-workflow-101-beth-massi.aspx#7816742</link><pubDate>Wed, 20 Feb 2008 15:55:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7816742</guid><dc:creator>saleem</dc:creator><description>&lt;p&gt;hi , my name is &amp;nbsp;saleem &lt;/p&gt;
&lt;p&gt;can you answer my qestions please&lt;/p&gt;
&lt;p&gt;1- i made a simple media player to play sound and video i just want to know how can i get all file names &lt;/p&gt;
&lt;p&gt;i selected and pressed enter&lt;/p&gt;
&lt;p&gt;i tried a startupnextinstance event&lt;/p&gt;
&lt;p&gt;and i got all file names but this was a very slow way and doesn't work well when you have alot of files (more than 100)&lt;/p&gt;
&lt;p&gt;i think i should use somthing exist in windows &lt;/p&gt;
&lt;p&gt; i think &amp;nbsp;somthing related to user32.dll or another file&lt;/p&gt;
&lt;p&gt;please can you tell me what the way is &lt;/p&gt;
&lt;p&gt;( i want the same way that is used in windows media player to open many files)&lt;/p&gt;
&lt;p&gt;2-i can drag and drop files from explorer to my play list using dragdrop event but this doesn't work when i drag files from openfiledialog to my playlist&lt;/p&gt;
&lt;p&gt;my listbox doesn't feel dragdrop event&lt;/p&gt;
&lt;p&gt;3- hoe can i next the song using nextmediabutton&lt;/p&gt;
&lt;p&gt;while my application is minimized and i am working &amp;nbsp;on another program&lt;/p&gt;
&lt;p&gt;4- sorry if my English is not very good&lt;/p&gt;
&lt;p&gt;and thank you for every thing&lt;/p&gt;
</description></item><item><title>re: New Community Article - Windows Workflow 101 (Beth Massi)</title><link>http://blogs.msdn.com/vbteam/archive/2008/02/19/new-community-article-windows-workflow-101-beth-massi.aspx#7840130</link><pubDate>Thu, 21 Feb 2008 20:31:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7840130</guid><dc:creator>Greg</dc:creator><description>&lt;p&gt;I'd like to see much more in this area since it has a lot of promise. &amp;nbsp;Some ideas:to show as different sample programs:&lt;/p&gt;
&lt;p&gt;- A sequential workflow with 4 states executed sequentially&lt;/p&gt;
&lt;p&gt;- A workflow with 2 sequential initiialization states floowed by a loop containing 3 state, followed by 2 states for application shutdown&lt;/p&gt;
&lt;p&gt;- A simple workflow showing how to do a case statement with 4 different cases using if/then/else, if then else...&lt;/p&gt;
&lt;p&gt;- How to handle errors (i.e, how to setup a global error handler state that cleans up an application from any unhandled error in any one of the states in the application).&lt;/p&gt;
&lt;p&gt;That list is sounding like a workflow patterns how to list of topics......&lt;/p&gt;
&lt;p&gt;I've done a couple simple workflows but the workflow designer user interface was difficult to &amp;nbsp;use .&lt;/p&gt;
</description></item><item><title>re: New Community Article - Windows Workflow 101 (Beth Massi)</title><link>http://blogs.msdn.com/vbteam/archive/2008/02/19/new-community-article-windows-workflow-101-beth-massi.aspx#7863988</link><pubDate>Sun, 24 Feb 2008 01:36:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7863988</guid><dc:creator>Elijah</dc:creator><description>&lt;p&gt;Hi Beth,&lt;/p&gt;
&lt;p&gt;I've actually just started learning workflow this past week and, low and behold, you blogged on it!&lt;/p&gt;
&lt;p&gt;I'm really liking workflow so far but have a question for you--Why is the developer experience with workflow so non-VB? &amp;nbsp;For example, a code activity's event handler doesn't use the Handles key word. &amp;nbsp;I can manually edit the designer file and declare the code activities with the WithEvents key word and add the Handles clause to the event handlers then remove the AddHandler statement. &amp;nbsp;But it is too much work. &amp;nbsp;There are other nuances that just don't feel right.&lt;/p&gt;
&lt;p&gt;Win forms and Web forms both have a consistent VB feel but workflow doesn't.&lt;/p&gt;
</description></item><item><title>re: New Community Article - Windows Workflow 101 (Beth Massi)</title><link>http://blogs.msdn.com/vbteam/archive/2008/02/19/new-community-article-windows-workflow-101-beth-massi.aspx#7947929</link><pubDate>Fri, 29 Feb 2008 17:27:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7947929</guid><dc:creator>Greg</dc:creator><description>&lt;p&gt;Please blog about or enhance the MSDN documentation topics for workflow as there has been a slow trickle of new articles in recent months. &amp;nbsp;The videos are helpful but written articles &amp;nbsp;are more useful in the long run as they can be promoted to MSDN topics, .NET framework reference examples, etc...&lt;/p&gt;
</description></item><item><title>新しいコミュニティ記事 - Windows Workflow 101 (Beth Massi)</title><link>http://blogs.msdn.com/vbteam/archive/2008/02/19/new-community-article-windows-workflow-101-beth-massi.aspx#8576985</link><pubDate>Fri, 06 Jun 2008 08:16:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8576985</guid><dc:creator>The Visual Basic Team</dc:creator><description>&lt;p&gt;VB MVP の Maurice DeBeijer が用意した、 Windows Workflow 101 ( 英語 ) の基本についての新しい記事を、昨日 Visual Basic デベロッパー センター&lt;/p&gt;
</description></item></channel></rss>