<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Example 1</title><link>https://sourceforge.net/p/patiencebar/wiki/Example%25201/</link><description>Recent changes to Example 1</description><atom:link href="https://sourceforge.net/p/patiencebar/wiki/Example%201/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 04 Jan 2012 19:41:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/patiencebar/wiki/Example%201/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Example 1 modified by Paul Reichert</title><link>https://sourceforge.net/p/patiencebar/wiki/Example%25201/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -1,4 +1,4 @@
-&lt;span style="color:red;"&gt;The following was written when the latest version was 1.3!&lt;/span&gt;&lt;br /&gt;
+&lt;span style="color:red;"&gt;The following was written when the latest version was 1.4!&lt;/span&gt;&lt;br /&gt;
 Here's an example how to use PatienceBar with Visual Studio.
 First, create a new Windows Forms project, add PatienceBar.dll to the Debug/Release directory and add a link to it in your project.
 Set the window size to (480,350).
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Reichert</dc:creator><pubDate>Wed, 04 Jan 2012 19:41:52 -0000</pubDate><guid>https://sourceforge.net3dbb40bc31504f25004523144ac6ccdcf3bb8d5f</guid></item><item><title>WikiPage Example 1 modified by Paul Reichert</title><link>https://sourceforge.net/p/patiencebar/wiki/Example%25201/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -1,22 +1,22 @@
-&lt;span style="color:red;"&gt;The following was written when the latest version was 1.2!&lt;/span&gt;&lt;br /&gt;
+&lt;span style="color:red;"&gt;The following was written when the latest version was 1.3!&lt;/span&gt;&lt;br /&gt;
 Here's an example how to use PatienceBar with Visual Studio.
 First, create a new Windows Forms project, add PatienceBar.dll to the Debug/Release directory and add a link to it in your project.
 Set the window size to (480,350).
 After that, write in Form1.cs:
 
     using System;
     using System.Drawing;
     using System.Windows.Forms;
     using PaulReichert.PatienceBar;
     
     namespace PatienceBarTest
     {
         public partial class Form1 : Form
         {
             PatienceBar progressBar = new PatienceBar();
             public Form1()
             {
-                progressBar.PreviewAlign = ProgressBarPreviewPosition.MiddleBottom;
+                progressBar.PreviewAlign = PreviewAlign.MiddleBottom;
                 progressBar.Location = new Point(25, 25);
                 progressBar.Size = new Size(400, 75);
                 Controls.Add(progressBar);
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Reichert</dc:creator><pubDate>Wed, 04 Jan 2012 19:17:30 -0000</pubDate><guid>https://sourceforge.net7d6120de46604a386f8b072e44646450547b7b93</guid></item><item><title>WikiPage Example 1 modified by Paul Reichert</title><link>https://sourceforge.net/p/patiencebar/wiki/Example%25201/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -1,4 +1,5 @@
-Here's an example how to use PatienceBar with Visual Studio:
+&lt;span style="color:red;"&gt;The following was written when the latest version was 1.2!&lt;/span&gt;&lt;br /&gt;
+Here's an example how to use PatienceBar with Visual Studio.
 First, create a new Windows Forms project, add PatienceBar.dll to the Debug/Release directory and add a link to it in your project.
 Set the window size to (480,350).
 After that, write in Form1.cs:
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Reichert</dc:creator><pubDate>Wed, 04 Jan 2012 13:01:47 -0000</pubDate><guid>https://sourceforge.net42a1ee136a5eeead7fd6822ac8aad1206048b02f</guid></item><item><title>WikiPage Example 1 modified by Paul Reichert</title><link>https://sourceforge.net/p/patiencebar/wiki/Example%25201/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -1,6 +1,28 @@
-Here's an example how to use PatienceBar:
-    ~~~~~~
+Here's an example how to use PatienceBar with Visual Studio:
+First, create a new Windows Forms project, add PatienceBar.dll to the Debug/Release directory and add a link to it in your project.
+Set the window size to (480,350).
+After that, write in Form1.cs:
+
     using System;
-    class CL1 {
+    using System.Drawing;
+    using System.Windows.Forms;
+    using PaulReichert.PatienceBar;
+    
+    namespace PatienceBarTest
+    {
+        public partial class Form1 : Form
+        {
+            PatienceBar progressBar = new PatienceBar();
+            public Form1()
+            {
+                progressBar.PreviewAlign = ProgressBarPreviewPosition.MiddleBottom;
+                progressBar.Location = new Point(25, 25);
+                progressBar.Size = new Size(400, 75);
+                Controls.Add(progressBar);
+                Controls.Add(progressBar.PreviewPanel);
+                InitializeComponent();
+            }
+        }
     }
-    ~~~~~~
+
+Congratulations! You programmed your first PatienceBar!
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Reichert</dc:creator><pubDate>Tue, 03 Jan 2012 14:58:17 -0000</pubDate><guid>https://sourceforge.net7e8ce3a79e4fed1064d165c54a3647cc163ed133</guid></item><item><title>WikiPage Example 1 modified by Paul Reichert</title><link>https://sourceforge.net/p/patiencebar/wiki/Example%25201/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,4 +1,6 @@
 Here's an example how to use PatienceBar:
-    :::python
-    blabla
-Hi
+    ~~~~~~
+    using System;
+    class CL1 {
+    }
+    ~~~~~~
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Reichert</dc:creator><pubDate>Tue, 03 Jan 2012 14:42:38 -0000</pubDate><guid>https://sourceforge.netebe2571d90fbeb770219b0286040b2f6106f3b92</guid></item><item><title>WikiPage Example 1 modified by Paul Reichert</title><link>https://sourceforge.net/p/patiencebar/wiki/Example%25201/</link><description>Here's an example how to use PatienceBar:
    :::python
    blabla
Hi</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Reichert</dc:creator><pubDate>Tue, 03 Jan 2012 14:36:27 -0000</pubDate><guid>https://sourceforge.net5e644b6948f5bbc6af87937a7c1685f5f326af79</guid></item></channel></rss>